Endpoint: location
GEThttps://pokedex.mimo.dev/api/location/kanto-victory-road-2
Request
GETlocation
1fetch("https://pokedex.mimo.dev/api/location/kanto-victory-road-2")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))
Response
response.json
1{
2 "areas": [
3 {
4 "name": "kanto-victory-road-2-1f",
5 "url": "https://pokedex.mimo.dev/api/location-area/331/"
6 },
7 {
8 "name": "kanto-victory-road-2-2f",
9 "url": "https://pokedex.mimo.dev/api/location-area/332/"
10 },
11 {
12 "name": "kanto-victory-road-2-3f",
13 "url": "https://pokedex.mimo.dev/api/location-area/333/"
14 }
15 ],
16 "game_indices": [],
17 "id": 159,
18 "name": "kanto-victory-road-2",
19 "names": [
20 {
21 "language": {
22 "name": "fr",
23 "url": "https://pokedex.mimo.dev/api/language/5/"
24 },
25 "name": "Route Victoire"
26 },
27 {
28 "language": {
29 "name": "en",
30 "url": "https://pokedex.mimo.dev/api/language/9/"
31 },
32 "name": "Victory Road"
33 }
34 ],
35 "region": {
36 "name": "kanto",
37 "url": "https://pokedex.mimo.dev/api/region/1/"
38 }
39}