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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/photo-album/?format=api",
    "id": 514,
    "id1": null,
    "id2": null,
    "id3": null,
    "id4": 501,
    "id5": 501,
    "id6": 501,
    "id7": 501,
    "id8": 501,
    "id9": null,
    "slug": "photo-album",
    "name": "Photo Album",
    "icon": "pkmndata/sprites/items/photo-album.png"
}