Endpoint: location-area

GEThttps://pokedex.mimo.dev/api/location-area/verdant-cavern-totems-den

Request

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

Response

response.json
1{
2 "encounter_method_rates": [],
3 "game_index": 0,
4 "id": 1155,
5 "location": {
6 "name": "verdant-cavern",
7 "url": "https://pokedex.mimo.dev/api/location/1043/"
8 },
9 "name": "verdant-cavern-totems-den",
10 "names": [],
11 "pokemon_encounters": []
12}