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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/green-shard/?format=api",
    "id": 75,
    "id1": null,
    "id2": null,
    "id3": 51,
    "id4": 75,
    "id5": 75,
    "id6": 75,
    "id7": 75,
    "id8": 75,
    "id9": null,
    "slug": "green-shard",
    "name": "Green Shard",
    "icon": "pkmndata/sprites/items/green-shard.png"
}