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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/hyper-potion/?format=api",
    "id": 25,
    "id1": null,
    "id2": null,
    "id3": 21,
    "id4": 25,
    "id5": 25,
    "id6": 25,
    "id7": 25,
    "id8": 25,
    "id9": null,
    "slug": "hyper-potion",
    "name": "Hyper Potion",
    "icon": "pkmndata/sprites/items/hyper-potion.png"
}