moves

Moves are the skills of Pokémon in battle. In battle, a Pokémon uses one move each turn. Some moves (including those learned by Hidden Machine) can be used outside of battle as well, usually for the purpose of removing obstacles or exploring new areas.

get/api/v2/move/{id}/

Path parameters

idinteger required

A unique integer value identifying this move.

Response

idinteger required
namestring required
accuracyinteger nullable
effect_chanceinteger required
ppinteger nullable
priorityinteger nullable
powerinteger nullable
contest_combosstring required
effect_entriesstring required
effect_changesstring required
stat_changesstring required
machinesstring required
learned_by_pokemonstring required

Changes