Returns data about Pokémon species. Uses data from PokéAPI.

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/species/kyogre/?format=api",
    "id": 382,
    "slug": "kyogre",
    "name": "Kyogre",
    "genus": "Sea Basin Pokémon",
    "generation": 3,
    "evolves_from": null,
    "has_gender_differences": false,
    "is_baby": false,
    "is_legendary": true,
    "is_mythical": false,
    "icon": "pkmndata/icons/pokemon/regular/kyogre.png"
}