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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/golden-pinap-berry/?format=api",
    "id": 1019,
    "id1": null,
    "id2": null,
    "id3": null,
    "id4": null,
    "id5": null,
    "id6": null,
    "id7": 866,
    "id8": 866,
    "id9": null,
    "slug": "golden-pinap-berry",
    "name": "Golden Pinap Berry",
    "icon": "pkmndata/sprites/items/golden-pinap-berry.png"
}