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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/old-amber/?format=api",
    "id": 103,
    "id1": null,
    "id2": null,
    "id3": 354,
    "id4": 103,
    "id5": 103,
    "id6": 103,
    "id7": 103,
    "id8": 103,
    "id9": null,
    "slug": "old-amber",
    "name": "Old Amber",
    "icon": "pkmndata/sprites/items/old-amber.png"
}