Endpoint: region
GEThttps://pokedex.mimo.dev/api/region/unova
Request
GETregion
1fetch("https://pokedex.mimo.dev/api/region/unova")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))
Response
response.json
1{
2 "id": 5,
3 "locations": [
4 {
5 "name": "unova-mystery-zone",
6 "url": "https://pokedex.mimo.dev/api/location/344/"
7 },
8 {
9 "name": "unova-faraway-place",
10 "url": "https://pokedex.mimo.dev/api/location/345/"
11 },
12 {
13 "name": "nuvema-town",
14 "url": "https://pokedex.mimo.dev/api/location/346/"
15 },
16 {
17 "name": "accumula-town",
18 "url": "https://pokedex.mimo.dev/api/location/347/"
19 },
20 {
21 "name": "striaton-city",
22 "url": "https://pokedex.mimo.dev/api/location/348/"
23 },
24 {
25 "name": "nacrene-city",
26 "url": "https://pokedex.mimo.dev/api/location/349/"
27 },
28 {
29 "name": "castelia-city",
30 "url": "https://pokedex.mimo.dev/api/location/350/"
31 },
32 {
33 "name": "nimbasa-city",
34 "url": "https://pokedex.mimo.dev/api/location/351/"
35 },
36 {
37 "name": "driftveil-city",
38 "url": "https://pokedex.mimo.dev/api/location/352/"
39 },
40 {
41 "name": "mistralton-city",
42 "url": "https://pokedex.mimo.dev/api/location/353/"
43 },
44 {
45 "name": "icirrus-city",
46 "url": "https://pokedex.mimo.dev/api/location/354/"
47 },
48 {
49 "name": "opelucid-city",
50 "url": "https://pokedex.mimo.dev/api/location/355/"
51 },
52 {
53 "name": "unova-route-1",
54 "url": "https://pokedex.mimo.dev/api/location/356/"
55 },
56 {
57 "name": "unova-route-2",
58 "url": "https://pokedex.mimo.dev/api/location/357/"
59 },
60 {
61 "name": "unova-route-3",
62 "url": "https://pokedex.mimo.dev/api/location/358/"
63 },
64 {
65 "name": "unova-route-4",
66 "url": "https://pokedex.mimo.dev/api/location/359/"
67 },
68 {
69 "name": "unova-route-5",
70 "url": "https://pokedex.mimo.dev/api/location/360/"
71 },
72 {
73 "name": "unova-route-6",
74 "url": "https://pokedex.mimo.dev/api/location/361/"
75 },
76 {
77 "name": "unova-route-7",
78 "url": "https://pokedex.mimo.dev/api/location/362/"
79 },
80 {
81 "name": "unova-route-8",
82 "url": "https://pokedex.mimo.dev/api/location/363/"
83 },
84 {
85 "name": "unova-route-9",
86 "url": "https://pokedex.mimo.dev/api/location/364/"
87 },
88 {
89 "name": "unova-route-10",
90 "url": "https://pokedex.mimo.dev/api/location/365/"
91 },
92 {
93 "name": "unova-route-11",
94 "url": "https://pokedex.mimo.dev/api/location/366/"
95 },
96 {
97 "name": "unova-route-12",
98 "url": "https://pokedex.mimo.dev/api/location/367/"
99 },
100 {
101 "name": "unova-route-13",
102 "url": "https://pokedex.mimo.dev/api/location/368/"
103 },
104 {
105 "name": "unova-route-14",
106 "url": "https://pokedex.mimo.dev/api/location/369/"
107 },
108 {
109 "name": "unova-route-15",
110 "url": "https://pokedex.mimo.dev/api/location/370/"
111 },
112 {
113 "name": "unova-route-16",
114 "url": "https://pokedex.mimo.dev/api/location/371/"
115 },
116 {
117 "name": "unova-route-17",
118 "url": "https://pokedex.mimo.dev/api/location/372/"
119 },
120 {
121 "name": "unova-route-18",
122 "url": "https://pokedex.mimo.dev/api/location/373/"
123 },
124 {
125 "name": "dreamyard",
126 "url": "https://pokedex.mimo.dev/api/location/374/"
127 },
128 {
129 "name": "pinwheel-forest",
130 "url": "https://pokedex.mimo.dev/api/location/375/"
131 },
132 {
133 "name": "desert-resort",
134 "url": "https://pokedex.mimo.dev/api/location/376/"
135 },
136 {
137 "name": "relic-castle",
138 "url": "https://pokedex.mimo.dev/api/location/377/"
139 },
140 {
141 "name": "cold-storage",
142 "url": "https://pokedex.mimo.dev/api/location/378/"
143 },
144 {
145 "name": "chargestone-cave",
146 "url": "https://pokedex.mimo.dev/api/location/379/"
147 },
148 {
149 "name": "twist-mountain",
150 "url": "https://pokedex.mimo.dev/api/location/380/"
151 },
152 {
153 "name": "dragonspiral-tower",
154 "url": "https://pokedex.mimo.dev/api/location/381/"
155 },
156 {
157 "name": "unova-victory-road",
158 "url": "https://pokedex.mimo.dev/api/location/382/"
159 },
160 {
161 "name": "lacunosa-town",
162 "url": "https://pokedex.mimo.dev/api/location/383/"
163 },
164 {
165 "name": "undella-town",
166 "url": "https://pokedex.mimo.dev/api/location/384/"
167 },
168 {
169 "name": "anville-town",
170 "url": "https://pokedex.mimo.dev/api/location/385/"
171 },
172 {
173 "name": "unova-pokemon-league",
174 "url": "https://pokedex.mimo.dev/api/location/386/"
175 },
176 {
177 "name": "ns-castle",
178 "url": "https://pokedex.mimo.dev/api/location/387/"
179 },
180 {
181 "name": "royal-unova",
182 "url": "https://pokedex.mimo.dev/api/location/388/"
183 },
184 {
185 "name": "gear-station",
186 "url": "https://pokedex.mimo.dev/api/location/389/"
187 },
188 {
189 "name": "battle-subway",
190 "url": "https://pokedex.mimo.dev/api/location/390/"
191 },
192 {
193 "name": "musical-theater",
194 "url": "https://pokedex.mimo.dev/api/location/391/"
195 },
196 {
197 "name": "black-city",
198 "url": "https://pokedex.mimo.dev/api/location/392/"
199 },
200 {
201 "name": "white-forest",
202 "url": "https://pokedex.mimo.dev/api/location/393/"
203 },
204 {
205 "name": "unity-tower",
206 "url": "https://pokedex.mimo.dev/api/location/394/"
207 },
208 {
209 "name": "wellspring-cave",
210 "url": "https://pokedex.mimo.dev/api/location/395/"
211 },
212 {
213 "name": "mistralton-cave",
214 "url": "https://pokedex.mimo.dev/api/location/396/"
215 },
216 {
217 "name": "rumination-field",
218 "url": "https://pokedex.mimo.dev/api/location/397/"
219 },
220 {
221 "name": "celestial-tower",
222 "url": "https://pokedex.mimo.dev/api/location/398/"
223 },
224 {
225 "name": "moor-of-icirrus",
226 "url": "https://pokedex.mimo.dev/api/location/399/"
227 },
228 {
229 "name": "unova-shopping-mall",
230 "url": "https://pokedex.mimo.dev/api/location/400/"
231 },
232 {
233 "name": "challengers-cave",
234 "url": "https://pokedex.mimo.dev/api/location/401/"
235 },
236 {
237 "name": "poke-transfer-lab",
238 "url": "https://pokedex.mimo.dev/api/location/402/"
239 },
240 {
241 "name": "giant-chasm",
242 "url": "https://pokedex.mimo.dev/api/location/403/"
243 },
244 {
245 "name": "liberty-garden",
246 "url": "https://pokedex.mimo.dev/api/location/404/"
247 },
248 {
249 "name": "p2-laboratory",
250 "url": "https://pokedex.mimo.dev/api/location/405/"
251 },
252 {
253 "name": "skyarrow-bridge",
254 "url": "https://pokedex.mimo.dev/api/location/406/"
255 },
256 {
257 "name": "driftveil-drawbridge",
258 "url": "https://pokedex.mimo.dev/api/location/407/"
259 },
260 {
261 "name": "tubeline-bridge",
262 "url": "https://pokedex.mimo.dev/api/location/408/"
263 },
264 {
265 "name": "village-bridge",
266 "url": "https://pokedex.mimo.dev/api/location/409/"
267 },
268 {
269 "name": "marvelous-bridge",
270 "url": "https://pokedex.mimo.dev/api/location/410/"
271 },
272 {
273 "name": "entralink",
274 "url": "https://pokedex.mimo.dev/api/location/411/"
275 },
276 {
277 "name": "abundant-shrine",
278 "url": "https://pokedex.mimo.dev/api/location/412/"
279 },
280 {
281 "name": "undella-bay",
282 "url": "https://pokedex.mimo.dev/api/location/413/"
283 },
284 {
285 "name": "lostlorn-forest",
286 "url": "https://pokedex.mimo.dev/api/location/414/"
287 },
288 {
289 "name": "trial-chamber",
290 "url": "https://pokedex.mimo.dev/api/location/415/"
291 },
292 {
293 "name": "guidance-chamber",
294 "url": "https://pokedex.mimo.dev/api/location/416/"
295 },
296 {
297 "name": "entree-forest",
298 "url": "https://pokedex.mimo.dev/api/location/417/"
299 },
300 {
301 "name": "accumula-gate",
302 "url": "https://pokedex.mimo.dev/api/location/418/"
303 },
304 {
305 "name": "undella-gate",
306 "url": "https://pokedex.mimo.dev/api/location/419/"
307 },
308 {
309 "name": "nacrene-gate",
310 "url": "https://pokedex.mimo.dev/api/location/420/"
311 },
312 {
313 "name": "castelia-gate",
314 "url": "https://pokedex.mimo.dev/api/location/421/"
315 },
316 {
317 "name": "nimbasa-gate",
318 "url": "https://pokedex.mimo.dev/api/location/422/"
319 },
320 {
321 "name": "opelucid-gate",
322 "url": "https://pokedex.mimo.dev/api/location/423/"
323 },
324 {
325 "name": "black-gate",
326 "url": "https://pokedex.mimo.dev/api/location/424/"
327 },
328 {
329 "name": "white-gate",
330 "url": "https://pokedex.mimo.dev/api/location/425/"
331 },
332 {
333 "name": "bridge-gate",
334 "url": "https://pokedex.mimo.dev/api/location/426/"
335 },
336 {
337 "name": "route-gate",
338 "url": "https://pokedex.mimo.dev/api/location/427/"
339 },
340 {
341 "name": "abyssal-ruins",
342 "url": "https://pokedex.mimo.dev/api/location/428/"
343 },
344 {
345 "name": "aspertia-city",
346 "url": "https://pokedex.mimo.dev/api/location/531/"
347 },
348 {
349 "name": "virbank-city",
350 "url": "https://pokedex.mimo.dev/api/location/532/"
351 },
352 {
353 "name": "humilau-city",
354 "url": "https://pokedex.mimo.dev/api/location/533/"
355 },
356 {
357 "name": "pokestar-studios",
358 "url": "https://pokedex.mimo.dev/api/location/534/"
359 },
360 {
361 "name": "join-avenue",
362 "url": "https://pokedex.mimo.dev/api/location/535/"
363 },
364 {
365 "name": "floccesy-town",
366 "url": "https://pokedex.mimo.dev/api/location/536/"
367 },
368 {
369 "name": "lentimas-town",
370 "url": "https://pokedex.mimo.dev/api/location/537/"
371 },
372 {
373 "name": "unova-route-19",
374 "url": "https://pokedex.mimo.dev/api/location/538/"
375 },
376 {
377 "name": "unova-route-20",
378 "url": "https://pokedex.mimo.dev/api/location/539/"
379 },
380 {
381 "name": "unova-route-21",
382 "url": "https://pokedex.mimo.dev/api/location/540/"
383 },
384 {
385 "name": "unova-route-22",
386 "url": "https://pokedex.mimo.dev/api/location/541/"
387 },
388 {
389 "name": "unova-route-23",
390 "url": "https://pokedex.mimo.dev/api/location/542/"
391 },
392 {
393 "name": "castelia-sewers",
394 "url": "https://pokedex.mimo.dev/api/location/543/"
395 },
396 {
397 "name": "floccesy-ranch",
398 "url": "https://pokedex.mimo.dev/api/location/544/"
399 },
400 {
401 "name": "virbank-complex",
402 "url": "https://pokedex.mimo.dev/api/location/545/"
403 },
404 {
405 "name": "reversal-mountain",
406 "url": "https://pokedex.mimo.dev/api/location/546/"
407 },
408 {
409 "name": "strange-house",
410 "url": "https://pokedex.mimo.dev/api/location/547/"
411 },
412 {
413 "name": "unova-victory-road-2",
414 "url": "https://pokedex.mimo.dev/api/location/548/"
415 },
416 {
417 "name": "plasma-frigate",
418 "url": "https://pokedex.mimo.dev/api/location/549/"
419 },
420 {
421 "name": "relic-passage",
422 "url": "https://pokedex.mimo.dev/api/location/550/"
423 },
424 {
425 "name": "clay-tunnel",
426 "url": "https://pokedex.mimo.dev/api/location/551/"
427 },
428 {
429 "name": "white-treehollow",
430 "url": "https://pokedex.mimo.dev/api/location/552/"
431 },
432 {
433 "name": "black-tower",
434 "url": "https://pokedex.mimo.dev/api/location/553/"
435 },
436 {
437 "name": "seaside-cave",
438 "url": "https://pokedex.mimo.dev/api/location/554/"
439 },
440 {
441 "name": "cave-of-being",
442 "url": "https://pokedex.mimo.dev/api/location/555/"
443 },
444 {
445 "name": "hidden-grotto",
446 "url": "https://pokedex.mimo.dev/api/location/556/"
447 },
448 {
449 "name": "marine-tube",
450 "url": "https://pokedex.mimo.dev/api/location/557/"
451 },
452 {
453 "name": "virbank-gate",
454 "url": "https://pokedex.mimo.dev/api/location/558/"
455 },
456 {
457 "name": "aspertia-gate",
458 "url": "https://pokedex.mimo.dev/api/location/559/"
459 },
460 {
461 "name": "nature-sanctuary",
462 "url": "https://pokedex.mimo.dev/api/location/560/"
463 },
464 {
465 "name": "medal-secretariat",
466 "url": "https://pokedex.mimo.dev/api/location/561/"
467 },
468 {
469 "name": "underground-ruins",
470 "url": "https://pokedex.mimo.dev/api/location/562/"
471 },
472 {
473 "name": "rocky-mountain-room",
474 "url": "https://pokedex.mimo.dev/api/location/563/"
475 },
476 {
477 "name": "glacier-room",
478 "url": "https://pokedex.mimo.dev/api/location/564/"
479 },
480 {
481 "name": "iron-room",
482 "url": "https://pokedex.mimo.dev/api/location/565/"
483 },
484 {
485 "name": "pledge-grove",
486 "url": "https://pokedex.mimo.dev/api/location/566/"
487 }
488 ],
489 "main_generation": {
490 "name": "generation-v",
491 "url": "https://pokedex.mimo.dev/api/generation/5/"
492 },
493 "name": "unova",
494 "names": [
495 {
496 "language": {
497 "name": "ja-Hrkt",
498 "url": "https://pokedex.mimo.dev/api/language/1/"
499 },
500 "name": "イッシュ"
501 },
502 {
503 "language": {
504 "name": "ko",
505 "url": "https://pokedex.mimo.dev/api/language/3/"
506 },
507 "name": "하나"
508 },
509 {
510 "language": {
511 "name": "zh-Hant",
512 "url": "https://pokedex.mimo.dev/api/language/4/"
513 },
514 "name": "合眾"
515 },
516 {
517 "language": {
518 "name": "fr",
519 "url": "https://pokedex.mimo.dev/api/language/5/"
520 },
521 "name": "Unys"
522 },
523 {
524 "language": {
525 "name": "de",
526 "url": "https://pokedex.mimo.dev/api/language/6/"
527 },
528 "name": "Einall"
529 },
530 {
531 "language": {
532 "name": "it",
533 "url": "https://pokedex.mimo.dev/api/language/8/"
534 },
535 "name": "Unima"
536 },
537 {
538 "language": {
539 "name": "en",
540 "url": "https://pokedex.mimo.dev/api/language/9/"
541 },
542 "name": "Unova"
543 },
544 {
545 "language": {
546 "name": "zh-Hans",
547 "url": "https://pokedex.mimo.dev/api/language/12/"
548 },
549 "name": "合众"
550 }
551 ],
552 "pokedexes": [
553 {
554 "name": "original-unova",
555 "url": "https://pokedex.mimo.dev/api/pokedex/8/"
556 },
557 {
558 "name": "updated-unova",
559 "url": "https://pokedex.mimo.dev/api/pokedex/9/"
560 }
561 ],
562 "version_groups": [
563 {
564 "name": "black-white",
565 "url": "https://pokedex.mimo.dev/api/version-group/11/"
566 },
567 {
568 "name": "black-2-white-2",
569 "url": "https://pokedex.mimo.dev/api/version-group/14/"
570 }
571 ]
572}