pokemon

Pokémon are the creatures that inhabit the world of the Pokémon games. They can be caught using Pokéballs and trained by battling with other Pokémon. Each Pokémon belongs to a specific species but may take on a variant which makes it differ from other Pokémon of the same species, such as base stats, available abilities and typings. See Bulbapedia for greater detail.

get/api/v2/pokemon/{id}/

Path parameters

idinteger required

A unique integer value identifying this pokemon.

Response

idinteger required
namestring required
base_experienceinteger nullable
heightinteger nullable
is_defaultboolean
orderinteger nullable
weightinteger nullable
abilitiesstring required
past_abilitiesstring required
held_itemsstring required
location_area_encountersstring required
movesstring required
spritesstring required
criesstring required
typesstring required
past_typesstring required

Changes