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

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

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