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

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

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