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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/gram-3/?format=api",
    "id": 666,
    "id1": null,
    "id2": null,
    "id3": null,
    "id4": null,
    "id5": 625,
    "id6": 625,
    "id7": 625,
    "id8": 625,
    "id9": null,
    "slug": "gram-3",
    "name": "Gram 3",
    "icon": "pkmndata/sprites/items/gram-3.png"
}