location
Get region
A region is an organized area of the Pokémon world. Most often, the main difference between regions is the species of Pokémon that can be encountered within them.
get/api/v2/region/{id}/
Path parameters
idstring required
This parameter can be a string or an integer.
Response
Example response
{
"version_groups": [
{
"name": "red-blue",
"url": "https://pokeapi.co/api/v2/version-group/1/"
}
]
}