Endpoint: location

GEThttps://pokedex.mimo.dev/api/location/mt-ember

Request

GETlocation
1fetch("https://pokedex.mimo.dev/api/location/mt-ember")
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": "mt-ember-area",
5 "url": "https://pokedex.mimo.dev/api/location-area/488/"
6 },
7 {
8 "name": "mt-ember-cave",
9 "url": "https://pokedex.mimo.dev/api/location-area/489/"
10 },
11 {
12 "name": "mt-ember-inside",
13 "url": "https://pokedex.mimo.dev/api/location-area/490/"
14 },
15 {
16 "name": "mt-ember-1f-cave-behind-team-rocket",
17 "url": "https://pokedex.mimo.dev/api/location-area/491/"
18 },
19 {
20 "name": "mt-ember-b1f",
21 "url": "https://pokedex.mimo.dev/api/location-area/492/"
22 },
23 {
24 "name": "mt-ember-b2f",
25 "url": "https://pokedex.mimo.dev/api/location-area/493/"
26 },
27 {
28 "name": "mt-ember-b3f",
29 "url": "https://pokedex.mimo.dev/api/location-area/494/"
30 },
31 {
32 "name": "mt-ember-summit",
33 "url": "https://pokedex.mimo.dev/api/location-area/825/"
34 }
35 ],
36 "game_indices": [],
37 "id": 500,
38 "name": "mt-ember",
39 "names": [
40 {
41 "language": {
42 "name": "fr",
43 "url": "https://pokedex.mimo.dev/api/language/5/"
44 },
45 "name": "Mont Braise"
46 },
47 {
48 "language": {
49 "name": "en",
50 "url": "https://pokedex.mimo.dev/api/language/9/"
51 },
52 "name": "Mt. Ember"
53 }
54 ],
55 "region": {
56 "name": "kanto",
57 "url": "https://pokedex.mimo.dev/api/region/1/"
58 }
59}