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

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

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