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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/power-lens/?format=api",
    "id": 268,
    "id1": null,
    "id2": null,
    "id3": null,
    "id4": 291,
    "id5": 291,
    "id6": 291,
    "id7": 291,
    "id8": 291,
    "id9": null,
    "slug": "power-lens",
    "name": "Power Lens",
    "icon": "pkmndata/sprites/items/power-lens.png"
}