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

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

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