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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/poffin-case/?format=api",
    "id": 426,
    "id1": null,
    "id2": null,
    "id3": null,
    "id4": 449,
    "id5": 449,
    "id6": 449,
    "id7": 449,
    "id8": 449,
    "id9": null,
    "slug": "poffin-case",
    "name": "Poffin Case",
    "icon": "pkmndata/sprites/items/poffin-case.png"
}