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

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

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