Endpoint: region
GEThttps://pokedex.mimo.dev/api/region/hoenn
Request
GETregion
1fetch("https://pokedex.mimo.dev/api/region/hoenn")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))
Response
response.json
1{
2 "id": 3,
3 "locations": [
4 {
5 "name": "petalburg-city",
6 "url": "https://pokedex.mimo.dev/api/location/429/"
7 },
8 {
9 "name": "slateport-city",
10 "url": "https://pokedex.mimo.dev/api/location/430/"
11 },
12 {
13 "name": "lilycove-city",
14 "url": "https://pokedex.mimo.dev/api/location/431/"
15 },
16 {
17 "name": "mossdeep-city",
18 "url": "https://pokedex.mimo.dev/api/location/432/"
19 },
20 {
21 "name": "sootopolis-city",
22 "url": "https://pokedex.mimo.dev/api/location/433/"
23 },
24 {
25 "name": "ever-grande-city",
26 "url": "https://pokedex.mimo.dev/api/location/434/"
27 },
28 {
29 "name": "meteor-falls",
30 "url": "https://pokedex.mimo.dev/api/location/435/"
31 },
32 {
33 "name": "rusturf-tunnel",
34 "url": "https://pokedex.mimo.dev/api/location/436/"
35 },
36 {
37 "name": "granite-cave",
38 "url": "https://pokedex.mimo.dev/api/location/437/"
39 },
40 {
41 "name": "petalburg-woods",
42 "url": "https://pokedex.mimo.dev/api/location/438/"
43 },
44 {
45 "name": "jagged-pass",
46 "url": "https://pokedex.mimo.dev/api/location/439/"
47 },
48 {
49 "name": "fiery-path",
50 "url": "https://pokedex.mimo.dev/api/location/440/"
51 },
52 {
53 "name": "mt-pyre",
54 "url": "https://pokedex.mimo.dev/api/location/441/"
55 },
56 {
57 "name": "seafloor-cavern",
58 "url": "https://pokedex.mimo.dev/api/location/442/"
59 },
60 {
61 "name": "cave-of-origin",
62 "url": "https://pokedex.mimo.dev/api/location/443/"
63 },
64 {
65 "name": "hoenn-victory-road",
66 "url": "https://pokedex.mimo.dev/api/location/444/"
67 },
68 {
69 "name": "shoal-cave",
70 "url": "https://pokedex.mimo.dev/api/location/445/"
71 },
72 {
73 "name": "new-mauville",
74 "url": "https://pokedex.mimo.dev/api/location/446/"
75 },
76 {
77 "name": "abandoned-ship",
78 "url": "https://pokedex.mimo.dev/api/location/447/"
79 },
80 {
81 "name": "sky-pillar",
82 "url": "https://pokedex.mimo.dev/api/location/448/"
83 },
84 {
85 "name": "hoenn-route-101",
86 "url": "https://pokedex.mimo.dev/api/location/449/"
87 },
88 {
89 "name": "hoenn-route-102",
90 "url": "https://pokedex.mimo.dev/api/location/450/"
91 },
92 {
93 "name": "hoenn-route-103",
94 "url": "https://pokedex.mimo.dev/api/location/451/"
95 },
96 {
97 "name": "hoenn-route-104",
98 "url": "https://pokedex.mimo.dev/api/location/452/"
99 },
100 {
101 "name": "hoenn-route-105",
102 "url": "https://pokedex.mimo.dev/api/location/453/"
103 },
104 {
105 "name": "hoenn-route-106",
106 "url": "https://pokedex.mimo.dev/api/location/454/"
107 },
108 {
109 "name": "hoenn-route-107",
110 "url": "https://pokedex.mimo.dev/api/location/455/"
111 },
112 {
113 "name": "hoenn-route-108",
114 "url": "https://pokedex.mimo.dev/api/location/456/"
115 },
116 {
117 "name": "hoenn-route-109",
118 "url": "https://pokedex.mimo.dev/api/location/457/"
119 },
120 {
121 "name": "hoenn-route-110",
122 "url": "https://pokedex.mimo.dev/api/location/458/"
123 },
124 {
125 "name": "hoenn-route-111",
126 "url": "https://pokedex.mimo.dev/api/location/459/"
127 },
128 {
129 "name": "hoenn-route-112",
130 "url": "https://pokedex.mimo.dev/api/location/460/"
131 },
132 {
133 "name": "hoenn-route-113",
134 "url": "https://pokedex.mimo.dev/api/location/461/"
135 },
136 {
137 "name": "hoenn-route-114",
138 "url": "https://pokedex.mimo.dev/api/location/462/"
139 },
140 {
141 "name": "hoenn-route-115",
142 "url": "https://pokedex.mimo.dev/api/location/463/"
143 },
144 {
145 "name": "hoenn-route-116",
146 "url": "https://pokedex.mimo.dev/api/location/464/"
147 },
148 {
149 "name": "hoenn-route-117",
150 "url": "https://pokedex.mimo.dev/api/location/465/"
151 },
152 {
153 "name": "hoenn-route-118",
154 "url": "https://pokedex.mimo.dev/api/location/466/"
155 },
156 {
157 "name": "hoenn-route-119",
158 "url": "https://pokedex.mimo.dev/api/location/467/"
159 },
160 {
161 "name": "hoenn-route-120",
162 "url": "https://pokedex.mimo.dev/api/location/468/"
163 },
164 {
165 "name": "hoenn-route-121",
166 "url": "https://pokedex.mimo.dev/api/location/469/"
167 },
168 {
169 "name": "hoenn-route-122",
170 "url": "https://pokedex.mimo.dev/api/location/470/"
171 },
172 {
173 "name": "hoenn-route-123",
174 "url": "https://pokedex.mimo.dev/api/location/471/"
175 },
176 {
177 "name": "hoenn-route-124",
178 "url": "https://pokedex.mimo.dev/api/location/472/"
179 },
180 {
181 "name": "hoenn-route-125",
182 "url": "https://pokedex.mimo.dev/api/location/473/"
183 },
184 {
185 "name": "hoenn-route-126",
186 "url": "https://pokedex.mimo.dev/api/location/474/"
187 },
188 {
189 "name": "hoenn-route-127",
190 "url": "https://pokedex.mimo.dev/api/location/475/"
191 },
192 {
193 "name": "hoenn-route-128",
194 "url": "https://pokedex.mimo.dev/api/location/476/"
195 },
196 {
197 "name": "hoenn-route-129",
198 "url": "https://pokedex.mimo.dev/api/location/477/"
199 },
200 {
201 "name": "hoenn-route-130",
202 "url": "https://pokedex.mimo.dev/api/location/478/"
203 },
204 {
205 "name": "hoenn-route-131",
206 "url": "https://pokedex.mimo.dev/api/location/479/"
207 },
208 {
209 "name": "hoenn-route-132",
210 "url": "https://pokedex.mimo.dev/api/location/480/"
211 },
212 {
213 "name": "hoenn-route-133",
214 "url": "https://pokedex.mimo.dev/api/location/481/"
215 },
216 {
217 "name": "hoenn-route-134",
218 "url": "https://pokedex.mimo.dev/api/location/482/"
219 },
220 {
221 "name": "hoenn-safari-zone",
222 "url": "https://pokedex.mimo.dev/api/location/483/"
223 },
224 {
225 "name": "dewford-town",
226 "url": "https://pokedex.mimo.dev/api/location/484/"
227 },
228 {
229 "name": "pacifidlog-town",
230 "url": "https://pokedex.mimo.dev/api/location/485/"
231 },
232 {
233 "name": "magma-hideout",
234 "url": "https://pokedex.mimo.dev/api/location/486/"
235 },
236 {
237 "name": "mirage-tower",
238 "url": "https://pokedex.mimo.dev/api/location/487/"
239 },
240 {
241 "name": "desert-underpass",
242 "url": "https://pokedex.mimo.dev/api/location/488/"
243 },
244 {
245 "name": "artisan-cave",
246 "url": "https://pokedex.mimo.dev/api/location/489/"
247 },
248 {
249 "name": "hoenn-altering-cave",
250 "url": "https://pokedex.mimo.dev/api/location/490/"
251 },
252 {
253 "name": "littleroot-town",
254 "url": "https://pokedex.mimo.dev/api/location/567/"
255 },
256 {
257 "name": "oldale-town",
258 "url": "https://pokedex.mimo.dev/api/location/568/"
259 },
260 {
261 "name": "lavaridge-town",
262 "url": "https://pokedex.mimo.dev/api/location/569/"
263 },
264 {
265 "name": "fallarbor-town",
266 "url": "https://pokedex.mimo.dev/api/location/570/"
267 },
268 {
269 "name": "verdanturf-town",
270 "url": "https://pokedex.mimo.dev/api/location/571/"
271 },
272 {
273 "name": "mauville-city",
274 "url": "https://pokedex.mimo.dev/api/location/572/"
275 },
276 {
277 "name": "rustboro-city",
278 "url": "https://pokedex.mimo.dev/api/location/573/"
279 },
280 {
281 "name": "fortree-city",
282 "url": "https://pokedex.mimo.dev/api/location/574/"
283 },
284 {
285 "name": "underwater",
286 "url": "https://pokedex.mimo.dev/api/location/575/"
287 },
288 {
289 "name": "mt-chimney",
290 "url": "https://pokedex.mimo.dev/api/location/576/"
291 },
292 {
293 "name": "mirage-island",
294 "url": "https://pokedex.mimo.dev/api/location/577/"
295 },
296 {
297 "name": "southern-island",
298 "url": "https://pokedex.mimo.dev/api/location/578/"
299 },
300 {
301 "name": "sealed-chamber",
302 "url": "https://pokedex.mimo.dev/api/location/579/"
303 },
304 {
305 "name": "scorched-slab",
306 "url": "https://pokedex.mimo.dev/api/location/580/"
307 },
308 {
309 "name": "island-cave",
310 "url": "https://pokedex.mimo.dev/api/location/581/"
311 },
312 {
313 "name": "desert-ruins",
314 "url": "https://pokedex.mimo.dev/api/location/582/"
315 },
316 {
317 "name": "ancient-tomb",
318 "url": "https://pokedex.mimo.dev/api/location/583/"
319 },
320 {
321 "name": "inside-of-truck",
322 "url": "https://pokedex.mimo.dev/api/location/584/"
323 },
324 {
325 "name": "secret-base",
326 "url": "https://pokedex.mimo.dev/api/location/585/"
327 },
328 {
329 "name": "hoenn-battle-tower",
330 "url": "https://pokedex.mimo.dev/api/location/586/"
331 },
332 {
333 "name": "hoenn-pokemon-league",
334 "url": "https://pokedex.mimo.dev/api/location/691/"
335 },
336 {
337 "name": "team-aqua-hideout",
338 "url": "https://pokedex.mimo.dev/api/location/692/"
339 },
340 {
341 "name": "sea-mauville",
342 "url": "https://pokedex.mimo.dev/api/location/693/"
343 },
344 {
345 "name": "team-magma-hideout",
346 "url": "https://pokedex.mimo.dev/api/location/694/"
347 },
348 {
349 "name": "battle-resort",
350 "url": "https://pokedex.mimo.dev/api/location/695/"
351 },
352 {
353 "name": "ss-tidal",
354 "url": "https://pokedex.mimo.dev/api/location/696/"
355 },
356 {
357 "name": "mirage-forest",
358 "url": "https://pokedex.mimo.dev/api/location/697/"
359 },
360 {
361 "name": "mirage-cave",
362 "url": "https://pokedex.mimo.dev/api/location/698/"
363 },
364 {
365 "name": "mirage-mountain",
366 "url": "https://pokedex.mimo.dev/api/location/699/"
367 },
368 {
369 "name": "trackless-forest",
370 "url": "https://pokedex.mimo.dev/api/location/700/"
371 },
372 {
373 "name": "pathless-plain",
374 "url": "https://pokedex.mimo.dev/api/location/701/"
375 },
376 {
377 "name": "nameless-cavern",
378 "url": "https://pokedex.mimo.dev/api/location/702/"
379 },
380 {
381 "name": "fabled-cave",
382 "url": "https://pokedex.mimo.dev/api/location/703/"
383 },
384 {
385 "name": "gnarled-den",
386 "url": "https://pokedex.mimo.dev/api/location/704/"
387 },
388 {
389 "name": "crescent-isle",
390 "url": "https://pokedex.mimo.dev/api/location/705/"
391 },
392 {
393 "name": "secret-islet",
394 "url": "https://pokedex.mimo.dev/api/location/706/"
395 },
396 {
397 "name": "soaring-in-the-sky",
398 "url": "https://pokedex.mimo.dev/api/location/707/"
399 },
400 {
401 "name": "secret-shore",
402 "url": "https://pokedex.mimo.dev/api/location/708/"
403 },
404 {
405 "name": "secret-meadow",
406 "url": "https://pokedex.mimo.dev/api/location/709/"
407 },
408 {
409 "name": "roaming-hoenn",
410 "url": "https://pokedex.mimo.dev/api/location/801/"
411 },
412 {
413 "name": "terra-cave",
414 "url": "https://pokedex.mimo.dev/api/location/803/"
415 },
416 {
417 "name": "marine-cave",
418 "url": "https://pokedex.mimo.dev/api/location/804/"
419 },
420 {
421 "name": "faraway-island",
422 "url": "https://pokedex.mimo.dev/api/location/812/"
423 },
424 {
425 "name": "hoenn-battle-frontier",
426 "url": "https://pokedex.mimo.dev/api/location/813/"
427 }
428 ],
429 "main_generation": {
430 "name": "generation-iii",
431 "url": "https://pokedex.mimo.dev/api/generation/3/"
432 },
433 "name": "hoenn",
434 "names": [
435 {
436 "language": {
437 "name": "ja-Hrkt",
438 "url": "https://pokedex.mimo.dev/api/language/1/"
439 },
440 "name": "ホウエン"
441 },
442 {
443 "language": {
444 "name": "ko",
445 "url": "https://pokedex.mimo.dev/api/language/3/"
446 },
447 "name": "호연"
448 },
449 {
450 "language": {
451 "name": "zh-Hant",
452 "url": "https://pokedex.mimo.dev/api/language/4/"
453 },
454 "name": "豐緣"
455 },
456 {
457 "language": {
458 "name": "fr",
459 "url": "https://pokedex.mimo.dev/api/language/5/"
460 },
461 "name": "Hoenn"
462 },
463 {
464 "language": {
465 "name": "de",
466 "url": "https://pokedex.mimo.dev/api/language/6/"
467 },
468 "name": "Hoenn"
469 },
470 {
471 "language": {
472 "name": "it",
473 "url": "https://pokedex.mimo.dev/api/language/8/"
474 },
475 "name": "Hoenn"
476 },
477 {
478 "language": {
479 "name": "en",
480 "url": "https://pokedex.mimo.dev/api/language/9/"
481 },
482 "name": "Hoenn"
483 },
484 {
485 "language": {
486 "name": "zh-Hans",
487 "url": "https://pokedex.mimo.dev/api/language/12/"
488 },
489 "name": "丰缘"
490 }
491 ],
492 "pokedexes": [
493 {
494 "name": "hoenn",
495 "url": "https://pokedex.mimo.dev/api/pokedex/4/"
496 },
497 {
498 "name": "updated-hoenn",
499 "url": "https://pokedex.mimo.dev/api/pokedex/15/"
500 }
501 ],
502 "version_groups": [
503 {
504 "name": "ruby-sapphire",
505 "url": "https://pokedex.mimo.dev/api/version-group/5/"
506 },
507 {
508 "name": "emerald",
509 "url": "https://pokedex.mimo.dev/api/version-group/6/"
510 },
511 {
512 "name": "omega-ruby-alpha-sapphire",
513 "url": "https://pokedex.mimo.dev/api/version-group/16/"
514 }
515 ]
516}