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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/form/lurantis-totem/?format=api",
    "id": 10230,
    "slug": "lurantis-totem",
    "form_name": "Lurantis",
    "poke_name": "Totem Lurantis",
    "species": "http://fe.drgn.gay/api/pkmndata/species/lurantis/?format=api",
    "form_order": 2,
    "generation": 7,
    "is_default": true,
    "is_battle_only": false,
    "is_mega": false,
    "flag4": null,
    "icon": "pkmndata/icons/pokemon/regular/lurantis.png"
}