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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/hm05/?format=api",
    "id": 401,
    "id1": null,
    "id2": null,
    "id3": 343,
    "id4": 424,
    "id5": 424,
    "id6": 424,
    "id7": 424,
    "id8": 424,
    "id9": null,
    "slug": "hm05",
    "name": "HM05",
    "icon": "pkmndata/sprites/items/hm-normal.png"
}