Documentation menu

Endpoint: pokemon-location-area

GEThttps://pokedex.mimo.dev/api/pokemon-location-area

Request

GETpokemon-location-area
1fetch("https://pokedex.mimo.dev/api/pokemon-location-area")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response