Endpoint: location
GEThttps://pokedex.mimo.dev/api/location/solaceon-ruins
Request
GETlocation
1fetch("https://pokedex.mimo.dev/api/location/solaceon-ruins")
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": "solaceon-ruins-2f",
5 "url": "https://pokedex.mimo.dev/api/location-area/30/"
6 },
7 {
8 "name": "solaceon-ruins-1f",
9 "url": "https://pokedex.mimo.dev/api/location-area/31/"
10 },
11 {
12 "name": "solaceon-ruins-b1f-a",
13 "url": "https://pokedex.mimo.dev/api/location-area/32/"
14 },
15 {
16 "name": "solaceon-ruins-b1f-b",
17 "url": "https://pokedex.mimo.dev/api/location-area/33/"
18 },
19 {
20 "name": "solaceon-ruins-b1f-c",
21 "url": "https://pokedex.mimo.dev/api/location-area/34/"
22 },
23 {
24 "name": "solaceon-ruins-b2f-a",
25 "url": "https://pokedex.mimo.dev/api/location-area/35/"
26 },
27 {
28 "name": "solaceon-ruins-b2f-b",
29 "url": "https://pokedex.mimo.dev/api/location-area/36/"
30 },
31 {
32 "name": "solaceon-ruins-b2f-c",
33 "url": "https://pokedex.mimo.dev/api/location-area/37/"
34 },
35 {
36 "name": "solaceon-ruins-b3f-a",
37 "url": "https://pokedex.mimo.dev/api/location-area/38/"
38 },
39 {
40 "name": "solaceon-ruins-b3f-b",
41 "url": "https://pokedex.mimo.dev/api/location-area/39/"
42 },
43 {
44 "name": "solaceon-ruins-b3f-c",
45 "url": "https://pokedex.mimo.dev/api/location-area/40/"
46 },
47 {
48 "name": "solaceon-ruins-b3f-d",
49 "url": "https://pokedex.mimo.dev/api/location-area/41/"
50 },
51 {
52 "name": "solaceon-ruins-b3f-e",
53 "url": "https://pokedex.mimo.dev/api/location-area/42/"
54 },
55 {
56 "name": "solaceon-ruins-b4f-a",
57 "url": "https://pokedex.mimo.dev/api/location-area/43/"
58 },
59 {
60 "name": "solaceon-ruins-b4f-b",
61 "url": "https://pokedex.mimo.dev/api/location-area/44/"
62 },
63 {
64 "name": "solaceon-ruins-b4f-c",
65 "url": "https://pokedex.mimo.dev/api/location-area/45/"
66 },
67 {
68 "name": "solaceon-ruins-b4f-d",
69 "url": "https://pokedex.mimo.dev/api/location-area/46/"
70 },
71 {
72 "name": "solaceon-ruins-b5f",
73 "url": "https://pokedex.mimo.dev/api/location-area/47/"
74 }
75 ],
76 "game_indices": [
77 {
78 "game_index": 53,
79 "generation": {
80 "name": "generation-iv",
81 "url": "https://pokedex.mimo.dev/api/generation/4/"
82 }
83 }
84 ],
85 "id": 12,
86 "name": "solaceon-ruins",
87 "names": [
88 {
89 "language": {
90 "name": "fr",
91 "url": "https://pokedex.mimo.dev/api/language/5/"
92 },
93 "name": "Ruines Bonville"
94 },
95 {
96 "language": {
97 "name": "en",
98 "url": "https://pokedex.mimo.dev/api/language/9/"
99 },
100 "name": "Solaceon Ruins"
101 }
102 ],
103 "region": {
104 "name": "sinnoh",
105 "url": "https://pokedex.mimo.dev/api/region/4/"
106 }
107}