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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/form/unown-m/?format=api",
    "id": 10012,
    "slug": "unown-m",
    "form_name": "M",
    "poke_name": "Unown M",
    "species": "http://fe.drgn.gay/api/pkmndata/species/unown/?format=api",
    "form_order": 13,
    "generation": 2,
    "is_default": false,
    "is_battle_only": false,
    "is_mega": false,
    "flag4": 12,
    "icon": "pkmndata/icons/pokemon/regular/unown-m.png"
}