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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/tm20/?format=api",
    "id": 324,
    "id1": null,
    "id2": null,
    "id3": 308,
    "id4": 347,
    "id5": 347,
    "id6": 347,
    "id7": 347,
    "id8": 347,
    "id9": null,
    "slug": "tm20",
    "name": "TM20",
    "icon": "pkmndata/sprites/items/tm-normal.png"
}