Pokemon
Gets a Pokémon by index.
get/pokemon/index/{pokedexNumber}
Path parameters
pokedexNumberinteger required
Query parameters
language'cs' | 'de' | 'en' | 'es' | 'fr' | 'it' | 'ja' | 'ja-Hrkt' | 'ko' | 'pt-BR' | 'roomaji' | 'zh-Hans' | 'zh-Hant'
The language of the Pokémon name and Pokedex descriptions
shinyChanceinteger
Response
Successful operation.
Example response
{
"id": 25,
"name": "Pikachu",
"captureRate": 0.33,
"descriptions": [
"It has small electric sacs on both its cheeks. If threatened, it looses electric charges from the sacs."
],
"hash": "V1:FBDBFC7AF61BB33EC63EC9CFBB8422D9BD1E91794C6E0BDB02FE2F5674AEB8AA"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.