Endpoint: region
GEThttps://pokedex.mimo.dev/api/region/hisui
Request
GETregion
1fetch("https://pokedex.mimo.dev/api/region/hisui")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))
Response
response.json
1{
2 "id": 9,
3 "locations": [
4 {
5 "name": "aipom-hill",
6 "url": "https://pokedex.mimo.dev/api/location/952/"
7 },
8 {
9 "name": "ancient-quarry",
10 "url": "https://pokedex.mimo.dev/api/location/953/"
11 },
12 {
13 "name": "arenas-approach",
14 "url": "https://pokedex.mimo.dev/api/location/954/"
15 },
16 {
17 "name": "aspiration-hill",
18 "url": "https://pokedex.mimo.dev/api/location/955/"
19 },
20 {
21 "name": "avalanche-slopes",
22 "url": "https://pokedex.mimo.dev/api/location/956/"
23 },
24 {
25 "name": "avaluggs-legacy",
26 "url": "https://pokedex.mimo.dev/api/location/957/"
27 },
28 {
29 "name": "bathers-lagoon",
30 "url": "https://pokedex.mimo.dev/api/location/958/"
31 },
32 {
33 "name": "bolderoll-ravine",
34 "url": "https://pokedex.mimo.dev/api/location/959/"
35 },
36 {
37 "name": "bolderoll-slope",
38 "url": "https://pokedex.mimo.dev/api/location/960/"
39 },
40 {
41 "name": "bonechill-wastes",
42 "url": "https://pokedex.mimo.dev/api/location/961/"
43 },
44 {
45 "name": "brava-arena",
46 "url": "https://pokedex.mimo.dev/api/location/962/"
47 },
48 {
49 "name": "castaway-shore",
50 "url": "https://pokedex.mimo.dev/api/location/963/"
51 },
52 {
53 "name": "celestica-ruins",
54 "url": "https://pokedex.mimo.dev/api/location/964/"
55 },
56 {
57 "name": "celestica-trail",
58 "url": "https://pokedex.mimo.dev/api/location/965/"
59 },
60 {
61 "name": "clamberclaw-cliffs",
62 "url": "https://pokedex.mimo.dev/api/location/966/"
63 },
64 {
65 "name": "cloudcap-pass",
66 "url": "https://pokedex.mimo.dev/api/location/967/"
67 },
68 {
69 "name": "cloudpool-ridge",
70 "url": "https://pokedex.mimo.dev/api/location/968/"
71 },
72 {
73 "name": "coastlands-camp",
74 "url": "https://pokedex.mimo.dev/api/location/969/"
75 },
76 {
77 "name": "cottonsedge-prairie",
78 "url": "https://pokedex.mimo.dev/api/location/970/"
79 },
80 {
81 "name": "crossing-slope",
82 "url": "https://pokedex.mimo.dev/api/location/971/"
83 },
84 {
85 "name": "deadwood-haunt",
86 "url": "https://pokedex.mimo.dev/api/location/972/"
87 },
88 {
89 "name": "deertrack-heights",
90 "url": "https://pokedex.mimo.dev/api/location/973/"
91 },
92 {
93 "name": "deertrack-path",
94 "url": "https://pokedex.mimo.dev/api/location/974/"
95 },
96 {
97 "name": "diamond-heath",
98 "url": "https://pokedex.mimo.dev/api/location/975/"
99 },
100 {
101 "name": "diamond-settlement",
102 "url": "https://pokedex.mimo.dev/api/location/976/"
103 },
104 {
105 "name": "droning-meadow",
106 "url": "https://pokedex.mimo.dev/api/location/977/"
107 },
108 {
109 "name": "fabled-spring",
110 "url": "https://pokedex.mimo.dev/api/location/978/"
111 },
112 {
113 "name": "firespit-island",
114 "url": "https://pokedex.mimo.dev/api/location/979/"
115 },
116 {
117 "name": "floaro-gardens",
118 "url": "https://pokedex.mimo.dev/api/location/980/"
119 },
120 {
121 "name": "gapejaw-bog",
122 "url": "https://pokedex.mimo.dev/api/location/981/"
123 },
124 {
125 "name": "ginkgo-landing",
126 "url": "https://pokedex.mimo.dev/api/location/982/"
127 },
128 {
129 "name": "glacier-terrace",
130 "url": "https://pokedex.mimo.dev/api/location/983/"
131 },
132 {
133 "name": "golden-lowlands",
134 "url": "https://pokedex.mimo.dev/api/location/984/"
135 },
136 {
137 "name": "grandtree-arena",
138 "url": "https://pokedex.mimo.dev/api/location/985/"
139 },
140 {
141 "name": "grueling-grove",
142 "url": "https://pokedex.mimo.dev/api/location/986/"
143 },
144 {
145 "name": "hearts-crag",
146 "url": "https://pokedex.mimo.dev/api/location/987/"
147 },
148 {
149 "name": "heavenward-lookout",
150 "url": "https://pokedex.mimo.dev/api/location/988/"
151 },
152 {
153 "name": "heights-camp",
154 "url": "https://pokedex.mimo.dev/api/location/989/"
155 },
156 {
157 "name": "hideaway-bay",
158 "url": "https://pokedex.mimo.dev/api/location/990/"
159 },
160 {
161 "name": "holm-of-trials",
162 "url": "https://pokedex.mimo.dev/api/location/991/"
163 },
164 {
165 "name": "horseshoe-plains",
166 "url": "https://pokedex.mimo.dev/api/location/992/"
167 },
168 {
169 "name": "ice-column-chamber",
170 "url": "https://pokedex.mimo.dev/api/location/993/"
171 },
172 {
173 "name": "icebound-falls",
174 "url": "https://pokedex.mimo.dev/api/location/994/"
175 },
176 {
177 "name": "icepeak-arena",
178 "url": "https://pokedex.mimo.dev/api/location/995/"
179 },
180 {
181 "name": "icepeak-cavern",
182 "url": "https://pokedex.mimo.dev/api/location/996/"
183 },
184 {
185 "name": "islespy-shore",
186 "url": "https://pokedex.mimo.dev/api/location/997/"
187 },
188 {
189 "name": "jubilife-village",
190 "url": "https://pokedex.mimo.dev/api/location/998/"
191 },
192 {
193 "name": "hisui-lake-acuity",
194 "url": "https://pokedex.mimo.dev/api/location/999/"
195 },
196 {
197 "name": "hisui-lake-valor",
198 "url": "https://pokedex.mimo.dev/api/location/1000/"
199 },
200 {
201 "name": "hisui-lake-verity",
202 "url": "https://pokedex.mimo.dev/api/location/1001/"
203 },
204 {
205 "name": "lonely-spring",
206 "url": "https://pokedex.mimo.dev/api/location/1002/"
207 },
208 {
209 "name": "lunkers-lair",
210 "url": "https://pokedex.mimo.dev/api/location/1003/"
211 },
212 {
213 "name": "molten-arena",
214 "url": "https://pokedex.mimo.dev/api/location/1004/"
215 },
216 {
217 "name": "moonview-arena",
218 "url": "https://pokedex.mimo.dev/api/location/1005/"
219 },
220 {
221 "name": "natures-pantry",
222 "url": "https://pokedex.mimo.dev/api/location/1006/"
223 },
224 {
225 "name": "obsidian-falls",
226 "url": "https://pokedex.mimo.dev/api/location/1007/"
227 },
228 {
229 "name": "oreburrow-tunnel",
230 "url": "https://pokedex.mimo.dev/api/location/1008/"
231 },
232 {
233 "name": "pearl-settlement",
234 "url": "https://pokedex.mimo.dev/api/location/1009/"
235 },
236 {
237 "name": "primeval-grotto",
238 "url": "https://pokedex.mimo.dev/api/location/1010/"
239 },
240 {
241 "name": "ramanas-island",
242 "url": "https://pokedex.mimo.dev/api/location/1011/"
243 },
244 {
245 "name": "sacred-plaza",
246 "url": "https://pokedex.mimo.dev/api/location/1012/"
247 },
248 {
249 "name": "sands-reach",
250 "url": "https://pokedex.mimo.dev/api/location/1013/"
251 },
252 {
253 "name": "sandgem-flats",
254 "url": "https://pokedex.mimo.dev/api/location/1014/"
255 },
256 {
257 "name": "scarlet-bog",
258 "url": "https://pokedex.mimo.dev/api/location/1015/"
259 },
260 {
261 "name": "seagrass-haven",
262 "url": "https://pokedex.mimo.dev/api/location/1016/"
263 },
264 {
265 "name": "seaside-hollow",
266 "url": "https://pokedex.mimo.dev/api/location/1017/"
267 },
268 {
269 "name": "shrouded-ruins",
270 "url": "https://pokedex.mimo.dev/api/location/1018/"
271 },
272 {
273 "name": "sludge-mound",
274 "url": "https://pokedex.mimo.dev/api/location/1019/"
275 },
276 {
277 "name": "snowfall-hot-spring",
278 "url": "https://pokedex.mimo.dev/api/location/1020/"
279 },
280 {
281 "name": "hisui-snowpoint-temple",
282 "url": "https://pokedex.mimo.dev/api/location/1021/"
283 },
284 {
285 "name": "hisui-solaceon-ruins",
286 "url": "https://pokedex.mimo.dev/api/location/1022/"
287 },
288 {
289 "name": "sonorous-path",
290 "url": "https://pokedex.mimo.dev/api/location/1023/"
291 },
292 {
293 "name": "space-time-distortion",
294 "url": "https://pokedex.mimo.dev/api/location/1024/"
295 },
296 {
297 "name": "hisui-spring-path",
298 "url": "https://pokedex.mimo.dev/api/location/1025/"
299 },
300 {
301 "name": "stonetooth-rows",
302 "url": "https://pokedex.mimo.dev/api/location/1026/"
303 },
304 {
305 "name": "temple-of-sinnoh",
306 "url": "https://pokedex.mimo.dev/api/location/1027/"
307 },
308 {
309 "name": "the-heartwood",
310 "url": "https://pokedex.mimo.dev/api/location/1028/"
311 },
312 {
313 "name": "tidewater-dam",
314 "url": "https://pokedex.mimo.dev/api/location/1029/"
315 },
316 {
317 "name": "tombolo-walk",
318 "url": "https://pokedex.mimo.dev/api/location/1030/"
319 },
320 {
321 "name": "tranquility-cove",
322 "url": "https://pokedex.mimo.dev/api/location/1031/"
323 },
324 {
325 "name": "hisui-turnback-cave",
326 "url": "https://pokedex.mimo.dev/api/location/1032/"
327 },
328 {
329 "name": "ursas-ring",
330 "url": "https://pokedex.mimo.dev/api/location/1033/"
331 },
332 {
333 "name": "veilstone-cape",
334 "url": "https://pokedex.mimo.dev/api/location/1034/"
335 },
336 {
337 "name": "hisui-wayward-cave",
338 "url": "https://pokedex.mimo.dev/api/location/1035/"
339 },
340 {
341 "name": "wayward-wood",
342 "url": "https://pokedex.mimo.dev/api/location/1036/"
343 },
344 {
345 "name": "whiteout-valley",
346 "url": "https://pokedex.mimo.dev/api/location/1037/"
347 },
348 {
349 "name": "windbreak-stand",
350 "url": "https://pokedex.mimo.dev/api/location/1038/"
351 },
352 {
353 "name": "windswept-run",
354 "url": "https://pokedex.mimo.dev/api/location/1039/"
355 },
356 {
357 "name": "worn-bridge",
358 "url": "https://pokedex.mimo.dev/api/location/1040/"
359 }
360 ],
361 "main_generation": null,
362 "name": "hisui",
363 "names": [
364 {
365 "language": {
366 "name": "ja-Hrkt",
367 "url": "https://pokedex.mimo.dev/api/language/1/"
368 },
369 "name": "ヒスイ"
370 },
371 {
372 "language": {
373 "name": "ko",
374 "url": "https://pokedex.mimo.dev/api/language/3/"
375 },
376 "name": "히스이"
377 },
378 {
379 "language": {
380 "name": "zh-Hant",
381 "url": "https://pokedex.mimo.dev/api/language/4/"
382 },
383 "name": "洗翠"
384 },
385 {
386 "language": {
387 "name": "fr",
388 "url": "https://pokedex.mimo.dev/api/language/5/"
389 },
390 "name": "Hisui"
391 },
392 {
393 "language": {
394 "name": "de",
395 "url": "https://pokedex.mimo.dev/api/language/6/"
396 },
397 "name": "Hisui"
398 },
399 {
400 "language": {
401 "name": "it",
402 "url": "https://pokedex.mimo.dev/api/language/8/"
403 },
404 "name": "Hisui"
405 },
406 {
407 "language": {
408 "name": "en",
409 "url": "https://pokedex.mimo.dev/api/language/9/"
410 },
411 "name": "Hisui"
412 },
413 {
414 "language": {
415 "name": "zh-Hans",
416 "url": "https://pokedex.mimo.dev/api/language/12/"
417 },
418 "name": "洗翠"
419 }
420 ],
421 "pokedexes": [
422 {
423 "name": "hisui",
424 "url": "https://pokedex.mimo.dev/api/pokedex/30/"
425 }
426 ],
427 "version_groups": [
428 {
429 "name": "legends-arceus",
430 "url": "https://pokedex.mimo.dev/api/version-group/24/"
431 }
432 ]
433}