Endpoint: region

GEThttps://pokedex.mimo.dev/api/region/sinnoh

Request

GETregion
1fetch("https://pokedex.mimo.dev/api/region/sinnoh")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response

response.json
1{
2 "id": 4,
3 "locations": [
4 {
5 "name": "canalave-city",
6 "url": "https://pokedex.mimo.dev/api/location/1/"
7 },
8 {
9 "name": "eterna-city",
10 "url": "https://pokedex.mimo.dev/api/location/2/"
11 },
12 {
13 "name": "pastoria-city",
14 "url": "https://pokedex.mimo.dev/api/location/3/"
15 },
16 {
17 "name": "sunyshore-city",
18 "url": "https://pokedex.mimo.dev/api/location/4/"
19 },
20 {
21 "name": "sinnoh-pokemon-league",
22 "url": "https://pokedex.mimo.dev/api/location/5/"
23 },
24 {
25 "name": "oreburgh-mine",
26 "url": "https://pokedex.mimo.dev/api/location/6/"
27 },
28 {
29 "name": "valley-windworks",
30 "url": "https://pokedex.mimo.dev/api/location/7/"
31 },
32 {
33 "name": "eterna-forest",
34 "url": "https://pokedex.mimo.dev/api/location/8/"
35 },
36 {
37 "name": "fuego-ironworks",
38 "url": "https://pokedex.mimo.dev/api/location/9/"
39 },
40 {
41 "name": "mt-coronet",
42 "url": "https://pokedex.mimo.dev/api/location/10/"
43 },
44 {
45 "name": "great-marsh",
46 "url": "https://pokedex.mimo.dev/api/location/11/"
47 },
48 {
49 "name": "solaceon-ruins",
50 "url": "https://pokedex.mimo.dev/api/location/12/"
51 },
52 {
53 "name": "sinnoh-victory-road",
54 "url": "https://pokedex.mimo.dev/api/location/13/"
55 },
56 {
57 "name": "ravaged-path",
58 "url": "https://pokedex.mimo.dev/api/location/14/"
59 },
60 {
61 "name": "oreburgh-gate",
62 "url": "https://pokedex.mimo.dev/api/location/15/"
63 },
64 {
65 "name": "stark-mountain",
66 "url": "https://pokedex.mimo.dev/api/location/16/"
67 },
68 {
69 "name": "spring-path",
70 "url": "https://pokedex.mimo.dev/api/location/17/"
71 },
72 {
73 "name": "turnback-cave",
74 "url": "https://pokedex.mimo.dev/api/location/18/"
75 },
76 {
77 "name": "snowpoint-temple",
78 "url": "https://pokedex.mimo.dev/api/location/19/"
79 },
80 {
81 "name": "wayward-cave",
82 "url": "https://pokedex.mimo.dev/api/location/20/"
83 },
84 {
85 "name": "ruin-maniac-cave",
86 "url": "https://pokedex.mimo.dev/api/location/22/"
87 },
88 {
89 "name": "trophy-garden",
90 "url": "https://pokedex.mimo.dev/api/location/23/"
91 },
92 {
93 "name": "iron-island",
94 "url": "https://pokedex.mimo.dev/api/location/24/"
95 },
96 {
97 "name": "old-chateau",
98 "url": "https://pokedex.mimo.dev/api/location/25/"
99 },
100 {
101 "name": "lake-verity",
102 "url": "https://pokedex.mimo.dev/api/location/26/"
103 },
104 {
105 "name": "lake-valor",
106 "url": "https://pokedex.mimo.dev/api/location/27/"
107 },
108 {
109 "name": "lake-acuity",
110 "url": "https://pokedex.mimo.dev/api/location/28/"
111 },
112 {
113 "name": "valor-lakefront",
114 "url": "https://pokedex.mimo.dev/api/location/29/"
115 },
116 {
117 "name": "acuity-lakefront",
118 "url": "https://pokedex.mimo.dev/api/location/30/"
119 },
120 {
121 "name": "sinnoh-route-201",
122 "url": "https://pokedex.mimo.dev/api/location/31/"
123 },
124 {
125 "name": "sinnoh-route-202",
126 "url": "https://pokedex.mimo.dev/api/location/32/"
127 },
128 {
129 "name": "sinnoh-route-203",
130 "url": "https://pokedex.mimo.dev/api/location/33/"
131 },
132 {
133 "name": "sinnoh-route-204",
134 "url": "https://pokedex.mimo.dev/api/location/34/"
135 },
136 {
137 "name": "sinnoh-route-205",
138 "url": "https://pokedex.mimo.dev/api/location/35/"
139 },
140 {
141 "name": "sinnoh-route-206",
142 "url": "https://pokedex.mimo.dev/api/location/36/"
143 },
144 {
145 "name": "sinnoh-route-207",
146 "url": "https://pokedex.mimo.dev/api/location/37/"
147 },
148 {
149 "name": "sinnoh-route-208",
150 "url": "https://pokedex.mimo.dev/api/location/38/"
151 },
152 {
153 "name": "sinnoh-route-209",
154 "url": "https://pokedex.mimo.dev/api/location/39/"
155 },
156 {
157 "name": "lost-tower",
158 "url": "https://pokedex.mimo.dev/api/location/40/"
159 },
160 {
161 "name": "sinnoh-route-210",
162 "url": "https://pokedex.mimo.dev/api/location/41/"
163 },
164 {
165 "name": "sinnoh-route-211",
166 "url": "https://pokedex.mimo.dev/api/location/42/"
167 },
168 {
169 "name": "sinnoh-route-212",
170 "url": "https://pokedex.mimo.dev/api/location/43/"
171 },
172 {
173 "name": "sinnoh-route-213",
174 "url": "https://pokedex.mimo.dev/api/location/44/"
175 },
176 {
177 "name": "sinnoh-route-214",
178 "url": "https://pokedex.mimo.dev/api/location/45/"
179 },
180 {
181 "name": "sinnoh-route-215",
182 "url": "https://pokedex.mimo.dev/api/location/46/"
183 },
184 {
185 "name": "sinnoh-route-216",
186 "url": "https://pokedex.mimo.dev/api/location/47/"
187 },
188 {
189 "name": "sinnoh-route-217",
190 "url": "https://pokedex.mimo.dev/api/location/48/"
191 },
192 {
193 "name": "sinnoh-route-218",
194 "url": "https://pokedex.mimo.dev/api/location/49/"
195 },
196 {
197 "name": "sinnoh-route-219",
198 "url": "https://pokedex.mimo.dev/api/location/50/"
199 },
200 {
201 "name": "sinnoh-route-221",
202 "url": "https://pokedex.mimo.dev/api/location/51/"
203 },
204 {
205 "name": "sinnoh-route-222",
206 "url": "https://pokedex.mimo.dev/api/location/52/"
207 },
208 {
209 "name": "sinnoh-route-224",
210 "url": "https://pokedex.mimo.dev/api/location/53/"
211 },
212 {
213 "name": "sinnoh-route-225",
214 "url": "https://pokedex.mimo.dev/api/location/54/"
215 },
216 {
217 "name": "sinnoh-route-227",
218 "url": "https://pokedex.mimo.dev/api/location/55/"
219 },
220 {
221 "name": "sinnoh-route-228",
222 "url": "https://pokedex.mimo.dev/api/location/56/"
223 },
224 {
225 "name": "sinnoh-route-229",
226 "url": "https://pokedex.mimo.dev/api/location/57/"
227 },
228 {
229 "name": "twinleaf-town",
230 "url": "https://pokedex.mimo.dev/api/location/58/"
231 },
232 {
233 "name": "celestic-town",
234 "url": "https://pokedex.mimo.dev/api/location/59/"
235 },
236 {
237 "name": "resort-area",
238 "url": "https://pokedex.mimo.dev/api/location/60/"
239 },
240 {
241 "name": "sinnoh-sea-route-220",
242 "url": "https://pokedex.mimo.dev/api/location/61/"
243 },
244 {
245 "name": "sinnoh-sea-route-223",
246 "url": "https://pokedex.mimo.dev/api/location/62/"
247 },
248 {
249 "name": "sinnoh-sea-route-226",
250 "url": "https://pokedex.mimo.dev/api/location/63/"
251 },
252 {
253 "name": "sinnoh-sea-route-230",
254 "url": "https://pokedex.mimo.dev/api/location/64/"
255 },
256 {
257 "name": "sandgem-town",
258 "url": "https://pokedex.mimo.dev/api/location/163/"
259 },
260 {
261 "name": "floaroma-town",
262 "url": "https://pokedex.mimo.dev/api/location/164/"
263 },
264 {
265 "name": "solaceon-town",
266 "url": "https://pokedex.mimo.dev/api/location/165/"
267 },
268 {
269 "name": "jubilife-city",
270 "url": "https://pokedex.mimo.dev/api/location/167/"
271 },
272 {
273 "name": "oreburgh-city",
274 "url": "https://pokedex.mimo.dev/api/location/168/"
275 },
276 {
277 "name": "hearthome-city",
278 "url": "https://pokedex.mimo.dev/api/location/169/"
279 },
280 {
281 "name": "veilstone-city",
282 "url": "https://pokedex.mimo.dev/api/location/170/"
283 },
284 {
285 "name": "snowpoint-city",
286 "url": "https://pokedex.mimo.dev/api/location/171/"
287 },
288 {
289 "name": "spear-pillar",
290 "url": "https://pokedex.mimo.dev/api/location/172/"
291 },
292 {
293 "name": "pal-park",
294 "url": "https://pokedex.mimo.dev/api/location/173/"
295 },
296 {
297 "name": "amity-square",
298 "url": "https://pokedex.mimo.dev/api/location/174/"
299 },
300 {
301 "name": "floaroma-meadow",
302 "url": "https://pokedex.mimo.dev/api/location/175/"
303 },
304 {
305 "name": "fullmoon-island",
306 "url": "https://pokedex.mimo.dev/api/location/177/"
307 },
308 {
309 "name": "sendoff-spring",
310 "url": "https://pokedex.mimo.dev/api/location/178/"
311 },
312 {
313 "name": "flower-paradise",
314 "url": "https://pokedex.mimo.dev/api/location/179/"
315 },
316 {
317 "name": "maniac-tunnel",
318 "url": "https://pokedex.mimo.dev/api/location/180/"
319 },
320 {
321 "name": "galactic-hq",
322 "url": "https://pokedex.mimo.dev/api/location/181/"
323 },
324 {
325 "name": "verity-lakefront",
326 "url": "https://pokedex.mimo.dev/api/location/182/"
327 },
328 {
329 "name": "newmoon-island",
330 "url": "https://pokedex.mimo.dev/api/location/183/"
331 },
332 {
333 "name": "sinnoh-battle-tower",
334 "url": "https://pokedex.mimo.dev/api/location/184/"
335 },
336 {
337 "name": "fight-area",
338 "url": "https://pokedex.mimo.dev/api/location/185/"
339 },
340 {
341 "name": "survival-area",
342 "url": "https://pokedex.mimo.dev/api/location/186/"
343 },
344 {
345 "name": "seabreak-path",
346 "url": "https://pokedex.mimo.dev/api/location/187/"
347 },
348 {
349 "name": "sinnoh-hall-of-origin-1",
350 "url": "https://pokedex.mimo.dev/api/location/188/"
351 },
352 {
353 "name": "sinnoh-hall-of-origin-2",
354 "url": "https://pokedex.mimo.dev/api/location/189/"
355 },
356 {
357 "name": "verity-cavern",
358 "url": "https://pokedex.mimo.dev/api/location/190/"
359 },
360 {
361 "name": "valor-cavern",
362 "url": "https://pokedex.mimo.dev/api/location/191/"
363 },
364 {
365 "name": "acuity-cavern",
366 "url": "https://pokedex.mimo.dev/api/location/192/"
367 },
368 {
369 "name": "jubilife-tv",
370 "url": "https://pokedex.mimo.dev/api/location/193/"
371 },
372 {
373 "name": "poketch-co",
374 "url": "https://pokedex.mimo.dev/api/location/194/"
375 },
376 {
377 "name": "gts",
378 "url": "https://pokedex.mimo.dev/api/location/195/"
379 },
380 {
381 "name": "trainers-school",
382 "url": "https://pokedex.mimo.dev/api/location/196/"
383 },
384 {
385 "name": "mining-museum",
386 "url": "https://pokedex.mimo.dev/api/location/197/"
387 },
388 {
389 "name": "sinnoh-flower-shop",
390 "url": "https://pokedex.mimo.dev/api/location/198/"
391 },
392 {
393 "name": "sinnoh-cycle-shop",
394 "url": "https://pokedex.mimo.dev/api/location/199/"
395 },
396 {
397 "name": "contest-hall",
398 "url": "https://pokedex.mimo.dev/api/location/200/"
399 },
400 {
401 "name": "poffin-house",
402 "url": "https://pokedex.mimo.dev/api/location/201/"
403 },
404 {
405 "name": "sinnoh-foreign-building",
406 "url": "https://pokedex.mimo.dev/api/location/202/"
407 },
408 {
409 "name": "pokemon-day-care",
410 "url": "https://pokedex.mimo.dev/api/location/203/"
411 },
412 {
413 "name": "veilstone-store",
414 "url": "https://pokedex.mimo.dev/api/location/204/"
415 },
416 {
417 "name": "sinnoh-game-corner",
418 "url": "https://pokedex.mimo.dev/api/location/205/"
419 },
420 {
421 "name": "canalave-library",
422 "url": "https://pokedex.mimo.dev/api/location/206/"
423 },
424 {
425 "name": "vista-lighthouse",
426 "url": "https://pokedex.mimo.dev/api/location/207/"
427 },
428 {
429 "name": "sunyshore-market",
430 "url": "https://pokedex.mimo.dev/api/location/208/"
431 },
432 {
433 "name": "footstep-house",
434 "url": "https://pokedex.mimo.dev/api/location/209/"
435 },
436 {
437 "name": "sinnoh-cafe",
438 "url": "https://pokedex.mimo.dev/api/location/210/"
439 },
440 {
441 "name": "grand-lake",
442 "url": "https://pokedex.mimo.dev/api/location/211/"
443 },
444 {
445 "name": "sinnoh-restaurant",
446 "url": "https://pokedex.mimo.dev/api/location/212/"
447 },
448 {
449 "name": "battle-park",
450 "url": "https://pokedex.mimo.dev/api/location/213/"
451 },
452 {
453 "name": "battle-frontier",
454 "url": "https://pokedex.mimo.dev/api/location/214/"
455 },
456 {
457 "name": "battle-factory",
458 "url": "https://pokedex.mimo.dev/api/location/215/"
459 },
460 {
461 "name": "battle-castle",
462 "url": "https://pokedex.mimo.dev/api/location/216/"
463 },
464 {
465 "name": "battle-arcade",
466 "url": "https://pokedex.mimo.dev/api/location/217/"
467 },
468 {
469 "name": "battle-hall",
470 "url": "https://pokedex.mimo.dev/api/location/218/"
471 },
472 {
473 "name": "distortion-world",
474 "url": "https://pokedex.mimo.dev/api/location/219/"
475 },
476 {
477 "name": "sinnoh-global-terminal",
478 "url": "https://pokedex.mimo.dev/api/location/220/"
479 },
480 {
481 "name": "sinnoh-villa",
482 "url": "https://pokedex.mimo.dev/api/location/221/"
483 },
484 {
485 "name": "battleground",
486 "url": "https://pokedex.mimo.dev/api/location/222/"
487 },
488 {
489 "name": "rotoms-room",
490 "url": "https://pokedex.mimo.dev/api/location/223/"
491 },
492 {
493 "name": "tg-eterna-bldg",
494 "url": "https://pokedex.mimo.dev/api/location/224/"
495 },
496 {
497 "name": "iron-ruins",
498 "url": "https://pokedex.mimo.dev/api/location/225/"
499 },
500 {
501 "name": "iceberg-ruins",
502 "url": "https://pokedex.mimo.dev/api/location/226/"
503 },
504 {
505 "name": "rock-peak-ruins",
506 "url": "https://pokedex.mimo.dev/api/location/227/"
507 },
508 {
509 "name": "roaming-sinnoh",
510 "url": "https://pokedex.mimo.dev/api/location/802/"
511 }
512 ],
513 "main_generation": {
514 "name": "generation-iv",
515 "url": "https://pokedex.mimo.dev/api/generation/4/"
516 },
517 "name": "sinnoh",
518 "names": [
519 {
520 "language": {
521 "name": "ja-Hrkt",
522 "url": "https://pokedex.mimo.dev/api/language/1/"
523 },
524 "name": "シンオウ"
525 },
526 {
527 "language": {
528 "name": "ko",
529 "url": "https://pokedex.mimo.dev/api/language/3/"
530 },
531 "name": "신오"
532 },
533 {
534 "language": {
535 "name": "zh-Hant",
536 "url": "https://pokedex.mimo.dev/api/language/4/"
537 },
538 "name": "神奧"
539 },
540 {
541 "language": {
542 "name": "fr",
543 "url": "https://pokedex.mimo.dev/api/language/5/"
544 },
545 "name": "Sinnoh"
546 },
547 {
548 "language": {
549 "name": "de",
550 "url": "https://pokedex.mimo.dev/api/language/6/"
551 },
552 "name": "Sinnoh"
553 },
554 {
555 "language": {
556 "name": "it",
557 "url": "https://pokedex.mimo.dev/api/language/8/"
558 },
559 "name": "Sinnoh"
560 },
561 {
562 "language": {
563 "name": "en",
564 "url": "https://pokedex.mimo.dev/api/language/9/"
565 },
566 "name": "Sinnoh"
567 },
568 {
569 "language": {
570 "name": "zh-Hans",
571 "url": "https://pokedex.mimo.dev/api/language/12/"
572 },
573 "name": "神奥"
574 }
575 ],
576 "pokedexes": [
577 {
578 "name": "original-sinnoh",
579 "url": "https://pokedex.mimo.dev/api/pokedex/5/"
580 },
581 {
582 "name": "extended-sinnoh",
583 "url": "https://pokedex.mimo.dev/api/pokedex/6/"
584 }
585 ],
586 "version_groups": [
587 {
588 "name": "diamond-pearl",
589 "url": "https://pokedex.mimo.dev/api/version-group/8/"
590 },
591 {
592 "name": "platinum",
593 "url": "https://pokedex.mimo.dev/api/version-group/9/"
594 },
595 {
596 "name": "brilliant-diamond-and-shining-pearl",
597 "url": "https://pokedex.mimo.dev/api/version-group/23/"
598 }
599 ]
600}