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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/form/flabebe-white/?format=api",
    "id": 10106,
    "slug": "flabebe-white",
    "form_name": "White Flower",
    "poke_name": "White Flabébé",
    "species": "http://fe.drgn.gay/api/pkmndata/species/flabebe/?format=api",
    "form_order": 5,
    "generation": 6,
    "is_default": false,
    "is_battle_only": false,
    "is_mega": false,
    "flag4": null,
    "icon": "pkmndata/icons/pokemon/regular/flabebe-white.png"
}