Returns data about items in the Pokémon games. Uses data from PokéAPI.

GET /api/pkmndata/item/super-rod/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/super-rod/?format=api",
    "id": 424,
    "id1": null,
    "id2": null,
    "id3": 264,
    "id4": 447,
    "id5": 447,
    "id6": 447,
    "id7": 447,
    "id8": 447,
    "id9": null,
    "slug": "super-rod",
    "name": "Super Rod",
    "icon": "pkmndata/sprites/items/super-rod.png"
}