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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/water-stone/?format=api",
    "id": 84,
    "id1": null,
    "id2": null,
    "id3": 97,
    "id4": 84,
    "id5": 84,
    "id6": 84,
    "id7": 84,
    "id8": 84,
    "id9": null,
    "slug": "water-stone",
    "name": "Water Stone",
    "icon": "pkmndata/sprites/items/water-stone.png"
}