← Back to catalog
pokeapi.species
mock data$0.001 / callPokéAPI — Pokemon Species Info
Get species-level information for any Pokemon including Pokedex flavor text, genus (e.g. "Mouse Pokemon"), generation introduced, growth rate, capture rate, base happiness, gender ratio, egg groups, habitat, color, evolution chain URL, and flags for baby/legendary/mythical status. Flavor text is the description shown in the in-game Pokedex (English, from most recent main game). Gender rate: -1 = genderless, 0 = always male, 8 = always female, others are eighths female. Examples: "pikachu", "eevee", "mewtwo", "snorlax". No auth required; fair-use free API. Source: PokéAPI (pokeapi.co).
Input schema
name_or_idrequired
stringPokemon species name (e.g. "bulbasaur") or species ID (e.g. 1). Use the base species name, not form names (use "rotom" not "rotom-heat").
Call via REST
curl -X POST https://unifyapi.pro/api/call/pokeapi.species \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"name_or_id":"<name_or_id>"}'