Endpoint: location

GEThttps://pokedex.mimo.dev/api/location/paldea-north-province-area-three

Request

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

Response

response.json
1{
2 "areas": [],
3 "game_indices": [],
4 "id": 856,
5 "name": "paldea-north-province-area-three",
6 "names": [],
7 "region": {
8 "name": "paldea",
9 "url": "https://pokedex.mimo.dev/api/region/10/"
10 }
11}