Leagues
get
https://pokeapi.glitch.me
/v1/league
Pokémon League Names
curl -i -X GET \
-H "User-Agent: BastionDiscordBot (https://bastionbot.org, v6.16.1)" \
https://pokeapi.glitch.me/v1/league
get
https://pokeapi.glitch.me
/v1/league/:slug
Pokémon League
Field | Type | Description |
name | string | The name of Pokémon league |
slug | string | The string used to identify this region. |
region | string | The region in the Pokémon World where the league happens |
badgesRequired | integer | The minimum number of Pokémon gym badges required to qualify for the Pokémon league |
badges | array of strings | The Pokémon gym badges that are eligible for the Pokémon league |
curl -i -X GET -H \
"User-Agent: BastionDiscordBot (https://bastionbot.oorg, v6.16.1)" \
https://pokeapi.glitch.me/v1/league/kalos
Last modified 4yr ago