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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/soothe-bell/?format=api",
    "id": 195,
    "id1": null,
    "id2": null,
    "id3": 184,
    "id4": 218,
    "id5": 218,
    "id6": 218,
    "id7": 218,
    "id8": 218,
    "id9": null,
    "slug": "soothe-bell",
    "name": "Soothe Bell",
    "icon": "pkmndata/sprites/items/soothe-bell.png"
}