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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/ether/?format=api",
    "id": 38,
    "id1": null,
    "id2": null,
    "id3": 34,
    "id4": 38,
    "id5": 38,
    "id6": 38,
    "id7": 38,
    "id8": 38,
    "id9": null,
    "slug": "ether",
    "name": "Ether",
    "icon": "pkmndata/sprites/items/ether.png"
}