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

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

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