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

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

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