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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/form/kyogre-primal/?format=api",
    "id": 10179,
    "slug": "kyogre-primal",
    "form_name": "Primal Reversion",
    "poke_name": "Primal Kyogre",
    "species": "http://fe.drgn.gay/api/pkmndata/species/kyogre/?format=api",
    "form_order": 2,
    "generation": 6,
    "is_default": true,
    "is_battle_only": true,
    "is_mega": false,
    "flag4": null,
    "icon": "pkmndata/icons/pokemon/regular/kyogre-primal.png"
}