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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/big-mushroom/?format=api",
    "id": 87,
    "id1": null,
    "id2": null,
    "id3": 104,
    "id4": 87,
    "id5": 87,
    "id6": 87,
    "id7": 87,
    "id8": 87,
    "id9": null,
    "slug": "big-mushroom",
    "name": "Big Mushroom",
    "icon": "pkmndata/sprites/items/big-mushroom.png"
}