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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/dragon-scale/?format=api",
    "id": 212,
    "id1": null,
    "id2": null,
    "id3": 201,
    "id4": 235,
    "id5": 235,
    "id6": 235,
    "id7": 235,
    "id8": 235,
    "id9": null,
    "slug": "dragon-scale",
    "name": "Dragon Scale",
    "icon": "pkmndata/sprites/items/dragon-scale.png"
}