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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/ghost-gem/?format=api",
    "id": 603,
    "id1": null,
    "id2": null,
    "id3": null,
    "id4": null,
    "id5": 560,
    "id6": 560,
    "id7": 560,
    "id8": 560,
    "id9": null,
    "slug": "ghost-gem",
    "name": "Ghost Gem",
    "icon": "pkmndata/sprites/items/ghost-gem.png"
}