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

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

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