pokeapi.move
mock data$0.001 / callPokéAPI — Pokemon Move Details
Get detailed data for any of 900+ Pokemon moves by name or move ID. Returns: type, damage class (physical/special/status), power, accuracy, PP (power points), priority, effect chance, short effect description, full effect text, target scope, generation introduced, and battle metadata (ailment, drain, healing, crit rate, flinch chance). Examples: "tackle" (power 40), "thunderbolt" (power 90, 10% paralysis), "surf" (power 90, hits all adjacent), "swords-dance" (status, raises Attack). Multi-word move names use hyphens: "ice-beam", "fire-blast", "hyper-beam". No auth required; fair-use free API. Source: PokéAPI (pokeapi.co).
Input schema
Move name (e.g. "tackle", "thunderbolt", "surf") or numeric move ID (e.g. 33). Names use hyphens for multi-word moves (e.g. "ice-beam", "fire-blast").
Call via REST
curl -X POST https://unifyapi.pro/api/call/pokeapi.move \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"name_or_id":"<name_or_id>"}'