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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/tm47/?format=api",
    "id": 351,
    "id1": null,
    "id2": null,
    "id3": 335,
    "id4": 374,
    "id5": 374,
    "id6": 374,
    "id7": 374,
    "id8": 374,
    "id9": null,
    "slug": "tm47",
    "name": "TM47",
    "icon": "pkmndata/sprites/items/tm-normal.png"
}