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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/black-flute/?format=api",
    "id": 68,
    "id1": null,
    "id2": null,
    "id3": 42,
    "id4": 68,
    "id5": 68,
    "id6": 68,
    "id7": 68,
    "id8": 68,
    "id9": null,
    "slug": "black-flute",
    "name": "Black Flute",
    "icon": "pkmndata/sprites/items/black-flute.png"
}