Endpoint: location

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

Request

GETlocation
1fetch("https://pokedex.mimo.dev/api/location/mt-silver")
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-silver-2f",
5 "url": "https://pokedex.mimo.dev/api/location-area/263/"
6 },
7 {
8 "name": "mt-silver-1f-top",
9 "url": "https://pokedex.mimo.dev/api/location-area/264/"
10 },
11 {
12 "name": "mt-silver-4f",
13 "url": "https://pokedex.mimo.dev/api/location-area/265/"
14 },
15 {
16 "name": "mt-silver-outside",
17 "url": "https://pokedex.mimo.dev/api/location-area/269/"
18 },
19 {
20 "name": "mt-silver-1f",
21 "url": "https://pokedex.mimo.dev/api/location-area/270/"
22 },
23 {
24 "name": "mt-silver-mountainside",
25 "url": "https://pokedex.mimo.dev/api/location-area/271/"
26 },
27 {
28 "name": "mt-silver-3f",
29 "url": "https://pokedex.mimo.dev/api/location-area/272/"
30 },
31 {
32 "name": "mt-silver-top",
33 "url": "https://pokedex.mimo.dev/api/location-area/273/"
34 }
35 ],
36 "game_indices": [
37 {
38 "game_index": 137,
39 "generation": {
40 "name": "generation-iv",
41 "url": "https://pokedex.mimo.dev/api/generation/4/"
42 }
43 }
44 ],
45 "id": 82,
46 "name": "mt-silver",
47 "names": [
48 {
49 "language": {
50 "name": "fr",
51 "url": "https://pokedex.mimo.dev/api/language/5/"
52 },
53 "name": "Mont Argenté"
54 },
55 {
56 "language": {
57 "name": "en",
58 "url": "https://pokedex.mimo.dev/api/language/9/"
59 },
60 "name": "Mt. Silver"
61 }
62 ],
63 "region": {
64 "name": "johto",
65 "url": "https://pokedex.mimo.dev/api/region/2/"
66 }
67}