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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/item/sharp-beak/?format=api",
    "id": 221,
    "id1": null,
    "id2": null,
    "id3": 210,
    "id4": 244,
    "id5": 244,
    "id6": 244,
    "id7": 244,
    "id8": 244,
    "id9": null,
    "slug": "sharp-beak",
    "name": "Sharp Beak",
    "icon": "pkmndata/sprites/items/sharp-beak.png"
}