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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/x-speed-6/?format=api",
    "id": 646,
    "id1": null,
    "id2": null,
    "id3": null,
    "id4": null,
    "id5": 605,
    "id6": 605,
    "id7": 605,
    "id8": 605,
    "id9": null,
    "slug": "x-speed-6",
    "name": "X Speed 6",
    "icon": "pkmndata/sprites/items/x-speed-6.png"
}