UnifyAPI
← Back to catalog

pokeapi.species

mock data$0.001 / call

Poké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).

Referenceprovider: PokeAPI#pokeapi#reference

Input schema

name_or_idrequired

Pokemon species name (e.g. "bulbasaur") or species ID (e.g. 1). Use the base species name, not form names (use "rotom" not "rotom-heat").

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.