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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/fresh-water/?format=api",
    "id": 30,
    "id1": null,
    "id2": null,
    "id3": 26,
    "id4": 30,
    "id5": 30,
    "id6": 30,
    "id7": 30,
    "id8": 30,
    "id9": null,
    "slug": "fresh-water",
    "name": "Fresh Water",
    "icon": "pkmndata/sprites/items/fresh-water.png"
}