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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/power-belt/?format=api",
    "id": 267,
    "id1": null,
    "id2": null,
    "id3": null,
    "id4": 290,
    "id5": 290,
    "id6": 290,
    "id7": 290,
    "id8": 290,
    "id9": null,
    "slug": "power-belt",
    "name": "Power Belt",
    "icon": "pkmndata/sprites/items/power-belt.png"
}