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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/stable-mulch/?format=api",
    "id": 97,
    "id1": null,
    "id2": null,
    "id3": null,
    "id4": 97,
    "id5": 97,
    "id6": 97,
    "id7": 97,
    "id8": 97,
    "id9": null,
    "slug": "stable-mulch",
    "name": "Stable Mulch",
    "icon": "pkmndata/sprites/items/stable-mulch.png"
}