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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/shell-bell/?format=api",
    "id": 230,
    "id1": null,
    "id2": null,
    "id3": 219,
    "id4": 253,
    "id5": 253,
    "id6": 253,
    "id7": 253,
    "id8": 253,
    "id9": null,
    "slug": "shell-bell",
    "name": "Shell Bell",
    "icon": "pkmndata/sprites/items/shell-bell.png"
}