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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/passho-berry/?format=api",
    "id": 162,
    "id1": null,
    "id2": null,
    "id3": null,
    "id4": 185,
    "id5": 185,
    "id6": 185,
    "id7": 185,
    "id8": 185,
    "id9": null,
    "slug": "passho-berry",
    "name": "Passho Berry",
    "icon": "pkmndata/sprites/items/passho-berry.png"
}