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

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

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