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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/burn-heal/?format=api",
    "id": 19,
    "id1": null,
    "id2": null,
    "id3": 15,
    "id4": 19,
    "id5": 19,
    "id6": 19,
    "id7": 19,
    "id8": 19,
    "id9": null,
    "slug": "burn-heal",
    "name": "Burn Heal",
    "icon": "pkmndata/sprites/items/burn-heal.png"
}