Links

Pokémon

get
https://pokeapi.glitch.me
/v1/pokemon/:slug
Pokémon

Pokémon Structure

Field
Type
Description
number
integer
The national Pokédex number of the Pokémon
name
string
The name of the Pokémon
species
string
The species the Pokémon belongs to
types
array of Pokémon types
The type of the Pokémon
abilities
array of normal and hidden Pokémon abilities
The abilities of the Pokémon
eggGroups
The egg groups the Pokémon belong to
height
string
The height of the Pokémon in feets
weight
string
The weight of the Pokémon in pounds
family
The family id, evolution stage and evolution line of the Pokémon
starter
bool
Is it a starter Pokémon
legendary
bool
Is it a legendary Pokémon
mythical
bool
Is it a mythical Pokémon
ultraBeast
bool
Is it an ultra beast
mega
bool
Is it a mega evolved form of the Pokémon
gen
integer
The generation the Pokémon was first discovered
sprite
string
The URL of an image of the Pokémon
description
string
The description of the Pokémon

Pokémon Family Structure

Field
Type
Description
id
integer
The id of Pokémon family
evolutionStage
integer
The evolved stage of the Pokémon in its evolution line
evolutionLine
array of strings
The list of Pokémon in its evolution line, in order

Example Request

curl -i -X GET \
-H "User-Agent: BastionDiscordBot (https://bastionbot.org, v6.16.1)" \
https://pokeapi.glitch.me/v1/pokemon/greninja
curl -i -X GET \
-H "User-Agent: BastionDiscordBot (https://bastionbot.org, v6.16.1)" \
https://pokeapi.glitch.me/v1/pokemon/658
get
https://pokeapi.glitch.me
/v1/pokemon/counts
Pokémon Counts

Pokémon Counts Structure

Field
Type
Description
gen1
integer
The number of Pokémon discovered in this generation.
gen2
integer
The number of Pokémon discovered in this generation.
total
integer
The total number of Pokémon discovered in the Pokémon World.

Example Request

curl -i -X GET -H \
"User-Agent: BastionDiscordBot (https://bastionbot.org, v6.16.1)" \
https://pokeapi.glitch.me/v1/pokemon/counts