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

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

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