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

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

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