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

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

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