UnifyAPI
← Back to catalog

pokeapi.pokemon

mock data$0.001 / call

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

Referenceprovider: PokeAPI#pokeapi#reference

Input schema

name_or_idrequired

Pokemon 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").

string

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

Try it

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