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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/tm01/?format=api",
    "id": 305,
    "id1": null,
    "id2": null,
    "id3": 289,
    "id4": 328,
    "id5": 328,
    "id6": 328,
    "id7": 328,
    "id8": 328,
    "id9": null,
    "slug": "tm01",
    "name": "TM01",
    "icon": "pkmndata/sprites/items/tm-normal.png"
}