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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/nugget/?format=api",
    "id": 92,
    "id1": null,
    "id2": null,
    "id3": 110,
    "id4": 92,
    "id5": 92,
    "id6": 92,
    "id7": 92,
    "id8": 92,
    "id9": null,
    "slug": "nugget",
    "name": "Nugget",
    "icon": "pkmndata/sprites/items/nugget.png"
}