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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/big-pearl/?format=api",
    "id": 89,
    "id1": null,
    "id2": null,
    "id3": 107,
    "id4": 89,
    "id5": 89,
    "id6": 89,
    "id7": 89,
    "id8": 89,
    "id9": null,
    "slug": "big-pearl",
    "name": "Big Pearl",
    "icon": "pkmndata/sprites/items/big-pearl.png"
}