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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/form/xerneas-active/?format=api",
    "id": 716,
    "slug": "xerneas-active",
    "form_name": "Active Mode",
    "poke_name": "Active Xerneas",
    "species": "http://fe.drgn.gay/api/pkmndata/species/xerneas/?format=api",
    "form_order": 2,
    "generation": 6,
    "is_default": false,
    "is_battle_only": true,
    "is_mega": false,
    "flag4": null,
    "icon": "pkmndata/icons/pokemon/regular/xerneas-active.png"
}