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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/gb-sounds/?format=api",
    "id": 484,
    "id1": null,
    "id2": null,
    "id3": null,
    "id4": 502,
    "id5": 502,
    "id6": 502,
    "id7": 502,
    "id8": 502,
    "id9": null,
    "slug": "gb-sounds",
    "name": "GB Sounds",
    "icon": "pkmndata/sprites/items/gb-sounds.png"
}