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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/form/abomasnow-mega/?format=api",
    "id": 10160,
    "slug": "abomasnow-mega",
    "form_name": "Mega Abomasnow",
    "poke_name": "Mega Abomasnow",
    "species": "http://fe.drgn.gay/api/pkmndata/species/abomasnow/?format=api",
    "form_order": 2,
    "generation": 6,
    "is_default": true,
    "is_battle_only": true,
    "is_mega": true,
    "flag4": null,
    "icon": "pkmndata/icons/pokemon/regular/abomasnow-mega.png"
}