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

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

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