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

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

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