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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/legendary-clue-3/?format=api",
    "id": 1646,
    "id1": null,
    "id2": null,
    "id3": null,
    "id4": null,
    "id5": null,
    "id6": null,
    "id7": null,
    "id8": 1595,
    "id9": null,
    "slug": "legendary-clue-3",
    "name": "Legendary Clue 3",
    "icon": "pkmndata/sprites/items/legendary-clue-3.png"
}