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

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

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