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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/dive-ball/?format=api",
    "id": 7,
    "id1": null,
    "id2": null,
    "id3": 7,
    "id4": 7,
    "id5": 7,
    "id6": 7,
    "id7": 7,
    "id8": 7,
    "id9": null,
    "slug": "dive-ball",
    "name": "Dive Ball",
    "icon": "pkmndata/sprites/items/dive-ball.png"
}