Returns data about alternate Pokémon forms. Uses data from PokéAPI.

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/form/gurdurr/?format=api",
    "id": 533,
    "slug": "gurdurr",
    "form_name": "Gurdurr",
    "poke_name": "Gurdurr",
    "species": "http://fe.drgn.gay/api/pkmndata/species/gurdurr/?format=api",
    "form_order": 1,
    "generation": 5,
    "is_default": true,
    "is_battle_only": false,
    "is_mega": false,
    "flag4": null,
    "icon": "pkmndata/icons/pokemon/regular/gurdurr.png"
}