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

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

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