← Back to catalog
pokeapi.pokemon
mock data$0.001 / callPokéAPI — Pokemon Details
Get detailed data for any of 1025+ Pokemon by name or Pokedex ID. Returns: types (e.g. fire/flying), base stats (HP, Attack, Defense, Sp.Atk, Sp.Def, Speed), abilities (including hidden ability), first 20 moves, height (dm), weight (hg), base experience, and sprite image URLs. Examples: "pikachu" (id 25), "charizard" (id 6), "mewtwo" (id 150), "eevee" (id 133). Hyphenated names accepted: "mr-mime", "tapu-koko", "jangmo-o". No auth required; fair-use free API. Source: PokéAPI (pokeapi.co).
Input schema
name_or_idrequired
stringPokemon name (e.g. "pikachu", "charizard") or numeric Pokedex ID (e.g. 25, 6). Names are case-insensitive. Hyphenated forms accepted (e.g. "mr-mime", "tapu-koko").
Call via REST
curl -X POST https://unifyapi.pro/api/call/pokeapi.pokemon \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"name_or_id":"<name_or_id>"}'