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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/dragon-skull/?format=api",
    "id": 620,
    "id1": null,
    "id2": null,
    "id3": null,
    "id4": null,
    "id5": 579,
    "id6": 579,
    "id7": 579,
    "id8": 579,
    "id9": null,
    "slug": "dragon-skull",
    "name": "Dragon Skull",
    "icon": "pkmndata/sprites/items/dragon-skull.png"
}