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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/deep-sea-tooth/?format=api",
    "id": 203,
    "id1": null,
    "id2": null,
    "id3": 192,
    "id4": 226,
    "id5": 226,
    "id6": 226,
    "id7": 226,
    "id8": 226,
    "id9": null,
    "slug": "deep-sea-tooth",
    "name": "Deep Sea Tooth",
    "icon": "pkmndata/sprites/items/deep-sea-tooth.png"
}