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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/basement-key/?format=api",
    "id": 476,
    "id1": null,
    "id2": null,
    "id3": 271,
    "id4": 476,
    "id5": 476,
    "id6": 476,
    "id7": null,
    "id8": 476,
    "id9": null,
    "slug": "basement-key",
    "name": "Basement Key",
    "icon": "pkmndata/sprites/items/basement-key.png"
}