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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/draco-plate/?format=api",
    "id": 288,
    "id1": null,
    "id2": null,
    "id3": null,
    "id4": 311,
    "id5": 311,
    "id6": 311,
    "id7": 311,
    "id8": 311,
    "id9": null,
    "slug": "draco-plate",
    "name": "Draco Plate",
    "icon": "pkmndata/sprites/items/draco-plate.png"
}