Endpoint: location
GEThttps://pokedex.mimo.dev/api/location
Request
GETlocation
1fetch("https://pokedex.mimo.dev/api/location")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))
Response
response.json
1[
2 {
3 "name": "canalave-city",
4 "url": "https://pokedex.mimo.dev/api/location/1/",
5 "id": "1"
6 },
7 {
8 "name": "eterna-city",
9 "url": "https://pokedex.mimo.dev/api/location/2/",
10 "id": "2"
11 },
12 {
13 "name": "pastoria-city",
14 "url": "https://pokedex.mimo.dev/api/location/3/",
15 "id": "3"
16 },
17 {
18 "name": "sunyshore-city",
19 "url": "https://pokedex.mimo.dev/api/location/4/",
20 "id": "4"
21 },
22 {
23 "name": "sinnoh-pokemon-league",
24 "url": "https://pokedex.mimo.dev/api/location/5/",
25 "id": "5"
26 },
27 {
28 "name": "oreburgh-mine",
29 "url": "https://pokedex.mimo.dev/api/location/6/",
30 "id": "6"
31 },
32 {
33 "name": "valley-windworks",
34 "url": "https://pokedex.mimo.dev/api/location/7/",
35 "id": "7"
36 },
37 {
38 "name": "eterna-forest",
39 "url": "https://pokedex.mimo.dev/api/location/8/",
40 "id": "8"
41 },
42 {
43 "name": "fuego-ironworks",
44 "url": "https://pokedex.mimo.dev/api/location/9/",
45 "id": "9"
46 },
47 {
48 "name": "mt-coronet",
49 "url": "https://pokedex.mimo.dev/api/location/10/",
50 "id": "10"
51 },
52 {
53 "name": "great-marsh",
54 "url": "https://pokedex.mimo.dev/api/location/11/",
55 "id": "11"
56 },
57 {
58 "name": "solaceon-ruins",
59 "url": "https://pokedex.mimo.dev/api/location/12/",
60 "id": "12"
61 },
62 {
63 "name": "sinnoh-victory-road",
64 "url": "https://pokedex.mimo.dev/api/location/13/",
65 "id": "13"
66 },
67 {
68 "name": "ravaged-path",
69 "url": "https://pokedex.mimo.dev/api/location/14/",
70 "id": "14"
71 },
72 {
73 "name": "oreburgh-gate",
74 "url": "https://pokedex.mimo.dev/api/location/15/",
75 "id": "15"
76 },
77 {
78 "name": "stark-mountain",
79 "url": "https://pokedex.mimo.dev/api/location/16/",
80 "id": "16"
81 },
82 {
83 "name": "spring-path",
84 "url": "https://pokedex.mimo.dev/api/location/17/",
85 "id": "17"
86 },
87 {
88 "name": "turnback-cave",
89 "url": "https://pokedex.mimo.dev/api/location/18/",
90 "id": "18"
91 },
92 {
93 "name": "snowpoint-temple",
94 "url": "https://pokedex.mimo.dev/api/location/19/",
95 "id": "19"
96 },
97 {
98 "name": "wayward-cave",
99 "url": "https://pokedex.mimo.dev/api/location/20/",
100 "id": "20"
101 },
102 {
103 "name": "ruin-maniac-cave",
104 "url": "https://pokedex.mimo.dev/api/location/22/",
105 "id": "22"
106 },
107 {
108 "name": "trophy-garden",
109 "url": "https://pokedex.mimo.dev/api/location/23/",
110 "id": "23"
111 },
112 {
113 "name": "iron-island",
114 "url": "https://pokedex.mimo.dev/api/location/24/",
115 "id": "24"
116 },
117 {
118 "name": "old-chateau",
119 "url": "https://pokedex.mimo.dev/api/location/25/",
120 "id": "25"
121 },
122 {
123 "name": "lake-verity",
124 "url": "https://pokedex.mimo.dev/api/location/26/",
125 "id": "26"
126 },
127 {
128 "name": "lake-valor",
129 "url": "https://pokedex.mimo.dev/api/location/27/",
130 "id": "27"
131 },
132 {
133 "name": "lake-acuity",
134 "url": "https://pokedex.mimo.dev/api/location/28/",
135 "id": "28"
136 },
137 {
138 "name": "valor-lakefront",
139 "url": "https://pokedex.mimo.dev/api/location/29/",
140 "id": "29"
141 },
142 {
143 "name": "acuity-lakefront",
144 "url": "https://pokedex.mimo.dev/api/location/30/",
145 "id": "30"
146 },
147 {
148 "name": "sinnoh-route-201",
149 "url": "https://pokedex.mimo.dev/api/location/31/",
150 "id": "31"
151 },
152 {
153 "name": "sinnoh-route-202",
154 "url": "https://pokedex.mimo.dev/api/location/32/",
155 "id": "32"
156 },
157 {
158 "name": "sinnoh-route-203",
159 "url": "https://pokedex.mimo.dev/api/location/33/",
160 "id": "33"
161 },
162 {
163 "name": "sinnoh-route-204",
164 "url": "https://pokedex.mimo.dev/api/location/34/",
165 "id": "34"
166 },
167 {
168 "name": "sinnoh-route-205",
169 "url": "https://pokedex.mimo.dev/api/location/35/",
170 "id": "35"
171 },
172 {
173 "name": "sinnoh-route-206",
174 "url": "https://pokedex.mimo.dev/api/location/36/",
175 "id": "36"
176 },
177 {
178 "name": "sinnoh-route-207",
179 "url": "https://pokedex.mimo.dev/api/location/37/",
180 "id": "37"
181 },
182 {
183 "name": "sinnoh-route-208",
184 "url": "https://pokedex.mimo.dev/api/location/38/",
185 "id": "38"
186 },
187 {
188 "name": "sinnoh-route-209",
189 "url": "https://pokedex.mimo.dev/api/location/39/",
190 "id": "39"
191 },
192 {
193 "name": "lost-tower",
194 "url": "https://pokedex.mimo.dev/api/location/40/",
195 "id": "40"
196 },
197 {
198 "name": "sinnoh-route-210",
199 "url": "https://pokedex.mimo.dev/api/location/41/",
200 "id": "41"
201 },
202 {
203 "name": "sinnoh-route-211",
204 "url": "https://pokedex.mimo.dev/api/location/42/",
205 "id": "42"
206 },
207 {
208 "name": "sinnoh-route-212",
209 "url": "https://pokedex.mimo.dev/api/location/43/",
210 "id": "43"
211 },
212 {
213 "name": "sinnoh-route-213",
214 "url": "https://pokedex.mimo.dev/api/location/44/",
215 "id": "44"
216 },
217 {
218 "name": "sinnoh-route-214",
219 "url": "https://pokedex.mimo.dev/api/location/45/",
220 "id": "45"
221 },
222 {
223 "name": "sinnoh-route-215",
224 "url": "https://pokedex.mimo.dev/api/location/46/",
225 "id": "46"
226 },
227 {
228 "name": "sinnoh-route-216",
229 "url": "https://pokedex.mimo.dev/api/location/47/",
230 "id": "47"
231 },
232 {
233 "name": "sinnoh-route-217",
234 "url": "https://pokedex.mimo.dev/api/location/48/",
235 "id": "48"
236 },
237 {
238 "name": "sinnoh-route-218",
239 "url": "https://pokedex.mimo.dev/api/location/49/",
240 "id": "49"
241 },
242 {
243 "name": "sinnoh-route-219",
244 "url": "https://pokedex.mimo.dev/api/location/50/",
245 "id": "50"
246 },
247 {
248 "name": "sinnoh-route-221",
249 "url": "https://pokedex.mimo.dev/api/location/51/",
250 "id": "51"
251 },
252 {
253 "name": "sinnoh-route-222",
254 "url": "https://pokedex.mimo.dev/api/location/52/",
255 "id": "52"
256 },
257 {
258 "name": "sinnoh-route-224",
259 "url": "https://pokedex.mimo.dev/api/location/53/",
260 "id": "53"
261 },
262 {
263 "name": "sinnoh-route-225",
264 "url": "https://pokedex.mimo.dev/api/location/54/",
265 "id": "54"
266 },
267 {
268 "name": "sinnoh-route-227",
269 "url": "https://pokedex.mimo.dev/api/location/55/",
270 "id": "55"
271 },
272 {
273 "name": "sinnoh-route-228",
274 "url": "https://pokedex.mimo.dev/api/location/56/",
275 "id": "56"
276 },
277 {
278 "name": "sinnoh-route-229",
279 "url": "https://pokedex.mimo.dev/api/location/57/",
280 "id": "57"
281 },
282 {
283 "name": "twinleaf-town",
284 "url": "https://pokedex.mimo.dev/api/location/58/",
285 "id": "58"
286 },
287 {
288 "name": "celestic-town",
289 "url": "https://pokedex.mimo.dev/api/location/59/",
290 "id": "59"
291 },
292 {
293 "name": "resort-area",
294 "url": "https://pokedex.mimo.dev/api/location/60/",
295 "id": "60"
296 },
297 {
298 "name": "sinnoh-sea-route-220",
299 "url": "https://pokedex.mimo.dev/api/location/61/",
300 "id": "61"
301 },
302 {
303 "name": "sinnoh-sea-route-223",
304 "url": "https://pokedex.mimo.dev/api/location/62/",
305 "id": "62"
306 },
307 {
308 "name": "sinnoh-sea-route-226",
309 "url": "https://pokedex.mimo.dev/api/location/63/",
310 "id": "63"
311 },
312 {
313 "name": "sinnoh-sea-route-230",
314 "url": "https://pokedex.mimo.dev/api/location/64/",
315 "id": "64"
316 },
317 {
318 "name": "blackthorn-city",
319 "url": "https://pokedex.mimo.dev/api/location/65/",
320 "id": "65"
321 },
322 {
323 "name": "burned-tower",
324 "url": "https://pokedex.mimo.dev/api/location/66/",
325 "id": "66"
326 },
327 {
328 "name": "celadon-city",
329 "url": "https://pokedex.mimo.dev/api/location/67/",
330 "id": "67"
331 },
332 {
333 "name": "cerulean-city",
334 "url": "https://pokedex.mimo.dev/api/location/68/",
335 "id": "68"
336 },
337 {
338 "name": "cherrygrove-city",
339 "url": "https://pokedex.mimo.dev/api/location/69/",
340 "id": "69"
341 },
342 {
343 "name": "cianwood-city",
344 "url": "https://pokedex.mimo.dev/api/location/70/",
345 "id": "70"
346 },
347 {
348 "name": "cinnabar-island",
349 "url": "https://pokedex.mimo.dev/api/location/71/",
350 "id": "71"
351 },
352 {
353 "name": "dark-cave",
354 "url": "https://pokedex.mimo.dev/api/location/72/",
355 "id": "72"
356 },
357 {
358 "name": "digletts-cave",
359 "url": "https://pokedex.mimo.dev/api/location/73/",
360 "id": "73"
361 },
362 {
363 "name": "dragons-den",
364 "url": "https://pokedex.mimo.dev/api/location/74/",
365 "id": "74"
366 },
367 {
368 "name": "ecruteak-city",
369 "url": "https://pokedex.mimo.dev/api/location/75/",
370 "id": "75"
371 },
372 {
373 "name": "fuchsia-city",
374 "url": "https://pokedex.mimo.dev/api/location/76/",
375 "id": "76"
376 },
377 {
378 "name": "ice-path",
379 "url": "https://pokedex.mimo.dev/api/location/77/",
380 "id": "77"
381 },
382 {
383 "name": "ilex-forest",
384 "url": "https://pokedex.mimo.dev/api/location/78/",
385 "id": "78"
386 },
387 {
388 "name": "lake-of-rage",
389 "url": "https://pokedex.mimo.dev/api/location/79/",
390 "id": "79"
391 },
392 {
393 "name": "mt-moon",
394 "url": "https://pokedex.mimo.dev/api/location/80/",
395 "id": "80"
396 },
397 {
398 "name": "mt-mortar",
399 "url": "https://pokedex.mimo.dev/api/location/81/",
400 "id": "81"
401 },
402 {
403 "name": "mt-silver",
404 "url": "https://pokedex.mimo.dev/api/location/82/",
405 "id": "82"
406 },
407 {
408 "name": "national-park",
409 "url": "https://pokedex.mimo.dev/api/location/83/",
410 "id": "83"
411 },
412 {
413 "name": "new-bark-town",
414 "url": "https://pokedex.mimo.dev/api/location/84/",
415 "id": "84"
416 },
417 {
418 "name": "olivine-city",
419 "url": "https://pokedex.mimo.dev/api/location/85/",
420 "id": "85"
421 },
422 {
423 "name": "pallet-town",
424 "url": "https://pokedex.mimo.dev/api/location/86/",
425 "id": "86"
426 },
427 {
428 "name": "rock-tunnel",
429 "url": "https://pokedex.mimo.dev/api/location/87/",
430 "id": "87"
431 },
432 {
433 "name": "kanto-route-1",
434 "url": "https://pokedex.mimo.dev/api/location/88/",
435 "id": "88"
436 },
437 {
438 "name": "kanto-route-10",
439 "url": "https://pokedex.mimo.dev/api/location/89/",
440 "id": "89"
441 },
442 {
443 "name": "kanto-route-11",
444 "url": "https://pokedex.mimo.dev/api/location/90/",
445 "id": "90"
446 },
447 {
448 "name": "kanto-route-12",
449 "url": "https://pokedex.mimo.dev/api/location/91/",
450 "id": "91"
451 },
452 {
453 "name": "kanto-route-13",
454 "url": "https://pokedex.mimo.dev/api/location/92/",
455 "id": "92"
456 },
457 {
458 "name": "kanto-route-14",
459 "url": "https://pokedex.mimo.dev/api/location/93/",
460 "id": "93"
461 },
462 {
463 "name": "kanto-route-15",
464 "url": "https://pokedex.mimo.dev/api/location/94/",
465 "id": "94"
466 },
467 {
468 "name": "kanto-route-16",
469 "url": "https://pokedex.mimo.dev/api/location/95/",
470 "id": "95"
471 },
472 {
473 "name": "kanto-route-17",
474 "url": "https://pokedex.mimo.dev/api/location/96/",
475 "id": "96"
476 },
477 {
478 "name": "kanto-route-18",
479 "url": "https://pokedex.mimo.dev/api/location/97/",
480 "id": "97"
481 },
482 {
483 "name": "kanto-sea-route-19",
484 "url": "https://pokedex.mimo.dev/api/location/98/",
485 "id": "98"
486 },
487 {
488 "name": "kanto-route-2",
489 "url": "https://pokedex.mimo.dev/api/location/99/",
490 "id": "99"
491 },
492 {
493 "name": "kanto-sea-route-20",
494 "url": "https://pokedex.mimo.dev/api/location/100/",
495 "id": "100"
496 },
497 {
498 "name": "kanto-sea-route-21",
499 "url": "https://pokedex.mimo.dev/api/location/101/",
500 "id": "101"
501 },
502 {
503 "name": "kanto-route-22",
504 "url": "https://pokedex.mimo.dev/api/location/102/",
505 "id": "102"
506 },
507 {
508 "name": "kanto-route-24",
509 "url": "https://pokedex.mimo.dev/api/location/103/",
510 "id": "103"
511 },
512 {
513 "name": "kanto-route-25",
514 "url": "https://pokedex.mimo.dev/api/location/104/",
515 "id": "104"
516 },
517 {
518 "name": "kanto-route-26",
519 "url": "https://pokedex.mimo.dev/api/location/105/",
520 "id": "105"
521 },
522 {
523 "name": "kanto-route-27",
524 "url": "https://pokedex.mimo.dev/api/location/106/",
525 "id": "106"
526 },
527 {
528 "name": "kanto-route-28",
529 "url": "https://pokedex.mimo.dev/api/location/107/",
530 "id": "107"
531 },
532 {
533 "name": "johto-route-29",
534 "url": "https://pokedex.mimo.dev/api/location/108/",
535 "id": "108"
536 },
537 {
538 "name": "kanto-route-3",
539 "url": "https://pokedex.mimo.dev/api/location/109/",
540 "id": "109"
541 },
542 {
543 "name": "johto-route-30",
544 "url": "https://pokedex.mimo.dev/api/location/110/",
545 "id": "110"
546 },
547 {
548 "name": "johto-route-31",
549 "url": "https://pokedex.mimo.dev/api/location/111/",
550 "id": "111"
551 },
552 {
553 "name": "johto-route-32",
554 "url": "https://pokedex.mimo.dev/api/location/112/",
555 "id": "112"
556 },
557 {
558 "name": "johto-route-33",
559 "url": "https://pokedex.mimo.dev/api/location/113/",
560 "id": "113"
561 },
562 {
563 "name": "johto-route-34",
564 "url": "https://pokedex.mimo.dev/api/location/114/",
565 "id": "114"
566 },
567 {
568 "name": "johto-route-35",
569 "url": "https://pokedex.mimo.dev/api/location/115/",
570 "id": "115"
571 },
572 {
573 "name": "johto-route-36",
574 "url": "https://pokedex.mimo.dev/api/location/116/",
575 "id": "116"
576 },
577 {
578 "name": "johto-route-37",
579 "url": "https://pokedex.mimo.dev/api/location/117/",
580 "id": "117"
581 },
582 {
583 "name": "johto-route-38",
584 "url": "https://pokedex.mimo.dev/api/location/118/",
585 "id": "118"
586 },
587 {
588 "name": "johto-route-39",
589 "url": "https://pokedex.mimo.dev/api/location/119/",
590 "id": "119"
591 },
592 {
593 "name": "kanto-route-4",
594 "url": "https://pokedex.mimo.dev/api/location/120/",
595 "id": "120"
596 },
597 {
598 "name": "johto-sea-route-40",
599 "url": "https://pokedex.mimo.dev/api/location/121/",
600 "id": "121"
601 },
602 {
603 "name": "johto-sea-route-41",
604 "url": "https://pokedex.mimo.dev/api/location/122/",
605 "id": "122"
606 },
607 {
608 "name": "johto-route-42",
609 "url": "https://pokedex.mimo.dev/api/location/123/",
610 "id": "123"
611 },
612 {
613 "name": "johto-route-43",
614 "url": "https://pokedex.mimo.dev/api/location/124/",
615 "id": "124"
616 },
617 {
618 "name": "johto-route-44",
619 "url": "https://pokedex.mimo.dev/api/location/125/",
620 "id": "125"
621 },
622 {
623 "name": "johto-route-45",
624 "url": "https://pokedex.mimo.dev/api/location/126/",
625 "id": "126"
626 },
627 {
628 "name": "johto-route-46",
629 "url": "https://pokedex.mimo.dev/api/location/127/",
630 "id": "127"
631 },
632 {
633 "name": "johto-route-47",
634 "url": "https://pokedex.mimo.dev/api/location/128/",
635 "id": "128"
636 },
637 {
638 "name": "johto-route-48",
639 "url": "https://pokedex.mimo.dev/api/location/129/",
640 "id": "129"
641 },
642 {
643 "name": "kanto-route-5",
644 "url": "https://pokedex.mimo.dev/api/location/130/",
645 "id": "130"
646 },
647 {
648 "name": "kanto-route-6",
649 "url": "https://pokedex.mimo.dev/api/location/131/",
650 "id": "131"
651 },
652 {
653 "name": "kanto-route-7",
654 "url": "https://pokedex.mimo.dev/api/location/132/",
655 "id": "132"
656 },
657 {
658 "name": "kanto-route-8",
659 "url": "https://pokedex.mimo.dev/api/location/133/",
660 "id": "133"
661 },
662 {
663 "name": "kanto-route-9",
664 "url": "https://pokedex.mimo.dev/api/location/134/",
665 "id": "134"
666 },
667 {
668 "name": "ruins-of-alph",
669 "url": "https://pokedex.mimo.dev/api/location/135/",
670 "id": "135"
671 },
672 {
673 "name": "seafoam-islands",
674 "url": "https://pokedex.mimo.dev/api/location/136/",
675 "id": "136"
676 },
677 {
678 "name": "slowpoke-well",
679 "url": "https://pokedex.mimo.dev/api/location/137/",
680 "id": "137"
681 },
682 {
683 "name": "sprout-tower",
684 "url": "https://pokedex.mimo.dev/api/location/138/",
685 "id": "138"
686 },
687 {
688 "name": "bell-tower",
689 "url": "https://pokedex.mimo.dev/api/location/139/",
690 "id": "139"
691 },
692 {
693 "name": "tohjo-falls",
694 "url": "https://pokedex.mimo.dev/api/location/140/",
695 "id": "140"
696 },
697 {
698 "name": "union-cave",
699 "url": "https://pokedex.mimo.dev/api/location/141/",
700 "id": "141"
701 },
702 {
703 "name": "cerulean-cave",
704 "url": "https://pokedex.mimo.dev/api/location/147/",
705 "id": "147"
706 },
707 {
708 "name": "unknown-all-poliwag",
709 "url": "https://pokedex.mimo.dev/api/location/148/",
710 "id": "148"
711 },
712 {
713 "name": "unknown-all-rattata",
714 "url": "https://pokedex.mimo.dev/api/location/149/",
715 "id": "149"
716 },
717 {
718 "name": "unknown-all-bugs",
719 "url": "https://pokedex.mimo.dev/api/location/150/",
720 "id": "150"
721 },
722 {
723 "name": "vermilion-city",
724 "url": "https://pokedex.mimo.dev/api/location/151/",
725 "id": "151"
726 },
727 {
728 "name": "kanto-victory-road-1",
729 "url": "https://pokedex.mimo.dev/api/location/152/",
730 "id": "152"
731 },
732 {
733 "name": "violet-city",
734 "url": "https://pokedex.mimo.dev/api/location/153/",
735 "id": "153"
736 },
737 {
738 "name": "viridian-city",
739 "url": "https://pokedex.mimo.dev/api/location/154/",
740 "id": "154"
741 },
742 {
743 "name": "viridian-forest",
744 "url": "https://pokedex.mimo.dev/api/location/155/",
745 "id": "155"
746 },
747 {
748 "name": "whirl-islands",
749 "url": "https://pokedex.mimo.dev/api/location/156/",
750 "id": "156"
751 },
752 {
753 "name": "kanto-route-23",
754 "url": "https://pokedex.mimo.dev/api/location/157/",
755 "id": "157"
756 },
757 {
758 "name": "power-plant",
759 "url": "https://pokedex.mimo.dev/api/location/158/",
760 "id": "158"
761 },
762 {
763 "name": "kanto-victory-road-2",
764 "url": "https://pokedex.mimo.dev/api/location/159/",
765 "id": "159"
766 },
767 {
768 "name": "pokemon-tower",
769 "url": "https://pokedex.mimo.dev/api/location/160/",
770 "id": "160"
771 },
772 {
773 "name": "pokemon-mansion",
774 "url": "https://pokedex.mimo.dev/api/location/161/",
775 "id": "161"
776 },
777 {
778 "name": "kanto-safari-zone",
779 "url": "https://pokedex.mimo.dev/api/location/162/",
780 "id": "162"
781 },
782 {
783 "name": "sandgem-town",
784 "url": "https://pokedex.mimo.dev/api/location/163/",
785 "id": "163"
786 },
787 {
788 "name": "floaroma-town",
789 "url": "https://pokedex.mimo.dev/api/location/164/",
790 "id": "164"
791 },
792 {
793 "name": "solaceon-town",
794 "url": "https://pokedex.mimo.dev/api/location/165/",
795 "id": "165"
796 },
797 {
798 "name": "jubilife-city",
799 "url": "https://pokedex.mimo.dev/api/location/167/",
800 "id": "167"
801 },
802 {
803 "name": "oreburgh-city",
804 "url": "https://pokedex.mimo.dev/api/location/168/",
805 "id": "168"
806 },
807 {
808 "name": "hearthome-city",
809 "url": "https://pokedex.mimo.dev/api/location/169/",
810 "id": "169"
811 },
812 {
813 "name": "veilstone-city",
814 "url": "https://pokedex.mimo.dev/api/location/170/",
815 "id": "170"
816 },
817 {
818 "name": "snowpoint-city",
819 "url": "https://pokedex.mimo.dev/api/location/171/",
820 "id": "171"
821 },
822 {
823 "name": "spear-pillar",
824 "url": "https://pokedex.mimo.dev/api/location/172/",
825 "id": "172"
826 },
827 {
828 "name": "pal-park",
829 "url": "https://pokedex.mimo.dev/api/location/173/",
830 "id": "173"
831 },
832 {
833 "name": "amity-square",
834 "url": "https://pokedex.mimo.dev/api/location/174/",
835 "id": "174"
836 },
837 {
838 "name": "floaroma-meadow",
839 "url": "https://pokedex.mimo.dev/api/location/175/",
840 "id": "175"
841 },
842 {
843 "name": "fullmoon-island",
844 "url": "https://pokedex.mimo.dev/api/location/177/",
845 "id": "177"
846 },
847 {
848 "name": "sendoff-spring",
849 "url": "https://pokedex.mimo.dev/api/location/178/",
850 "id": "178"
851 },
852 {
853 "name": "flower-paradise",
854 "url": "https://pokedex.mimo.dev/api/location/179/",
855 "id": "179"
856 },
857 {
858 "name": "maniac-tunnel",
859 "url": "https://pokedex.mimo.dev/api/location/180/",
860 "id": "180"
861 },
862 {
863 "name": "galactic-hq",
864 "url": "https://pokedex.mimo.dev/api/location/181/",
865 "id": "181"
866 },
867 {
868 "name": "verity-lakefront",
869 "url": "https://pokedex.mimo.dev/api/location/182/",
870 "id": "182"
871 },
872 {
873 "name": "newmoon-island",
874 "url": "https://pokedex.mimo.dev/api/location/183/",
875 "id": "183"
876 },
877 {
878 "name": "sinnoh-battle-tower",
879 "url": "https://pokedex.mimo.dev/api/location/184/",
880 "id": "184"
881 },
882 {
883 "name": "fight-area",
884 "url": "https://pokedex.mimo.dev/api/location/185/",
885 "id": "185"
886 },
887 {
888 "name": "survival-area",
889 "url": "https://pokedex.mimo.dev/api/location/186/",
890 "id": "186"
891 },
892 {
893 "name": "seabreak-path",
894 "url": "https://pokedex.mimo.dev/api/location/187/",
895 "id": "187"
896 },
897 {
898 "name": "sinnoh-hall-of-origin-1",
899 "url": "https://pokedex.mimo.dev/api/location/188/",
900 "id": "188"
901 },
902 {
903 "name": "sinnoh-hall-of-origin-2",
904 "url": "https://pokedex.mimo.dev/api/location/189/",
905 "id": "189"
906 },
907 {
908 "name": "verity-cavern",
909 "url": "https://pokedex.mimo.dev/api/location/190/",
910 "id": "190"
911 },
912 {
913 "name": "valor-cavern",
914 "url": "https://pokedex.mimo.dev/api/location/191/",
915 "id": "191"
916 },
917 {
918 "name": "acuity-cavern",
919 "url": "https://pokedex.mimo.dev/api/location/192/",
920 "id": "192"
921 },
922 {
923 "name": "jubilife-tv",
924 "url": "https://pokedex.mimo.dev/api/location/193/",
925 "id": "193"
926 },
927 {
928 "name": "poketch-co",
929 "url": "https://pokedex.mimo.dev/api/location/194/",
930 "id": "194"
931 },
932 {
933 "name": "gts",
934 "url": "https://pokedex.mimo.dev/api/location/195/",
935 "id": "195"
936 },
937 {
938 "name": "trainers-school",
939 "url": "https://pokedex.mimo.dev/api/location/196/",
940 "id": "196"
941 },
942 {
943 "name": "mining-museum",
944 "url": "https://pokedex.mimo.dev/api/location/197/",
945 "id": "197"
946 },
947 {
948 "name": "sinnoh-flower-shop",
949 "url": "https://pokedex.mimo.dev/api/location/198/",
950 "id": "198"
951 },
952 {
953 "name": "sinnoh-cycle-shop",
954 "url": "https://pokedex.mimo.dev/api/location/199/",
955 "id": "199"
956 },
957 {
958 "name": "contest-hall",
959 "url": "https://pokedex.mimo.dev/api/location/200/",
960 "id": "200"
961 },
962 {
963 "name": "poffin-house",
964 "url": "https://pokedex.mimo.dev/api/location/201/",
965 "id": "201"
966 },
967 {
968 "name": "sinnoh-foreign-building",
969 "url": "https://pokedex.mimo.dev/api/location/202/",
970 "id": "202"
971 },
972 {
973 "name": "pokemon-day-care",
974 "url": "https://pokedex.mimo.dev/api/location/203/",
975 "id": "203"
976 },
977 {
978 "name": "veilstone-store",
979 "url": "https://pokedex.mimo.dev/api/location/204/",
980 "id": "204"
981 },
982 {
983 "name": "sinnoh-game-corner",
984 "url": "https://pokedex.mimo.dev/api/location/205/",
985 "id": "205"
986 },
987 {
988 "name": "canalave-library",
989 "url": "https://pokedex.mimo.dev/api/location/206/",
990 "id": "206"
991 },
992 {
993 "name": "vista-lighthouse",
994 "url": "https://pokedex.mimo.dev/api/location/207/",
995 "id": "207"
996 },
997 {
998 "name": "sunyshore-market",
999 "url": "https://pokedex.mimo.dev/api/location/208/",
1000 "id": "208"
1001 },
1002 {
1003 "name": "footstep-house",
1004 "url": "https://pokedex.mimo.dev/api/location/209/",
1005 "id": "209"
1006 },
1007 {
1008 "name": "sinnoh-cafe",
1009 "url": "https://pokedex.mimo.dev/api/location/210/",
1010 "id": "210"
1011 },
1012 {
1013 "name": "grand-lake",
1014 "url": "https://pokedex.mimo.dev/api/location/211/",
1015 "id": "211"
1016 },
1017 {
1018 "name": "sinnoh-restaurant",
1019 "url": "https://pokedex.mimo.dev/api/location/212/",
1020 "id": "212"
1021 },
1022 {
1023 "name": "battle-park",
1024 "url": "https://pokedex.mimo.dev/api/location/213/",
1025 "id": "213"
1026 },
1027 {
1028 "name": "battle-frontier",
1029 "url": "https://pokedex.mimo.dev/api/location/214/",
1030 "id": "214"
1031 },
1032 {
1033 "name": "battle-factory",
1034 "url": "https://pokedex.mimo.dev/api/location/215/",
1035 "id": "215"
1036 },
1037 {
1038 "name": "battle-castle",
1039 "url": "https://pokedex.mimo.dev/api/location/216/",
1040 "id": "216"
1041 },
1042 {
1043 "name": "battle-arcade",
1044 "url": "https://pokedex.mimo.dev/api/location/217/",
1045 "id": "217"
1046 },
1047 {
1048 "name": "battle-hall",
1049 "url": "https://pokedex.mimo.dev/api/location/218/",
1050 "id": "218"
1051 },
1052 {
1053 "name": "distortion-world",
1054 "url": "https://pokedex.mimo.dev/api/location/219/",
1055 "id": "219"
1056 },
1057 {
1058 "name": "sinnoh-global-terminal",
1059 "url": "https://pokedex.mimo.dev/api/location/220/",
1060 "id": "220"
1061 },
1062 {
1063 "name": "sinnoh-villa",
1064 "url": "https://pokedex.mimo.dev/api/location/221/",
1065 "id": "221"
1066 },
1067 {
1068 "name": "battleground",
1069 "url": "https://pokedex.mimo.dev/api/location/222/",
1070 "id": "222"
1071 },
1072 {
1073 "name": "rotoms-room",
1074 "url": "https://pokedex.mimo.dev/api/location/223/",
1075 "id": "223"
1076 },
1077 {
1078 "name": "tg-eterna-bldg",
1079 "url": "https://pokedex.mimo.dev/api/location/224/",
1080 "id": "224"
1081 },
1082 {
1083 "name": "iron-ruins",
1084 "url": "https://pokedex.mimo.dev/api/location/225/",
1085 "id": "225"
1086 },
1087 {
1088 "name": "iceberg-ruins",
1089 "url": "https://pokedex.mimo.dev/api/location/226/",
1090 "id": "226"
1091 },
1092 {
1093 "name": "rock-peak-ruins",
1094 "url": "https://pokedex.mimo.dev/api/location/227/",
1095 "id": "227"
1096 },
1097 {
1098 "name": "azalea-town",
1099 "url": "https://pokedex.mimo.dev/api/location/228/",
1100 "id": "228"
1101 },
1102 {
1103 "name": "goldenrod-city",
1104 "url": "https://pokedex.mimo.dev/api/location/229/",
1105 "id": "229"
1106 },
1107 {
1108 "name": "mahogany-town",
1109 "url": "https://pokedex.mimo.dev/api/location/230/",
1110 "id": "230"
1111 },
1112 {
1113 "name": "pewter-city",
1114 "url": "https://pokedex.mimo.dev/api/location/231/",
1115 "id": "231"
1116 },
1117 {
1118 "name": "lavender-town",
1119 "url": "https://pokedex.mimo.dev/api/location/232/",
1120 "id": "232"
1121 },
1122 {
1123 "name": "indigo-plateau",
1124 "url": "https://pokedex.mimo.dev/api/location/233/",
1125 "id": "233"
1126 },
1127 {
1128 "name": "saffron-city",
1129 "url": "https://pokedex.mimo.dev/api/location/234/",
1130 "id": "234"
1131 },
1132 {
1133 "name": "johto-lighthouse",
1134 "url": "https://pokedex.mimo.dev/api/location/236/",
1135 "id": "236"
1136 },
1137 {
1138 "name": "team-rocket-hq",
1139 "url": "https://pokedex.mimo.dev/api/location/237/",
1140 "id": "237"
1141 },
1142 {
1143 "name": "goldenrod-tunnel",
1144 "url": "https://pokedex.mimo.dev/api/location/238/",
1145 "id": "238"
1146 },
1147 {
1148 "name": "mt-silver-cave",
1149 "url": "https://pokedex.mimo.dev/api/location/239/",
1150 "id": "239"
1151 },
1152 {
1153 "name": "pokeathlon-dome",
1154 "url": "https://pokedex.mimo.dev/api/location/241/",
1155 "id": "241"
1156 },
1157 {
1158 "name": "ss-aqua",
1159 "url": "https://pokedex.mimo.dev/api/location/242/",
1160 "id": "242"
1161 },
1162 {
1163 "name": "safari-zone-gate",
1164 "url": "https://pokedex.mimo.dev/api/location/243/",
1165 "id": "243"
1166 },
1167 {
1168 "name": "cliff-cave",
1169 "url": "https://pokedex.mimo.dev/api/location/244/",
1170 "id": "244"
1171 },
1172 {
1173 "name": "frontier-access",
1174 "url": "https://pokedex.mimo.dev/api/location/245/",
1175 "id": "245"
1176 },
1177 {
1178 "name": "bellchime-trail",
1179 "url": "https://pokedex.mimo.dev/api/location/246/",
1180 "id": "246"
1181 },
1182 {
1183 "name": "sinjoh-ruins",
1184 "url": "https://pokedex.mimo.dev/api/location/247/",
1185 "id": "247"
1186 },
1187 {
1188 "name": "embedded-tower",
1189 "url": "https://pokedex.mimo.dev/api/location/248/",
1190 "id": "248"
1191 },
1192 {
1193 "name": "pokewalker",
1194 "url": "https://pokedex.mimo.dev/api/location/249/",
1195 "id": "249"
1196 },
1197 {
1198 "name": "cliff-edge-gate",
1199 "url": "https://pokedex.mimo.dev/api/location/250/",
1200 "id": "250"
1201 },
1202 {
1203 "name": "radio-tower",
1204 "url": "https://pokedex.mimo.dev/api/location/252/",
1205 "id": "252"
1206 },
1207 {
1208 "name": "day-care-couple",
1209 "url": "https://pokedex.mimo.dev/api/location/253/",
1210 "id": "253"
1211 },
1212 {
1213 "name": "link-trade-arrive",
1214 "url": "https://pokedex.mimo.dev/api/location/254/",
1215 "id": "254"
1216 },
1217 {
1218 "name": "link-trade-met",
1219 "url": "https://pokedex.mimo.dev/api/location/255/",
1220 "id": "255"
1221 },
1222 {
1223 "name": "kanto",
1224 "url": "https://pokedex.mimo.dev/api/location/256/",
1225 "id": "256"
1226 },
1227 {
1228 "name": "johto",
1229 "url": "https://pokedex.mimo.dev/api/location/257/",
1230 "id": "257"
1231 },
1232 {
1233 "name": "hoenn",
1234 "url": "https://pokedex.mimo.dev/api/location/258/",
1235 "id": "258"
1236 },
1237 {
1238 "name": "sinnoh",
1239 "url": "https://pokedex.mimo.dev/api/location/259/",
1240 "id": "259"
1241 },
1242 {
1243 "name": "distant-land",
1244 "url": "https://pokedex.mimo.dev/api/location/260/",
1245 "id": "260"
1246 },
1247 {
1248 "name": "traveling-man",
1249 "url": "https://pokedex.mimo.dev/api/location/261/",
1250 "id": "261"
1251 },
1252 {
1253 "name": "riley",
1254 "url": "https://pokedex.mimo.dev/api/location/262/",
1255 "id": "262"
1256 },
1257 {
1258 "name": "cynthia",
1259 "url": "https://pokedex.mimo.dev/api/location/263/",
1260 "id": "263"
1261 },
1262 {
1263 "name": "mystery-zone",
1264 "url": "https://pokedex.mimo.dev/api/location/264/",
1265 "id": "264"
1266 },
1267 {
1268 "name": "lovely-place",
1269 "url": "https://pokedex.mimo.dev/api/location/265/",
1270 "id": "265"
1271 },
1272 {
1273 "name": "pokemon-ranger",
1274 "url": "https://pokedex.mimo.dev/api/location/266/",
1275 "id": "266"
1276 },
1277 {
1278 "name": "faraway-place",
1279 "url": "https://pokedex.mimo.dev/api/location/267/",
1280 "id": "267"
1281 },
1282 {
1283 "name": "pokemon-movie",
1284 "url": "https://pokedex.mimo.dev/api/location/268/",
1285 "id": "268"
1286 },
1287 {
1288 "name": "pokemon-movie-06",
1289 "url": "https://pokedex.mimo.dev/api/location/269/",
1290 "id": "269"
1291 },
1292 {
1293 "name": "pokemon-movie-07",
1294 "url": "https://pokedex.mimo.dev/api/location/270/",
1295 "id": "270"
1296 },
1297 {
1298 "name": "pokemon-movie-08",
1299 "url": "https://pokedex.mimo.dev/api/location/271/",
1300 "id": "271"
1301 },
1302 {
1303 "name": "pokemon-movie-09",
1304 "url": "https://pokedex.mimo.dev/api/location/272/",
1305 "id": "272"
1306 },
1307 {
1308 "name": "pokemon-movie-10",
1309 "url": "https://pokedex.mimo.dev/api/location/273/",
1310 "id": "273"
1311 },
1312 {
1313 "name": "pokemon-movie-11",
1314 "url": "https://pokedex.mimo.dev/api/location/274/",
1315 "id": "274"
1316 },
1317 {
1318 "name": "pokemon-movie-12",
1319 "url": "https://pokedex.mimo.dev/api/location/275/",
1320 "id": "275"
1321 },
1322 {
1323 "name": "pokemon-movie-13",
1324 "url": "https://pokedex.mimo.dev/api/location/276/",
1325 "id": "276"
1326 },
1327 {
1328 "name": "pokemon-movie-14",
1329 "url": "https://pokedex.mimo.dev/api/location/277/",
1330 "id": "277"
1331 },
1332 {
1333 "name": "pokemon-movie-15",
1334 "url": "https://pokedex.mimo.dev/api/location/278/",
1335 "id": "278"
1336 },
1337 {
1338 "name": "pokemon-movie-16",
1339 "url": "https://pokedex.mimo.dev/api/location/279/",
1340 "id": "279"
1341 },
1342 {
1343 "name": "pokemon-cartoon",
1344 "url": "https://pokedex.mimo.dev/api/location/280/",
1345 "id": "280"
1346 },
1347 {
1348 "name": "space-world",
1349 "url": "https://pokedex.mimo.dev/api/location/281/",
1350 "id": "281"
1351 },
1352 {
1353 "name": "space-world-06",
1354 "url": "https://pokedex.mimo.dev/api/location/282/",
1355 "id": "282"
1356 },
1357 {
1358 "name": "space-world-07",
1359 "url": "https://pokedex.mimo.dev/api/location/283/",
1360 "id": "283"
1361 },
1362 {
1363 "name": "space-world-08",
1364 "url": "https://pokedex.mimo.dev/api/location/284/",
1365 "id": "284"
1366 },
1367 {
1368 "name": "space-world-09",
1369 "url": "https://pokedex.mimo.dev/api/location/285/",
1370 "id": "285"
1371 },
1372 {
1373 "name": "space-world-10",
1374 "url": "https://pokedex.mimo.dev/api/location/286/",
1375 "id": "286"
1376 },
1377 {
1378 "name": "space-world-11",
1379 "url": "https://pokedex.mimo.dev/api/location/287/",
1380 "id": "287"
1381 },
1382 {
1383 "name": "space-world-12",
1384 "url": "https://pokedex.mimo.dev/api/location/288/",
1385 "id": "288"
1386 },
1387 {
1388 "name": "space-world-13",
1389 "url": "https://pokedex.mimo.dev/api/location/289/",
1390 "id": "289"
1391 },
1392 {
1393 "name": "space-world-14",
1394 "url": "https://pokedex.mimo.dev/api/location/290/",
1395 "id": "290"
1396 },
1397 {
1398 "name": "space-world-15",
1399 "url": "https://pokedex.mimo.dev/api/location/291/",
1400 "id": "291"
1401 },
1402 {
1403 "name": "space-world-16",
1404 "url": "https://pokedex.mimo.dev/api/location/292/",
1405 "id": "292"
1406 },
1407 {
1408 "name": "pokemon-festa",
1409 "url": "https://pokedex.mimo.dev/api/location/293/",
1410 "id": "293"
1411 },
1412 {
1413 "name": "pokemon-festa-06",
1414 "url": "https://pokedex.mimo.dev/api/location/294/",
1415 "id": "294"
1416 },
1417 {
1418 "name": "pokemon-festa-07",
1419 "url": "https://pokedex.mimo.dev/api/location/295/",
1420 "id": "295"
1421 },
1422 {
1423 "name": "pokemon-festa-08",
1424 "url": "https://pokedex.mimo.dev/api/location/296/",
1425 "id": "296"
1426 },
1427 {
1428 "name": "pokemon-festa-09",
1429 "url": "https://pokedex.mimo.dev/api/location/297/",
1430 "id": "297"
1431 },
1432 {
1433 "name": "pokemon-festa-10",
1434 "url": "https://pokedex.mimo.dev/api/location/298/",
1435 "id": "298"
1436 },
1437 {
1438 "name": "pokemon-festa-11",
1439 "url": "https://pokedex.mimo.dev/api/location/299/",
1440 "id": "299"
1441 },
1442 {
1443 "name": "pokemon-festa-12",
1444 "url": "https://pokedex.mimo.dev/api/location/300/",
1445 "id": "300"
1446 },
1447 {
1448 "name": "pokemon-festa-13",
1449 "url": "https://pokedex.mimo.dev/api/location/301/",
1450 "id": "301"
1451 },
1452 {
1453 "name": "pokemon-festa-14",
1454 "url": "https://pokedex.mimo.dev/api/location/302/",
1455 "id": "302"
1456 },
1457 {
1458 "name": "pokemon-festa-15",
1459 "url": "https://pokedex.mimo.dev/api/location/303/",
1460 "id": "303"
1461 },
1462 {
1463 "name": "pokemon-festa-16",
1464 "url": "https://pokedex.mimo.dev/api/location/304/",
1465 "id": "304"
1466 },
1467 {
1468 "name": "pokepark",
1469 "url": "https://pokedex.mimo.dev/api/location/305/",
1470 "id": "305"
1471 },
1472 {
1473 "name": "pokepark-06",
1474 "url": "https://pokedex.mimo.dev/api/location/306/",
1475 "id": "306"
1476 },
1477 {
1478 "name": "pokepark-07",
1479 "url": "https://pokedex.mimo.dev/api/location/307/",
1480 "id": "307"
1481 },
1482 {
1483 "name": "pokepark-08",
1484 "url": "https://pokedex.mimo.dev/api/location/308/",
1485 "id": "308"
1486 },
1487 {
1488 "name": "pokepark-09",
1489 "url": "https://pokedex.mimo.dev/api/location/309/",
1490 "id": "309"
1491 },
1492 {
1493 "name": "pokepark-10",
1494 "url": "https://pokedex.mimo.dev/api/location/310/",
1495 "id": "310"
1496 },
1497 {
1498 "name": "pokepark-11",
1499 "url": "https://pokedex.mimo.dev/api/location/311/",
1500 "id": "311"
1501 },
1502 {
1503 "name": "pokepark-12",
1504 "url": "https://pokedex.mimo.dev/api/location/312/",
1505 "id": "312"
1506 },
1507 {
1508 "name": "pokepark-13",
1509 "url": "https://pokedex.mimo.dev/api/location/313/",
1510 "id": "313"
1511 },
1512 {
1513 "name": "pokepark-14",
1514 "url": "https://pokedex.mimo.dev/api/location/314/",
1515 "id": "314"
1516 },
1517 {
1518 "name": "pokepark-15",
1519 "url": "https://pokedex.mimo.dev/api/location/315/",
1520 "id": "315"
1521 },
1522 {
1523 "name": "pokepark-16",
1524 "url": "https://pokedex.mimo.dev/api/location/316/",
1525 "id": "316"
1526 },
1527 {
1528 "name": "pokemon-center",
1529 "url": "https://pokedex.mimo.dev/api/location/317/",
1530 "id": "317"
1531 },
1532 {
1533 "name": "pc-tokyo",
1534 "url": "https://pokedex.mimo.dev/api/location/318/",
1535 "id": "318"
1536 },
1537 {
1538 "name": "pc-osaka",
1539 "url": "https://pokedex.mimo.dev/api/location/319/",
1540 "id": "319"
1541 },
1542 {
1543 "name": "pc-fukuoka",
1544 "url": "https://pokedex.mimo.dev/api/location/320/",
1545 "id": "320"
1546 },
1547 {
1548 "name": "pc-nagoya",
1549 "url": "https://pokedex.mimo.dev/api/location/321/",
1550 "id": "321"
1551 },
1552 {
1553 "name": "pc-sapporo",
1554 "url": "https://pokedex.mimo.dev/api/location/322/",
1555 "id": "322"
1556 },
1557 {
1558 "name": "pc-yokohama",
1559 "url": "https://pokedex.mimo.dev/api/location/323/",
1560 "id": "323"
1561 },
1562 {
1563 "name": "nintendo-world",
1564 "url": "https://pokedex.mimo.dev/api/location/324/",
1565 "id": "324"
1566 },
1567 {
1568 "name": "pokemon-event",
1569 "url": "https://pokedex.mimo.dev/api/location/325/",
1570 "id": "325"
1571 },
1572 {
1573 "name": "pokemon-event-06",
1574 "url": "https://pokedex.mimo.dev/api/location/326/",
1575 "id": "326"
1576 },
1577 {
1578 "name": "pokemon-event-07",
1579 "url": "https://pokedex.mimo.dev/api/location/327/",
1580 "id": "327"
1581 },
1582 {
1583 "name": "pokemon-event-08",
1584 "url": "https://pokedex.mimo.dev/api/location/328/",
1585 "id": "328"
1586 },
1587 {
1588 "name": "pokemon-event-09",
1589 "url": "https://pokedex.mimo.dev/api/location/329/",
1590 "id": "329"
1591 },
1592 {
1593 "name": "pokemon-event-10",
1594 "url": "https://pokedex.mimo.dev/api/location/330/",
1595 "id": "330"
1596 },
1597 {
1598 "name": "pokemon-event-11",
1599 "url": "https://pokedex.mimo.dev/api/location/331/",
1600 "id": "331"
1601 },
1602 {
1603 "name": "pokemon-event-12",
1604 "url": "https://pokedex.mimo.dev/api/location/332/",
1605 "id": "332"
1606 },
1607 {
1608 "name": "pokemon-event-13",
1609 "url": "https://pokedex.mimo.dev/api/location/333/",
1610 "id": "333"
1611 },
1612 {
1613 "name": "pokemon-event-14",
1614 "url": "https://pokedex.mimo.dev/api/location/334/",
1615 "id": "334"
1616 },
1617 {
1618 "name": "pokemon-event-15",
1619 "url": "https://pokedex.mimo.dev/api/location/335/",
1620 "id": "335"
1621 },
1622 {
1623 "name": "pokemon-event-16",
1624 "url": "https://pokedex.mimo.dev/api/location/336/",
1625 "id": "336"
1626 },
1627 {
1628 "name": "wi-fi-event",
1629 "url": "https://pokedex.mimo.dev/api/location/337/",
1630 "id": "337"
1631 },
1632 {
1633 "name": "wi-fi-gift",
1634 "url": "https://pokedex.mimo.dev/api/location/338/",
1635 "id": "338"
1636 },
1637 {
1638 "name": "pokemon-fan-club",
1639 "url": "https://pokedex.mimo.dev/api/location/339/",
1640 "id": "339"
1641 },
1642 {
1643 "name": "event-site",
1644 "url": "https://pokedex.mimo.dev/api/location/340/",
1645 "id": "340"
1646 },
1647 {
1648 "name": "concert-event",
1649 "url": "https://pokedex.mimo.dev/api/location/341/",
1650 "id": "341"
1651 },
1652 {
1653 "name": "mr-pokemon",
1654 "url": "https://pokedex.mimo.dev/api/location/342/",
1655 "id": "342"
1656 },
1657 {
1658 "name": "primo",
1659 "url": "https://pokedex.mimo.dev/api/location/343/",
1660 "id": "343"
1661 },
1662 {
1663 "name": "unova-mystery-zone",
1664 "url": "https://pokedex.mimo.dev/api/location/344/",
1665 "id": "344"
1666 },
1667 {
1668 "name": "unova-faraway-place",
1669 "url": "https://pokedex.mimo.dev/api/location/345/",
1670 "id": "345"
1671 },
1672 {
1673 "name": "nuvema-town",
1674 "url": "https://pokedex.mimo.dev/api/location/346/",
1675 "id": "346"
1676 },
1677 {
1678 "name": "accumula-town",
1679 "url": "https://pokedex.mimo.dev/api/location/347/",
1680 "id": "347"
1681 },
1682 {
1683 "name": "striaton-city",
1684 "url": "https://pokedex.mimo.dev/api/location/348/",
1685 "id": "348"
1686 },
1687 {
1688 "name": "nacrene-city",
1689 "url": "https://pokedex.mimo.dev/api/location/349/",
1690 "id": "349"
1691 },
1692 {
1693 "name": "castelia-city",
1694 "url": "https://pokedex.mimo.dev/api/location/350/",
1695 "id": "350"
1696 },
1697 {
1698 "name": "nimbasa-city",
1699 "url": "https://pokedex.mimo.dev/api/location/351/",
1700 "id": "351"
1701 },
1702 {
1703 "name": "driftveil-city",
1704 "url": "https://pokedex.mimo.dev/api/location/352/",
1705 "id": "352"
1706 },
1707 {
1708 "name": "mistralton-city",
1709 "url": "https://pokedex.mimo.dev/api/location/353/",
1710 "id": "353"
1711 },
1712 {
1713 "name": "icirrus-city",
1714 "url": "https://pokedex.mimo.dev/api/location/354/",
1715 "id": "354"
1716 },
1717 {
1718 "name": "opelucid-city",
1719 "url": "https://pokedex.mimo.dev/api/location/355/",
1720 "id": "355"
1721 },
1722 {
1723 "name": "unova-route-1",
1724 "url": "https://pokedex.mimo.dev/api/location/356/",
1725 "id": "356"
1726 },
1727 {
1728 "name": "unova-route-2",
1729 "url": "https://pokedex.mimo.dev/api/location/357/",
1730 "id": "357"
1731 },
1732 {
1733 "name": "unova-route-3",
1734 "url": "https://pokedex.mimo.dev/api/location/358/",
1735 "id": "358"
1736 },
1737 {
1738 "name": "unova-route-4",
1739 "url": "https://pokedex.mimo.dev/api/location/359/",
1740 "id": "359"
1741 },
1742 {
1743 "name": "unova-route-5",
1744 "url": "https://pokedex.mimo.dev/api/location/360/",
1745 "id": "360"
1746 },
1747 {
1748 "name": "unova-route-6",
1749 "url": "https://pokedex.mimo.dev/api/location/361/",
1750 "id": "361"
1751 },
1752 {
1753 "name": "unova-route-7",
1754 "url": "https://pokedex.mimo.dev/api/location/362/",
1755 "id": "362"
1756 },
1757 {
1758 "name": "unova-route-8",
1759 "url": "https://pokedex.mimo.dev/api/location/363/",
1760 "id": "363"
1761 },
1762 {
1763 "name": "unova-route-9",
1764 "url": "https://pokedex.mimo.dev/api/location/364/",
1765 "id": "364"
1766 },
1767 {
1768 "name": "unova-route-10",
1769 "url": "https://pokedex.mimo.dev/api/location/365/",
1770 "id": "365"
1771 },
1772 {
1773 "name": "unova-route-11",
1774 "url": "https://pokedex.mimo.dev/api/location/366/",
1775 "id": "366"
1776 },
1777 {
1778 "name": "unova-route-12",
1779 "url": "https://pokedex.mimo.dev/api/location/367/",
1780 "id": "367"
1781 },
1782 {
1783 "name": "unova-route-13",
1784 "url": "https://pokedex.mimo.dev/api/location/368/",
1785 "id": "368"
1786 },
1787 {
1788 "name": "unova-route-14",
1789 "url": "https://pokedex.mimo.dev/api/location/369/",
1790 "id": "369"
1791 },
1792 {
1793 "name": "unova-route-15",
1794 "url": "https://pokedex.mimo.dev/api/location/370/",
1795 "id": "370"
1796 },
1797 {
1798 "name": "unova-route-16",
1799 "url": "https://pokedex.mimo.dev/api/location/371/",
1800 "id": "371"
1801 },
1802 {
1803 "name": "unova-route-17",
1804 "url": "https://pokedex.mimo.dev/api/location/372/",
1805 "id": "372"
1806 },
1807 {
1808 "name": "unova-route-18",
1809 "url": "https://pokedex.mimo.dev/api/location/373/",
1810 "id": "373"
1811 },
1812 {
1813 "name": "dreamyard",
1814 "url": "https://pokedex.mimo.dev/api/location/374/",
1815 "id": "374"
1816 },
1817 {
1818 "name": "pinwheel-forest",
1819 "url": "https://pokedex.mimo.dev/api/location/375/",
1820 "id": "375"
1821 },
1822 {
1823 "name": "desert-resort",
1824 "url": "https://pokedex.mimo.dev/api/location/376/",
1825 "id": "376"
1826 },
1827 {
1828 "name": "relic-castle",
1829 "url": "https://pokedex.mimo.dev/api/location/377/",
1830 "id": "377"
1831 },
1832 {
1833 "name": "cold-storage",
1834 "url": "https://pokedex.mimo.dev/api/location/378/",
1835 "id": "378"
1836 },
1837 {
1838 "name": "chargestone-cave",
1839 "url": "https://pokedex.mimo.dev/api/location/379/",
1840 "id": "379"
1841 },
1842 {
1843 "name": "twist-mountain",
1844 "url": "https://pokedex.mimo.dev/api/location/380/",
1845 "id": "380"
1846 },
1847 {
1848 "name": "dragonspiral-tower",
1849 "url": "https://pokedex.mimo.dev/api/location/381/",
1850 "id": "381"
1851 },
1852 {
1853 "name": "unova-victory-road",
1854 "url": "https://pokedex.mimo.dev/api/location/382/",
1855 "id": "382"
1856 },
1857 {
1858 "name": "lacunosa-town",
1859 "url": "https://pokedex.mimo.dev/api/location/383/",
1860 "id": "383"
1861 },
1862 {
1863 "name": "undella-town",
1864 "url": "https://pokedex.mimo.dev/api/location/384/",
1865 "id": "384"
1866 },
1867 {
1868 "name": "anville-town",
1869 "url": "https://pokedex.mimo.dev/api/location/385/",
1870 "id": "385"
1871 },
1872 {
1873 "name": "unova-pokemon-league",
1874 "url": "https://pokedex.mimo.dev/api/location/386/",
1875 "id": "386"
1876 },
1877 {
1878 "name": "ns-castle",
1879 "url": "https://pokedex.mimo.dev/api/location/387/",
1880 "id": "387"
1881 },
1882 {
1883 "name": "royal-unova",
1884 "url": "https://pokedex.mimo.dev/api/location/388/",
1885 "id": "388"
1886 },
1887 {
1888 "name": "gear-station",
1889 "url": "https://pokedex.mimo.dev/api/location/389/",
1890 "id": "389"
1891 },
1892 {
1893 "name": "battle-subway",
1894 "url": "https://pokedex.mimo.dev/api/location/390/",
1895 "id": "390"
1896 },
1897 {
1898 "name": "musical-theater",
1899 "url": "https://pokedex.mimo.dev/api/location/391/",
1900 "id": "391"
1901 },
1902 {
1903 "name": "black-city",
1904 "url": "https://pokedex.mimo.dev/api/location/392/",
1905 "id": "392"
1906 },
1907 {
1908 "name": "white-forest",
1909 "url": "https://pokedex.mimo.dev/api/location/393/",
1910 "id": "393"
1911 },
1912 {
1913 "name": "unity-tower",
1914 "url": "https://pokedex.mimo.dev/api/location/394/",
1915 "id": "394"
1916 },
1917 {
1918 "name": "wellspring-cave",
1919 "url": "https://pokedex.mimo.dev/api/location/395/",
1920 "id": "395"
1921 },
1922 {
1923 "name": "mistralton-cave",
1924 "url": "https://pokedex.mimo.dev/api/location/396/",
1925 "id": "396"
1926 },
1927 {
1928 "name": "rumination-field",
1929 "url": "https://pokedex.mimo.dev/api/location/397/",
1930 "id": "397"
1931 },
1932 {
1933 "name": "celestial-tower",
1934 "url": "https://pokedex.mimo.dev/api/location/398/",
1935 "id": "398"
1936 },
1937 {
1938 "name": "moor-of-icirrus",
1939 "url": "https://pokedex.mimo.dev/api/location/399/",
1940 "id": "399"
1941 },
1942 {
1943 "name": "unova-shopping-mall",
1944 "url": "https://pokedex.mimo.dev/api/location/400/",
1945 "id": "400"
1946 },
1947 {
1948 "name": "challengers-cave",
1949 "url": "https://pokedex.mimo.dev/api/location/401/",
1950 "id": "401"
1951 },
1952 {
1953 "name": "poke-transfer-lab",
1954 "url": "https://pokedex.mimo.dev/api/location/402/",
1955 "id": "402"
1956 },
1957 {
1958 "name": "giant-chasm",
1959 "url": "https://pokedex.mimo.dev/api/location/403/",
1960 "id": "403"
1961 },
1962 {
1963 "name": "liberty-garden",
1964 "url": "https://pokedex.mimo.dev/api/location/404/",
1965 "id": "404"
1966 },
1967 {
1968 "name": "p2-laboratory",
1969 "url": "https://pokedex.mimo.dev/api/location/405/",
1970 "id": "405"
1971 },
1972 {
1973 "name": "skyarrow-bridge",
1974 "url": "https://pokedex.mimo.dev/api/location/406/",
1975 "id": "406"
1976 },
1977 {
1978 "name": "driftveil-drawbridge",
1979 "url": "https://pokedex.mimo.dev/api/location/407/",
1980 "id": "407"
1981 },
1982 {
1983 "name": "tubeline-bridge",
1984 "url": "https://pokedex.mimo.dev/api/location/408/",
1985 "id": "408"
1986 },
1987 {
1988 "name": "village-bridge",
1989 "url": "https://pokedex.mimo.dev/api/location/409/",
1990 "id": "409"
1991 },
1992 {
1993 "name": "marvelous-bridge",
1994 "url": "https://pokedex.mimo.dev/api/location/410/",
1995 "id": "410"
1996 },
1997 {
1998 "name": "entralink",
1999 "url": "https://pokedex.mimo.dev/api/location/411/",
2000 "id": "411"
2001 },
2002 {
2003 "name": "abundant-shrine",
2004 "url": "https://pokedex.mimo.dev/api/location/412/",
2005 "id": "412"
2006 },
2007 {
2008 "name": "undella-bay",
2009 "url": "https://pokedex.mimo.dev/api/location/413/",
2010 "id": "413"
2011 },
2012 {
2013 "name": "lostlorn-forest",
2014 "url": "https://pokedex.mimo.dev/api/location/414/",
2015 "id": "414"
2016 },
2017 {
2018 "name": "trial-chamber",
2019 "url": "https://pokedex.mimo.dev/api/location/415/",
2020 "id": "415"
2021 },
2022 {
2023 "name": "guidance-chamber",
2024 "url": "https://pokedex.mimo.dev/api/location/416/",
2025 "id": "416"
2026 },
2027 {
2028 "name": "entree-forest",
2029 "url": "https://pokedex.mimo.dev/api/location/417/",
2030 "id": "417"
2031 },
2032 {
2033 "name": "accumula-gate",
2034 "url": "https://pokedex.mimo.dev/api/location/418/",
2035 "id": "418"
2036 },
2037 {
2038 "name": "undella-gate",
2039 "url": "https://pokedex.mimo.dev/api/location/419/",
2040 "id": "419"
2041 },
2042 {
2043 "name": "nacrene-gate",
2044 "url": "https://pokedex.mimo.dev/api/location/420/",
2045 "id": "420"
2046 },
2047 {
2048 "name": "castelia-gate",
2049 "url": "https://pokedex.mimo.dev/api/location/421/",
2050 "id": "421"
2051 },
2052 {
2053 "name": "nimbasa-gate",
2054 "url": "https://pokedex.mimo.dev/api/location/422/",
2055 "id": "422"
2056 },
2057 {
2058 "name": "opelucid-gate",
2059 "url": "https://pokedex.mimo.dev/api/location/423/",
2060 "id": "423"
2061 },
2062 {
2063 "name": "black-gate",
2064 "url": "https://pokedex.mimo.dev/api/location/424/",
2065 "id": "424"
2066 },
2067 {
2068 "name": "white-gate",
2069 "url": "https://pokedex.mimo.dev/api/location/425/",
2070 "id": "425"
2071 },
2072 {
2073 "name": "bridge-gate",
2074 "url": "https://pokedex.mimo.dev/api/location/426/",
2075 "id": "426"
2076 },
2077 {
2078 "name": "route-gate",
2079 "url": "https://pokedex.mimo.dev/api/location/427/",
2080 "id": "427"
2081 },
2082 {
2083 "name": "abyssal-ruins",
2084 "url": "https://pokedex.mimo.dev/api/location/428/",
2085 "id": "428"
2086 },
2087 {
2088 "name": "petalburg-city",
2089 "url": "https://pokedex.mimo.dev/api/location/429/",
2090 "id": "429"
2091 },
2092 {
2093 "name": "slateport-city",
2094 "url": "https://pokedex.mimo.dev/api/location/430/",
2095 "id": "430"
2096 },
2097 {
2098 "name": "lilycove-city",
2099 "url": "https://pokedex.mimo.dev/api/location/431/",
2100 "id": "431"
2101 },
2102 {
2103 "name": "mossdeep-city",
2104 "url": "https://pokedex.mimo.dev/api/location/432/",
2105 "id": "432"
2106 },
2107 {
2108 "name": "sootopolis-city",
2109 "url": "https://pokedex.mimo.dev/api/location/433/",
2110 "id": "433"
2111 },
2112 {
2113 "name": "ever-grande-city",
2114 "url": "https://pokedex.mimo.dev/api/location/434/",
2115 "id": "434"
2116 },
2117 {
2118 "name": "meteor-falls",
2119 "url": "https://pokedex.mimo.dev/api/location/435/",
2120 "id": "435"
2121 },
2122 {
2123 "name": "rusturf-tunnel",
2124 "url": "https://pokedex.mimo.dev/api/location/436/",
2125 "id": "436"
2126 },
2127 {
2128 "name": "granite-cave",
2129 "url": "https://pokedex.mimo.dev/api/location/437/",
2130 "id": "437"
2131 },
2132 {
2133 "name": "petalburg-woods",
2134 "url": "https://pokedex.mimo.dev/api/location/438/",
2135 "id": "438"
2136 },
2137 {
2138 "name": "jagged-pass",
2139 "url": "https://pokedex.mimo.dev/api/location/439/",
2140 "id": "439"
2141 },
2142 {
2143 "name": "fiery-path",
2144 "url": "https://pokedex.mimo.dev/api/location/440/",
2145 "id": "440"
2146 },
2147 {
2148 "name": "mt-pyre",
2149 "url": "https://pokedex.mimo.dev/api/location/441/",
2150 "id": "441"
2151 },
2152 {
2153 "name": "seafloor-cavern",
2154 "url": "https://pokedex.mimo.dev/api/location/442/",
2155 "id": "442"
2156 },
2157 {
2158 "name": "cave-of-origin",
2159 "url": "https://pokedex.mimo.dev/api/location/443/",
2160 "id": "443"
2161 },
2162 {
2163 "name": "hoenn-victory-road",
2164 "url": "https://pokedex.mimo.dev/api/location/444/",
2165 "id": "444"
2166 },
2167 {
2168 "name": "shoal-cave",
2169 "url": "https://pokedex.mimo.dev/api/location/445/",
2170 "id": "445"
2171 },
2172 {
2173 "name": "new-mauville",
2174 "url": "https://pokedex.mimo.dev/api/location/446/",
2175 "id": "446"
2176 },
2177 {
2178 "name": "abandoned-ship",
2179 "url": "https://pokedex.mimo.dev/api/location/447/",
2180 "id": "447"
2181 },
2182 {
2183 "name": "sky-pillar",
2184 "url": "https://pokedex.mimo.dev/api/location/448/",
2185 "id": "448"
2186 },
2187 {
2188 "name": "hoenn-route-101",
2189 "url": "https://pokedex.mimo.dev/api/location/449/",
2190 "id": "449"
2191 },
2192 {
2193 "name": "hoenn-route-102",
2194 "url": "https://pokedex.mimo.dev/api/location/450/",
2195 "id": "450"
2196 },
2197 {
2198 "name": "hoenn-route-103",
2199 "url": "https://pokedex.mimo.dev/api/location/451/",
2200 "id": "451"
2201 },
2202 {
2203 "name": "hoenn-route-104",
2204 "url": "https://pokedex.mimo.dev/api/location/452/",
2205 "id": "452"
2206 },
2207 {
2208 "name": "hoenn-route-105",
2209 "url": "https://pokedex.mimo.dev/api/location/453/",
2210 "id": "453"
2211 },
2212 {
2213 "name": "hoenn-route-106",
2214 "url": "https://pokedex.mimo.dev/api/location/454/",
2215 "id": "454"
2216 },
2217 {
2218 "name": "hoenn-route-107",
2219 "url": "https://pokedex.mimo.dev/api/location/455/",
2220 "id": "455"
2221 },
2222 {
2223 "name": "hoenn-route-108",
2224 "url": "https://pokedex.mimo.dev/api/location/456/",
2225 "id": "456"
2226 },
2227 {
2228 "name": "hoenn-route-109",
2229 "url": "https://pokedex.mimo.dev/api/location/457/",
2230 "id": "457"
2231 },
2232 {
2233 "name": "hoenn-route-110",
2234 "url": "https://pokedex.mimo.dev/api/location/458/",
2235 "id": "458"
2236 },
2237 {
2238 "name": "hoenn-route-111",
2239 "url": "https://pokedex.mimo.dev/api/location/459/",
2240 "id": "459"
2241 },
2242 {
2243 "name": "hoenn-route-112",
2244 "url": "https://pokedex.mimo.dev/api/location/460/",
2245 "id": "460"
2246 },
2247 {
2248 "name": "hoenn-route-113",
2249 "url": "https://pokedex.mimo.dev/api/location/461/",
2250 "id": "461"
2251 },
2252 {
2253 "name": "hoenn-route-114",
2254 "url": "https://pokedex.mimo.dev/api/location/462/",
2255 "id": "462"
2256 },
2257 {
2258 "name": "hoenn-route-115",
2259 "url": "https://pokedex.mimo.dev/api/location/463/",
2260 "id": "463"
2261 },
2262 {
2263 "name": "hoenn-route-116",
2264 "url": "https://pokedex.mimo.dev/api/location/464/",
2265 "id": "464"
2266 },
2267 {
2268 "name": "hoenn-route-117",
2269 "url": "https://pokedex.mimo.dev/api/location/465/",
2270 "id": "465"
2271 },
2272 {
2273 "name": "hoenn-route-118",
2274 "url": "https://pokedex.mimo.dev/api/location/466/",
2275 "id": "466"
2276 },
2277 {
2278 "name": "hoenn-route-119",
2279 "url": "https://pokedex.mimo.dev/api/location/467/",
2280 "id": "467"
2281 },
2282 {
2283 "name": "hoenn-route-120",
2284 "url": "https://pokedex.mimo.dev/api/location/468/",
2285 "id": "468"
2286 },
2287 {
2288 "name": "hoenn-route-121",
2289 "url": "https://pokedex.mimo.dev/api/location/469/",
2290 "id": "469"
2291 },
2292 {
2293 "name": "hoenn-route-122",
2294 "url": "https://pokedex.mimo.dev/api/location/470/",
2295 "id": "470"
2296 },
2297 {
2298 "name": "hoenn-route-123",
2299 "url": "https://pokedex.mimo.dev/api/location/471/",
2300 "id": "471"
2301 },
2302 {
2303 "name": "hoenn-route-124",
2304 "url": "https://pokedex.mimo.dev/api/location/472/",
2305 "id": "472"
2306 },
2307 {
2308 "name": "hoenn-route-125",
2309 "url": "https://pokedex.mimo.dev/api/location/473/",
2310 "id": "473"
2311 },
2312 {
2313 "name": "hoenn-route-126",
2314 "url": "https://pokedex.mimo.dev/api/location/474/",
2315 "id": "474"
2316 },
2317 {
2318 "name": "hoenn-route-127",
2319 "url": "https://pokedex.mimo.dev/api/location/475/",
2320 "id": "475"
2321 },
2322 {
2323 "name": "hoenn-route-128",
2324 "url": "https://pokedex.mimo.dev/api/location/476/",
2325 "id": "476"
2326 },
2327 {
2328 "name": "hoenn-route-129",
2329 "url": "https://pokedex.mimo.dev/api/location/477/",
2330 "id": "477"
2331 },
2332 {
2333 "name": "hoenn-route-130",
2334 "url": "https://pokedex.mimo.dev/api/location/478/",
2335 "id": "478"
2336 },
2337 {
2338 "name": "hoenn-route-131",
2339 "url": "https://pokedex.mimo.dev/api/location/479/",
2340 "id": "479"
2341 },
2342 {
2343 "name": "hoenn-route-132",
2344 "url": "https://pokedex.mimo.dev/api/location/480/",
2345 "id": "480"
2346 },
2347 {
2348 "name": "hoenn-route-133",
2349 "url": "https://pokedex.mimo.dev/api/location/481/",
2350 "id": "481"
2351 },
2352 {
2353 "name": "hoenn-route-134",
2354 "url": "https://pokedex.mimo.dev/api/location/482/",
2355 "id": "482"
2356 },
2357 {
2358 "name": "hoenn-safari-zone",
2359 "url": "https://pokedex.mimo.dev/api/location/483/",
2360 "id": "483"
2361 },
2362 {
2363 "name": "dewford-town",
2364 "url": "https://pokedex.mimo.dev/api/location/484/",
2365 "id": "484"
2366 },
2367 {
2368 "name": "pacifidlog-town",
2369 "url": "https://pokedex.mimo.dev/api/location/485/",
2370 "id": "485"
2371 },
2372 {
2373 "name": "magma-hideout",
2374 "url": "https://pokedex.mimo.dev/api/location/486/",
2375 "id": "486"
2376 },
2377 {
2378 "name": "mirage-tower",
2379 "url": "https://pokedex.mimo.dev/api/location/487/",
2380 "id": "487"
2381 },
2382 {
2383 "name": "desert-underpass",
2384 "url": "https://pokedex.mimo.dev/api/location/488/",
2385 "id": "488"
2386 },
2387 {
2388 "name": "artisan-cave",
2389 "url": "https://pokedex.mimo.dev/api/location/489/",
2390 "id": "489"
2391 },
2392 {
2393 "name": "hoenn-altering-cave",
2394 "url": "https://pokedex.mimo.dev/api/location/490/",
2395 "id": "490"
2396 },
2397 {
2398 "name": "monean-chamber",
2399 "url": "https://pokedex.mimo.dev/api/location/491/",
2400 "id": "491"
2401 },
2402 {
2403 "name": "liptoo-chamber",
2404 "url": "https://pokedex.mimo.dev/api/location/492/",
2405 "id": "492"
2406 },
2407 {
2408 "name": "weepth-chamber",
2409 "url": "https://pokedex.mimo.dev/api/location/493/",
2410 "id": "493"
2411 },
2412 {
2413 "name": "dilford-chamber",
2414 "url": "https://pokedex.mimo.dev/api/location/494/",
2415 "id": "494"
2416 },
2417 {
2418 "name": "scufib-chamber",
2419 "url": "https://pokedex.mimo.dev/api/location/495/",
2420 "id": "495"
2421 },
2422 {
2423 "name": "rixy-chamber",
2424 "url": "https://pokedex.mimo.dev/api/location/496/",
2425 "id": "496"
2426 },
2427 {
2428 "name": "viapos-chamber",
2429 "url": "https://pokedex.mimo.dev/api/location/497/",
2430 "id": "497"
2431 },
2432 {
2433 "name": "ss-anne",
2434 "url": "https://pokedex.mimo.dev/api/location/498/",
2435 "id": "498"
2436 },
2437 {
2438 "name": "mt-ember",
2439 "url": "https://pokedex.mimo.dev/api/location/500/",
2440 "id": "500"
2441 },
2442 {
2443 "name": "berry-forest",
2444 "url": "https://pokedex.mimo.dev/api/location/501/",
2445 "id": "501"
2446 },
2447 {
2448 "name": "icefall-cave",
2449 "url": "https://pokedex.mimo.dev/api/location/502/",
2450 "id": "502"
2451 },
2452 {
2453 "name": "pattern-bush",
2454 "url": "https://pokedex.mimo.dev/api/location/503/",
2455 "id": "503"
2456 },
2457 {
2458 "name": "lost-cave",
2459 "url": "https://pokedex.mimo.dev/api/location/504/",
2460 "id": "504"
2461 },
2462 {
2463 "name": "kindle-road",
2464 "url": "https://pokedex.mimo.dev/api/location/505/",
2465 "id": "505"
2466 },
2467 {
2468 "name": "treasure-beach",
2469 "url": "https://pokedex.mimo.dev/api/location/506/",
2470 "id": "506"
2471 },
2472 {
2473 "name": "cape-brink",
2474 "url": "https://pokedex.mimo.dev/api/location/507/",
2475 "id": "507"
2476 },
2477 {
2478 "name": "bond-bridge",
2479 "url": "https://pokedex.mimo.dev/api/location/508/",
2480 "id": "508"
2481 },
2482 {
2483 "name": "three-isle-port",
2484 "url": "https://pokedex.mimo.dev/api/location/509/",
2485 "id": "509"
2486 },
2487 {
2488 "name": "resort-gorgeous",
2489 "url": "https://pokedex.mimo.dev/api/location/510/",
2490 "id": "510"
2491 },
2492 {
2493 "name": "water-labyrinth",
2494 "url": "https://pokedex.mimo.dev/api/location/511/",
2495 "id": "511"
2496 },
2497 {
2498 "name": "five-isle-meadow",
2499 "url": "https://pokedex.mimo.dev/api/location/512/",
2500 "id": "512"
2501 },
2502 {
2503 "name": "memorial-pillar",
2504 "url": "https://pokedex.mimo.dev/api/location/513/",
2505 "id": "513"
2506 },
2507 {
2508 "name": "outcast-island",
2509 "url": "https://pokedex.mimo.dev/api/location/514/",
2510 "id": "514"
2511 },
2512 {
2513 "name": "green-path",
2514 "url": "https://pokedex.mimo.dev/api/location/515/",
2515 "id": "515"
2516 },
2517 {
2518 "name": "water-path",
2519 "url": "https://pokedex.mimo.dev/api/location/516/",
2520 "id": "516"
2521 },
2522 {
2523 "name": "ruin-valley",
2524 "url": "https://pokedex.mimo.dev/api/location/517/",
2525 "id": "517"
2526 },
2527 {
2528 "name": "trainer-tower",
2529 "url": "https://pokedex.mimo.dev/api/location/518/",
2530 "id": "518"
2531 },
2532 {
2533 "name": "canyon-entrance",
2534 "url": "https://pokedex.mimo.dev/api/location/519/",
2535 "id": "519"
2536 },
2537 {
2538 "name": "sevault-canyon",
2539 "url": "https://pokedex.mimo.dev/api/location/520/",
2540 "id": "520"
2541 },
2542 {
2543 "name": "tanoby-ruins",
2544 "url": "https://pokedex.mimo.dev/api/location/521/",
2545 "id": "521"
2546 },
2547 {
2548 "name": "one-island",
2549 "url": "https://pokedex.mimo.dev/api/location/526/",
2550 "id": "526"
2551 },
2552 {
2553 "name": "four-island",
2554 "url": "https://pokedex.mimo.dev/api/location/527/",
2555 "id": "527"
2556 },
2557 {
2558 "name": "five-island",
2559 "url": "https://pokedex.mimo.dev/api/location/528/",
2560 "id": "528"
2561 },
2562 {
2563 "name": "kanto-altering-cave",
2564 "url": "https://pokedex.mimo.dev/api/location/529/",
2565 "id": "529"
2566 },
2567 {
2568 "name": "aspertia-city",
2569 "url": "https://pokedex.mimo.dev/api/location/531/",
2570 "id": "531"
2571 },
2572 {
2573 "name": "virbank-city",
2574 "url": "https://pokedex.mimo.dev/api/location/532/",
2575 "id": "532"
2576 },
2577 {
2578 "name": "humilau-city",
2579 "url": "https://pokedex.mimo.dev/api/location/533/",
2580 "id": "533"
2581 },
2582 {
2583 "name": "pokestar-studios",
2584 "url": "https://pokedex.mimo.dev/api/location/534/",
2585 "id": "534"
2586 },
2587 {
2588 "name": "join-avenue",
2589 "url": "https://pokedex.mimo.dev/api/location/535/",
2590 "id": "535"
2591 },
2592 {
2593 "name": "floccesy-town",
2594 "url": "https://pokedex.mimo.dev/api/location/536/",
2595 "id": "536"
2596 },
2597 {
2598 "name": "lentimas-town",
2599 "url": "https://pokedex.mimo.dev/api/location/537/",
2600 "id": "537"
2601 },
2602 {
2603 "name": "unova-route-19",
2604 "url": "https://pokedex.mimo.dev/api/location/538/",
2605 "id": "538"
2606 },
2607 {
2608 "name": "unova-route-20",
2609 "url": "https://pokedex.mimo.dev/api/location/539/",
2610 "id": "539"
2611 },
2612 {
2613 "name": "unova-route-21",
2614 "url": "https://pokedex.mimo.dev/api/location/540/",
2615 "id": "540"
2616 },
2617 {
2618 "name": "unova-route-22",
2619 "url": "https://pokedex.mimo.dev/api/location/541/",
2620 "id": "541"
2621 },
2622 {
2623 "name": "unova-route-23",
2624 "url": "https://pokedex.mimo.dev/api/location/542/",
2625 "id": "542"
2626 },
2627 {
2628 "name": "castelia-sewers",
2629 "url": "https://pokedex.mimo.dev/api/location/543/",
2630 "id": "543"
2631 },
2632 {
2633 "name": "floccesy-ranch",
2634 "url": "https://pokedex.mimo.dev/api/location/544/",
2635 "id": "544"
2636 },
2637 {
2638 "name": "virbank-complex",
2639 "url": "https://pokedex.mimo.dev/api/location/545/",
2640 "id": "545"
2641 },
2642 {
2643 "name": "reversal-mountain",
2644 "url": "https://pokedex.mimo.dev/api/location/546/",
2645 "id": "546"
2646 },
2647 {
2648 "name": "strange-house",
2649 "url": "https://pokedex.mimo.dev/api/location/547/",
2650 "id": "547"
2651 },
2652 {
2653 "name": "unova-victory-road-2",
2654 "url": "https://pokedex.mimo.dev/api/location/548/",
2655 "id": "548"
2656 },
2657 {
2658 "name": "plasma-frigate",
2659 "url": "https://pokedex.mimo.dev/api/location/549/",
2660 "id": "549"
2661 },
2662 {
2663 "name": "relic-passage",
2664 "url": "https://pokedex.mimo.dev/api/location/550/",
2665 "id": "550"
2666 },
2667 {
2668 "name": "clay-tunnel",
2669 "url": "https://pokedex.mimo.dev/api/location/551/",
2670 "id": "551"
2671 },
2672 {
2673 "name": "white-treehollow",
2674 "url": "https://pokedex.mimo.dev/api/location/552/",
2675 "id": "552"
2676 },
2677 {
2678 "name": "black-tower",
2679 "url": "https://pokedex.mimo.dev/api/location/553/",
2680 "id": "553"
2681 },
2682 {
2683 "name": "seaside-cave",
2684 "url": "https://pokedex.mimo.dev/api/location/554/",
2685 "id": "554"
2686 },
2687 {
2688 "name": "cave-of-being",
2689 "url": "https://pokedex.mimo.dev/api/location/555/",
2690 "id": "555"
2691 },
2692 {
2693 "name": "hidden-grotto",
2694 "url": "https://pokedex.mimo.dev/api/location/556/",
2695 "id": "556"
2696 },
2697 {
2698 "name": "marine-tube",
2699 "url": "https://pokedex.mimo.dev/api/location/557/",
2700 "id": "557"
2701 },
2702 {
2703 "name": "virbank-gate",
2704 "url": "https://pokedex.mimo.dev/api/location/558/",
2705 "id": "558"
2706 },
2707 {
2708 "name": "aspertia-gate",
2709 "url": "https://pokedex.mimo.dev/api/location/559/",
2710 "id": "559"
2711 },
2712 {
2713 "name": "nature-sanctuary",
2714 "url": "https://pokedex.mimo.dev/api/location/560/",
2715 "id": "560"
2716 },
2717 {
2718 "name": "medal-secretariat",
2719 "url": "https://pokedex.mimo.dev/api/location/561/",
2720 "id": "561"
2721 },
2722 {
2723 "name": "underground-ruins",
2724 "url": "https://pokedex.mimo.dev/api/location/562/",
2725 "id": "562"
2726 },
2727 {
2728 "name": "rocky-mountain-room",
2729 "url": "https://pokedex.mimo.dev/api/location/563/",
2730 "id": "563"
2731 },
2732 {
2733 "name": "glacier-room",
2734 "url": "https://pokedex.mimo.dev/api/location/564/",
2735 "id": "564"
2736 },
2737 {
2738 "name": "iron-room",
2739 "url": "https://pokedex.mimo.dev/api/location/565/",
2740 "id": "565"
2741 },
2742 {
2743 "name": "pledge-grove",
2744 "url": "https://pokedex.mimo.dev/api/location/566/",
2745 "id": "566"
2746 },
2747 {
2748 "name": "littleroot-town",
2749 "url": "https://pokedex.mimo.dev/api/location/567/",
2750 "id": "567"
2751 },
2752 {
2753 "name": "oldale-town",
2754 "url": "https://pokedex.mimo.dev/api/location/568/",
2755 "id": "568"
2756 },
2757 {
2758 "name": "lavaridge-town",
2759 "url": "https://pokedex.mimo.dev/api/location/569/",
2760 "id": "569"
2761 },
2762 {
2763 "name": "fallarbor-town",
2764 "url": "https://pokedex.mimo.dev/api/location/570/",
2765 "id": "570"
2766 },
2767 {
2768 "name": "verdanturf-town",
2769 "url": "https://pokedex.mimo.dev/api/location/571/",
2770 "id": "571"
2771 },
2772 {
2773 "name": "mauville-city",
2774 "url": "https://pokedex.mimo.dev/api/location/572/",
2775 "id": "572"
2776 },
2777 {
2778 "name": "rustboro-city",
2779 "url": "https://pokedex.mimo.dev/api/location/573/",
2780 "id": "573"
2781 },
2782 {
2783 "name": "fortree-city",
2784 "url": "https://pokedex.mimo.dev/api/location/574/",
2785 "id": "574"
2786 },
2787 {
2788 "name": "underwater",
2789 "url": "https://pokedex.mimo.dev/api/location/575/",
2790 "id": "575"
2791 },
2792 {
2793 "name": "mt-chimney",
2794 "url": "https://pokedex.mimo.dev/api/location/576/",
2795 "id": "576"
2796 },
2797 {
2798 "name": "mirage-island",
2799 "url": "https://pokedex.mimo.dev/api/location/577/",
2800 "id": "577"
2801 },
2802 {
2803 "name": "southern-island",
2804 "url": "https://pokedex.mimo.dev/api/location/578/",
2805 "id": "578"
2806 },
2807 {
2808 "name": "sealed-chamber",
2809 "url": "https://pokedex.mimo.dev/api/location/579/",
2810 "id": "579"
2811 },
2812 {
2813 "name": "scorched-slab",
2814 "url": "https://pokedex.mimo.dev/api/location/580/",
2815 "id": "580"
2816 },
2817 {
2818 "name": "island-cave",
2819 "url": "https://pokedex.mimo.dev/api/location/581/",
2820 "id": "581"
2821 },
2822 {
2823 "name": "desert-ruins",
2824 "url": "https://pokedex.mimo.dev/api/location/582/",
2825 "id": "582"
2826 },
2827 {
2828 "name": "ancient-tomb",
2829 "url": "https://pokedex.mimo.dev/api/location/583/",
2830 "id": "583"
2831 },
2832 {
2833 "name": "inside-of-truck",
2834 "url": "https://pokedex.mimo.dev/api/location/584/",
2835 "id": "584"
2836 },
2837 {
2838 "name": "secret-base",
2839 "url": "https://pokedex.mimo.dev/api/location/585/",
2840 "id": "585"
2841 },
2842 {
2843 "name": "hoenn-battle-tower",
2844 "url": "https://pokedex.mimo.dev/api/location/586/",
2845 "id": "586"
2846 },
2847 {
2848 "name": "vaniville-town",
2849 "url": "https://pokedex.mimo.dev/api/location/587/",
2850 "id": "587"
2851 },
2852 {
2853 "name": "kalos-route-1",
2854 "url": "https://pokedex.mimo.dev/api/location/588/",
2855 "id": "588"
2856 },
2857 {
2858 "name": "vaniville-pathway",
2859 "url": "https://pokedex.mimo.dev/api/location/589/",
2860 "id": "589"
2861 },
2862 {
2863 "name": "aquacorde-town",
2864 "url": "https://pokedex.mimo.dev/api/location/590/",
2865 "id": "590"
2866 },
2867 {
2868 "name": "kalos-route-2",
2869 "url": "https://pokedex.mimo.dev/api/location/591/",
2870 "id": "591"
2871 },
2872 {
2873 "name": "avance-trail",
2874 "url": "https://pokedex.mimo.dev/api/location/592/",
2875 "id": "592"
2876 },
2877 {
2878 "name": "santalune-forest",
2879 "url": "https://pokedex.mimo.dev/api/location/593/",
2880 "id": "593"
2881 },
2882 {
2883 "name": "kalos-route-3",
2884 "url": "https://pokedex.mimo.dev/api/location/594/",
2885 "id": "594"
2886 },
2887 {
2888 "name": "ouvert-way",
2889 "url": "https://pokedex.mimo.dev/api/location/595/",
2890 "id": "595"
2891 },
2892 {
2893 "name": "santalune-city",
2894 "url": "https://pokedex.mimo.dev/api/location/596/",
2895 "id": "596"
2896 },
2897 {
2898 "name": "kalos-route-4",
2899 "url": "https://pokedex.mimo.dev/api/location/597/",
2900 "id": "597"
2901 },
2902 {
2903 "name": "parterre-way",
2904 "url": "https://pokedex.mimo.dev/api/location/598/",
2905 "id": "598"
2906 },
2907 {
2908 "name": "lumiose-city",
2909 "url": "https://pokedex.mimo.dev/api/location/599/",
2910 "id": "599"
2911 },
2912 {
2913 "name": "prism-tower",
2914 "url": "https://pokedex.mimo.dev/api/location/600/",
2915 "id": "600"
2916 },
2917 {
2918 "name": "lysandre-labs",
2919 "url": "https://pokedex.mimo.dev/api/location/601/",
2920 "id": "601"
2921 },
2922 {
2923 "name": "kalos-route-5",
2924 "url": "https://pokedex.mimo.dev/api/location/602/",
2925 "id": "602"
2926 },
2927 {
2928 "name": "versant-road",
2929 "url": "https://pokedex.mimo.dev/api/location/603/",
2930 "id": "603"
2931 },
2932 {
2933 "name": "camphrier-town",
2934 "url": "https://pokedex.mimo.dev/api/location/604/",
2935 "id": "604"
2936 },
2937 {
2938 "name": "shabboneau-castle",
2939 "url": "https://pokedex.mimo.dev/api/location/605/",
2940 "id": "605"
2941 },
2942 {
2943 "name": "kalos-route-6",
2944 "url": "https://pokedex.mimo.dev/api/location/606/",
2945 "id": "606"
2946 },
2947 {
2948 "name": "palais-lane",
2949 "url": "https://pokedex.mimo.dev/api/location/607/",
2950 "id": "607"
2951 },
2952 {
2953 "name": "parfum-palace",
2954 "url": "https://pokedex.mimo.dev/api/location/608/",
2955 "id": "608"
2956 },
2957 {
2958 "name": "kalos-route-7",
2959 "url": "https://pokedex.mimo.dev/api/location/609/",
2960 "id": "609"
2961 },
2962 {
2963 "name": "rivière-walk",
2964 "url": "https://pokedex.mimo.dev/api/location/610/",
2965 "id": "610"
2966 },
2967 {
2968 "name": "cyllage-city",
2969 "url": "https://pokedex.mimo.dev/api/location/611/",
2970 "id": "611"
2971 },
2972 {
2973 "name": "kalos-route-8",
2974 "url": "https://pokedex.mimo.dev/api/location/612/",
2975 "id": "612"
2976 },
2977 {
2978 "name": "muraille-coast",
2979 "url": "https://pokedex.mimo.dev/api/location/613/",
2980 "id": "613"
2981 },
2982 {
2983 "name": "ambrette-town",
2984 "url": "https://pokedex.mimo.dev/api/location/614/",
2985 "id": "614"
2986 },
2987 {
2988 "name": "kalos-route-9",
2989 "url": "https://pokedex.mimo.dev/api/location/615/",
2990 "id": "615"
2991 },
2992 {
2993 "name": "spikes-passage",
2994 "url": "https://pokedex.mimo.dev/api/location/616/",
2995 "id": "616"
2996 },
2997 {
2998 "name": "battle-chateau",
2999 "url": "https://pokedex.mimo.dev/api/location/617/",
3000 "id": "617"
3001 },
3002 {
3003 "name": "kalos-route-10",
3004 "url": "https://pokedex.mimo.dev/api/location/618/",
3005 "id": "618"
3006 },
3007 {
3008 "name": "menhir-trail",
3009 "url": "https://pokedex.mimo.dev/api/location/619/",
3010 "id": "619"
3011 },
3012 {
3013 "name": "geosenge-town",
3014 "url": "https://pokedex.mimo.dev/api/location/620/",
3015 "id": "620"
3016 },
3017 {
3018 "name": "kalos-route-11",
3019 "url": "https://pokedex.mimo.dev/api/location/621/",
3020 "id": "621"
3021 },
3022 {
3023 "name": "miroir-way",
3024 "url": "https://pokedex.mimo.dev/api/location/622/",
3025 "id": "622"
3026 },
3027 {
3028 "name": "reflection-cave",
3029 "url": "https://pokedex.mimo.dev/api/location/623/",
3030 "id": "623"
3031 },
3032 {
3033 "name": "shalour-city",
3034 "url": "https://pokedex.mimo.dev/api/location/624/",
3035 "id": "624"
3036 },
3037 {
3038 "name": "tower-of-mastery",
3039 "url": "https://pokedex.mimo.dev/api/location/625/",
3040 "id": "625"
3041 },
3042 {
3043 "name": "kalos-route-12",
3044 "url": "https://pokedex.mimo.dev/api/location/626/",
3045 "id": "626"
3046 },
3047 {
3048 "name": "fourrage-road",
3049 "url": "https://pokedex.mimo.dev/api/location/627/",
3050 "id": "627"
3051 },
3052 {
3053 "name": "coumarine-city",
3054 "url": "https://pokedex.mimo.dev/api/location/628/",
3055 "id": "628"
3056 },
3057 {
3058 "name": "kalos-route-13",
3059 "url": "https://pokedex.mimo.dev/api/location/629/",
3060 "id": "629"
3061 },
3062 {
3063 "name": "lumiose-badlands",
3064 "url": "https://pokedex.mimo.dev/api/location/630/",
3065 "id": "630"
3066 },
3067 {
3068 "name": "kalos-route-14",
3069 "url": "https://pokedex.mimo.dev/api/location/631/",
3070 "id": "631"
3071 },
3072 {
3073 "name": "laverre-nature-trail",
3074 "url": "https://pokedex.mimo.dev/api/location/632/",
3075 "id": "632"
3076 },
3077 {
3078 "name": "laverre-city",
3079 "url": "https://pokedex.mimo.dev/api/location/633/",
3080 "id": "633"
3081 },
3082 {
3083 "name": "poke-ball-factory",
3084 "url": "https://pokedex.mimo.dev/api/location/634/",
3085 "id": "634"
3086 },
3087 {
3088 "name": "kalos-route-15",
3089 "url": "https://pokedex.mimo.dev/api/location/635/",
3090 "id": "635"
3091 },
3092 {
3093 "name": "brun-way",
3094 "url": "https://pokedex.mimo.dev/api/location/636/",
3095 "id": "636"
3096 },
3097 {
3098 "name": "dendemille-town",
3099 "url": "https://pokedex.mimo.dev/api/location/637/",
3100 "id": "637"
3101 },
3102 {
3103 "name": "kalos-route-16",
3104 "url": "https://pokedex.mimo.dev/api/location/638/",
3105 "id": "638"
3106 },
3107 {
3108 "name": "melancolie-path",
3109 "url": "https://pokedex.mimo.dev/api/location/639/",
3110 "id": "639"
3111 },
3112 {
3113 "name": "frost-cavern",
3114 "url": "https://pokedex.mimo.dev/api/location/640/",
3115 "id": "640"
3116 },
3117 {
3118 "name": "kalos-route-17",
3119 "url": "https://pokedex.mimo.dev/api/location/641/",
3120 "id": "641"
3121 },
3122 {
3123 "name": "mamoswine-road",
3124 "url": "https://pokedex.mimo.dev/api/location/642/",
3125 "id": "642"
3126 },
3127 {
3128 "name": "anistar-city",
3129 "url": "https://pokedex.mimo.dev/api/location/643/",
3130 "id": "643"
3131 },
3132 {
3133 "name": "kalos-route-18",
3134 "url": "https://pokedex.mimo.dev/api/location/644/",
3135 "id": "644"
3136 },
3137 {
3138 "name": "vallee-etroite-way",
3139 "url": "https://pokedex.mimo.dev/api/location/645/",
3140 "id": "645"
3141 },
3142 {
3143 "name": "couriway-town",
3144 "url": "https://pokedex.mimo.dev/api/location/646/",
3145 "id": "646"
3146 },
3147 {
3148 "name": "kalos-route-19",
3149 "url": "https://pokedex.mimo.dev/api/location/647/",
3150 "id": "647"
3151 },
3152 {
3153 "name": "grande-vallee-way",
3154 "url": "https://pokedex.mimo.dev/api/location/648/",
3155 "id": "648"
3156 },
3157 {
3158 "name": "snowbelle-city",
3159 "url": "https://pokedex.mimo.dev/api/location/649/",
3160 "id": "649"
3161 },
3162 {
3163 "name": "kalos-route-20",
3164 "url": "https://pokedex.mimo.dev/api/location/650/",
3165 "id": "650"
3166 },
3167 {
3168 "name": "winding-woods",
3169 "url": "https://pokedex.mimo.dev/api/location/651/",
3170 "id": "651"
3171 },
3172 {
3173 "name": "pokemon-village",
3174 "url": "https://pokedex.mimo.dev/api/location/652/",
3175 "id": "652"
3176 },
3177 {
3178 "name": "kalos-route-21",
3179 "url": "https://pokedex.mimo.dev/api/location/653/",
3180 "id": "653"
3181 },
3182 {
3183 "name": "dernière-way",
3184 "url": "https://pokedex.mimo.dev/api/location/654/",
3185 "id": "654"
3186 },
3187 {
3188 "name": "kalos-route-22",
3189 "url": "https://pokedex.mimo.dev/api/location/655/",
3190 "id": "655"
3191 },
3192 {
3193 "name": "detourner-way",
3194 "url": "https://pokedex.mimo.dev/api/location/656/",
3195 "id": "656"
3196 },
3197 {
3198 "name": "kalos-victory-road",
3199 "url": "https://pokedex.mimo.dev/api/location/657/",
3200 "id": "657"
3201 },
3202 {
3203 "name": "kalos-pokemon-league",
3204 "url": "https://pokedex.mimo.dev/api/location/658/",
3205 "id": "658"
3206 },
3207 {
3208 "name": "kiloude-city",
3209 "url": "https://pokedex.mimo.dev/api/location/659/",
3210 "id": "659"
3211 },
3212 {
3213 "name": "battle-maison",
3214 "url": "https://pokedex.mimo.dev/api/location/660/",
3215 "id": "660"
3216 },
3217 {
3218 "name": "azure-bay",
3219 "url": "https://pokedex.mimo.dev/api/location/661/",
3220 "id": "661"
3221 },
3222 {
3223 "name": "dendemille-gate",
3224 "url": "https://pokedex.mimo.dev/api/location/662/",
3225 "id": "662"
3226 },
3227 {
3228 "name": "couriway-gate",
3229 "url": "https://pokedex.mimo.dev/api/location/663/",
3230 "id": "663"
3231 },
3232 {
3233 "name": "ambrette-gate",
3234 "url": "https://pokedex.mimo.dev/api/location/664/",
3235 "id": "664"
3236 },
3237 {
3238 "name": "lumiose-gate",
3239 "url": "https://pokedex.mimo.dev/api/location/665/",
3240 "id": "665"
3241 },
3242 {
3243 "name": "shalour-gate",
3244 "url": "https://pokedex.mimo.dev/api/location/666/",
3245 "id": "666"
3246 },
3247 {
3248 "name": "coumarine-gate",
3249 "url": "https://pokedex.mimo.dev/api/location/667/",
3250 "id": "667"
3251 },
3252 {
3253 "name": "laverre-gate",
3254 "url": "https://pokedex.mimo.dev/api/location/668/",
3255 "id": "668"
3256 },
3257 {
3258 "name": "anistar-gate",
3259 "url": "https://pokedex.mimo.dev/api/location/669/",
3260 "id": "669"
3261 },
3262 {
3263 "name": "snowbelle-gate",
3264 "url": "https://pokedex.mimo.dev/api/location/670/",
3265 "id": "670"
3266 },
3267 {
3268 "name": "glittering-cave",
3269 "url": "https://pokedex.mimo.dev/api/location/671/",
3270 "id": "671"
3271 },
3272 {
3273 "name": "connecting-cave",
3274 "url": "https://pokedex.mimo.dev/api/location/672/",
3275 "id": "672"
3276 },
3277 {
3278 "name": "zubat-roost",
3279 "url": "https://pokedex.mimo.dev/api/location/673/",
3280 "id": "673"
3281 },
3282 {
3283 "name": "kalos-power-plant",
3284 "url": "https://pokedex.mimo.dev/api/location/674/",
3285 "id": "674"
3286 },
3287 {
3288 "name": "team-flare-secret-hq",
3289 "url": "https://pokedex.mimo.dev/api/location/675/",
3290 "id": "675"
3291 },
3292 {
3293 "name": "terminus-cave",
3294 "url": "https://pokedex.mimo.dev/api/location/676/",
3295 "id": "676"
3296 },
3297 {
3298 "name": "lost-hotel",
3299 "url": "https://pokedex.mimo.dev/api/location/677/",
3300 "id": "677"
3301 },
3302 {
3303 "name": "chamber-of-emptiness",
3304 "url": "https://pokedex.mimo.dev/api/location/678/",
3305 "id": "678"
3306 },
3307 {
3308 "name": "sea-spirits-den",
3309 "url": "https://pokedex.mimo.dev/api/location/679/",
3310 "id": "679"
3311 },
3312 {
3313 "name": "friend-safari",
3314 "url": "https://pokedex.mimo.dev/api/location/680/",
3315 "id": "680"
3316 },
3317 {
3318 "name": "blazing-chamber",
3319 "url": "https://pokedex.mimo.dev/api/location/681/",
3320 "id": "681"
3321 },
3322 {
3323 "name": "flood-chamber",
3324 "url": "https://pokedex.mimo.dev/api/location/682/",
3325 "id": "682"
3326 },
3327 {
3328 "name": "ironworks-chamber",
3329 "url": "https://pokedex.mimo.dev/api/location/683/",
3330 "id": "683"
3331 },
3332 {
3333 "name": "dragonmark-chamber",
3334 "url": "https://pokedex.mimo.dev/api/location/684/",
3335 "id": "684"
3336 },
3337 {
3338 "name": "radiant-chamber",
3339 "url": "https://pokedex.mimo.dev/api/location/685/",
3340 "id": "685"
3341 },
3342 {
3343 "name": "pokemon-league-gate",
3344 "url": "https://pokedex.mimo.dev/api/location/686/",
3345 "id": "686"
3346 },
3347 {
3348 "name": "lumiose-station",
3349 "url": "https://pokedex.mimo.dev/api/location/687/",
3350 "id": "687"
3351 },
3352 {
3353 "name": "kiloude-station",
3354 "url": "https://pokedex.mimo.dev/api/location/688/",
3355 "id": "688"
3356 },
3357 {
3358 "name": "ambrette-aquarium",
3359 "url": "https://pokedex.mimo.dev/api/location/689/",
3360 "id": "689"
3361 },
3362 {
3363 "name": "unknown-dungeon",
3364 "url": "https://pokedex.mimo.dev/api/location/690/",
3365 "id": "690"
3366 },
3367 {
3368 "name": "hoenn-pokemon-league",
3369 "url": "https://pokedex.mimo.dev/api/location/691/",
3370 "id": "691"
3371 },
3372 {
3373 "name": "team-aqua-hideout",
3374 "url": "https://pokedex.mimo.dev/api/location/692/",
3375 "id": "692"
3376 },
3377 {
3378 "name": "sea-mauville",
3379 "url": "https://pokedex.mimo.dev/api/location/693/",
3380 "id": "693"
3381 },
3382 {
3383 "name": "team-magma-hideout",
3384 "url": "https://pokedex.mimo.dev/api/location/694/",
3385 "id": "694"
3386 },
3387 {
3388 "name": "battle-resort",
3389 "url": "https://pokedex.mimo.dev/api/location/695/",
3390 "id": "695"
3391 },
3392 {
3393 "name": "ss-tidal",
3394 "url": "https://pokedex.mimo.dev/api/location/696/",
3395 "id": "696"
3396 },
3397 {
3398 "name": "mirage-forest",
3399 "url": "https://pokedex.mimo.dev/api/location/697/",
3400 "id": "697"
3401 },
3402 {
3403 "name": "mirage-cave",
3404 "url": "https://pokedex.mimo.dev/api/location/698/",
3405 "id": "698"
3406 },
3407 {
3408 "name": "mirage-mountain",
3409 "url": "https://pokedex.mimo.dev/api/location/699/",
3410 "id": "699"
3411 },
3412 {
3413 "name": "trackless-forest",
3414 "url": "https://pokedex.mimo.dev/api/location/700/",
3415 "id": "700"
3416 },
3417 {
3418 "name": "pathless-plain",
3419 "url": "https://pokedex.mimo.dev/api/location/701/",
3420 "id": "701"
3421 },
3422 {
3423 "name": "nameless-cavern",
3424 "url": "https://pokedex.mimo.dev/api/location/702/",
3425 "id": "702"
3426 },
3427 {
3428 "name": "fabled-cave",
3429 "url": "https://pokedex.mimo.dev/api/location/703/",
3430 "id": "703"
3431 },
3432 {
3433 "name": "gnarled-den",
3434 "url": "https://pokedex.mimo.dev/api/location/704/",
3435 "id": "704"
3436 },
3437 {
3438 "name": "crescent-isle",
3439 "url": "https://pokedex.mimo.dev/api/location/705/",
3440 "id": "705"
3441 },
3442 {
3443 "name": "secret-islet",
3444 "url": "https://pokedex.mimo.dev/api/location/706/",
3445 "id": "706"
3446 },
3447 {
3448 "name": "soaring-in-the-sky",
3449 "url": "https://pokedex.mimo.dev/api/location/707/",
3450 "id": "707"
3451 },
3452 {
3453 "name": "secret-shore",
3454 "url": "https://pokedex.mimo.dev/api/location/708/",
3455 "id": "708"
3456 },
3457 {
3458 "name": "secret-meadow",
3459 "url": "https://pokedex.mimo.dev/api/location/709/",
3460 "id": "709"
3461 },
3462 {
3463 "name": "alola-route-1--hauoli-outskirts",
3464 "url": "https://pokedex.mimo.dev/api/location/710/",
3465 "id": "710"
3466 },
3467 {
3468 "name": "alola-route-1",
3469 "url": "https://pokedex.mimo.dev/api/location/711/",
3470 "id": "711"
3471 },
3472 {
3473 "name": "alola-route-3",
3474 "url": "https://pokedex.mimo.dev/api/location/712/",
3475 "id": "712"
3476 },
3477 {
3478 "name": "alola-route-2",
3479 "url": "https://pokedex.mimo.dev/api/location/713/",
3480 "id": "713"
3481 },
3482 {
3483 "name": "kalae-bay",
3484 "url": "https://pokedex.mimo.dev/api/location/714/",
3485 "id": "714"
3486 },
3487 {
3488 "name": "melemele-sea",
3489 "url": "https://pokedex.mimo.dev/api/location/715/",
3490 "id": "715"
3491 },
3492 {
3493 "name": "hauoli-city--beachfront",
3494 "url": "https://pokedex.mimo.dev/api/location/716/",
3495 "id": "716"
3496 },
3497 {
3498 "name": "hauoli-city--shopping-district",
3499 "url": "https://pokedex.mimo.dev/api/location/717/",
3500 "id": "717"
3501 },
3502 {
3503 "name": "hauoli-city--marina",
3504 "url": "https://pokedex.mimo.dev/api/location/718/",
3505 "id": "718"
3506 },
3507 {
3508 "name": "iki-town",
3509 "url": "https://pokedex.mimo.dev/api/location/719/",
3510 "id": "719"
3511 },
3512 {
3513 "name": "mahalo-trail",
3514 "url": "https://pokedex.mimo.dev/api/location/720/",
3515 "id": "720"
3516 },
3517 {
3518 "name": "mahalo-trail--plank-bridge",
3519 "url": "https://pokedex.mimo.dev/api/location/721/",
3520 "id": "721"
3521 },
3522 {
3523 "name": "ruins-of-conflict",
3524 "url": "https://pokedex.mimo.dev/api/location/722/",
3525 "id": "722"
3526 },
3527 {
3528 "name": "ten-carat-hill",
3529 "url": "https://pokedex.mimo.dev/api/location/723/",
3530 "id": "723"
3531 },
3532 {
3533 "name": "ten-carat-hill--farthest-hollow",
3534 "url": "https://pokedex.mimo.dev/api/location/724/",
3535 "id": "724"
3536 },
3537 {
3538 "name": "hauoli-cemetery",
3539 "url": "https://pokedex.mimo.dev/api/location/725/",
3540 "id": "725"
3541 },
3542 {
3543 "name": "melemele-meadow",
3544 "url": "https://pokedex.mimo.dev/api/location/726/",
3545 "id": "726"
3546 },
3547 {
3548 "name": "seaward-cave",
3549 "url": "https://pokedex.mimo.dev/api/location/727/",
3550 "id": "727"
3551 },
3552 {
3553 "name": "berry-fields",
3554 "url": "https://pokedex.mimo.dev/api/location/728/",
3555 "id": "728"
3556 },
3557 {
3558 "name": "verdant-cavern--trial-site",
3559 "url": "https://pokedex.mimo.dev/api/location/729/",
3560 "id": "729"
3561 },
3562 {
3563 "name": "verdant-cavern--totems-den",
3564 "url": "https://pokedex.mimo.dev/api/location/730/",
3565 "id": "730"
3566 },
3567 {
3568 "name": "alola-route-4",
3569 "url": "https://pokedex.mimo.dev/api/location/731/",
3570 "id": "731"
3571 },
3572 {
3573 "name": "alola-route-5",
3574 "url": "https://pokedex.mimo.dev/api/location/732/",
3575 "id": "732"
3576 },
3577 {
3578 "name": "alola-route-6",
3579 "url": "https://pokedex.mimo.dev/api/location/733/",
3580 "id": "733"
3581 },
3582 {
3583 "name": "alola-route-7",
3584 "url": "https://pokedex.mimo.dev/api/location/734/",
3585 "id": "734"
3586 },
3587 {
3588 "name": "alola-route-8",
3589 "url": "https://pokedex.mimo.dev/api/location/735/",
3590 "id": "735"
3591 },
3592 {
3593 "name": "alola-route-9",
3594 "url": "https://pokedex.mimo.dev/api/location/736/",
3595 "id": "736"
3596 },
3597 {
3598 "name": "hano-grand-resort",
3599 "url": "https://pokedex.mimo.dev/api/location/737/",
3600 "id": "737"
3601 },
3602 {
3603 "name": "hano-beach",
3604 "url": "https://pokedex.mimo.dev/api/location/738/",
3605 "id": "738"
3606 },
3607 {
3608 "name": "akala-meadow",
3609 "url": "https://pokedex.mimo.dev/api/location/739/",
3610 "id": "739"
3611 },
3612 {
3613 "name": "paniola-town",
3614 "url": "https://pokedex.mimo.dev/api/location/740/",
3615 "id": "740"
3616 },
3617 {
3618 "name": "heahea-city",
3619 "url": "https://pokedex.mimo.dev/api/location/741/",
3620 "id": "741"
3621 },
3622 {
3623 "name": "konikoni-city",
3624 "url": "https://pokedex.mimo.dev/api/location/742/",
3625 "id": "742"
3626 },
3627 {
3628 "name": "royal-avenue",
3629 "url": "https://pokedex.mimo.dev/api/location/743/",
3630 "id": "743"
3631 },
3632 {
3633 "name": "memorial-hill",
3634 "url": "https://pokedex.mimo.dev/api/location/744/",
3635 "id": "744"
3636 },
3637 {
3638 "name": "paniola-ranch",
3639 "url": "https://pokedex.mimo.dev/api/location/745/",
3640 "id": "745"
3641 },
3642 {
3643 "name": "wela-volcano-park",
3644 "url": "https://pokedex.mimo.dev/api/location/746/",
3645 "id": "746"
3646 },
3647 {
3648 "name": "wela-volcano-park--totems-den",
3649 "url": "https://pokedex.mimo.dev/api/location/747/",
3650 "id": "747"
3651 },
3652 {
3653 "name": "brooklet-hill",
3654 "url": "https://pokedex.mimo.dev/api/location/748/",
3655 "id": "748"
3656 },
3657 {
3658 "name": "brooklet-hill--totems-den",
3659 "url": "https://pokedex.mimo.dev/api/location/749/",
3660 "id": "749"
3661 },
3662 {
3663 "name": "lush-jungle",
3664 "url": "https://pokedex.mimo.dev/api/location/750/",
3665 "id": "750"
3666 },
3667 {
3668 "name": "ruins-of-life",
3669 "url": "https://pokedex.mimo.dev/api/location/751/",
3670 "id": "751"
3671 },
3672 {
3673 "name": "akala-outskirts",
3674 "url": "https://pokedex.mimo.dev/api/location/752/",
3675 "id": "752"
3676 },
3677 {
3678 "name": "digletts-tunnel",
3679 "url": "https://pokedex.mimo.dev/api/location/753/",
3680 "id": "753"
3681 },
3682 {
3683 "name": "battle-royal-dome",
3684 "url": "https://pokedex.mimo.dev/api/location/754/",
3685 "id": "754"
3686 },
3687 {
3688 "name": "alola-route-10",
3689 "url": "https://pokedex.mimo.dev/api/location/755/",
3690 "id": "755"
3691 },
3692 {
3693 "name": "alola-route-11",
3694 "url": "https://pokedex.mimo.dev/api/location/756/",
3695 "id": "756"
3696 },
3697 {
3698 "name": "secluded-shore",
3699 "url": "https://pokedex.mimo.dev/api/location/757/",
3700 "id": "757"
3701 },
3702 {
3703 "name": "alola-route-13",
3704 "url": "https://pokedex.mimo.dev/api/location/758/",
3705 "id": "758"
3706 },
3707 {
3708 "name": "tapu-village",
3709 "url": "https://pokedex.mimo.dev/api/location/759/",
3710 "id": "759"
3711 },
3712 {
3713 "name": "alola-route-15",
3714 "url": "https://pokedex.mimo.dev/api/location/760/",
3715 "id": "760"
3716 },
3717 {
3718 "name": "alola-route-16",
3719 "url": "https://pokedex.mimo.dev/api/location/761/",
3720 "id": "761"
3721 },
3722 {
3723 "name": "alola-route-17",
3724 "url": "https://pokedex.mimo.dev/api/location/762/",
3725 "id": "762"
3726 },
3727 {
3728 "name": "alola-route-12",
3729 "url": "https://pokedex.mimo.dev/api/location/763/",
3730 "id": "763"
3731 },
3732 {
3733 "name": "haina-desert",
3734 "url": "https://pokedex.mimo.dev/api/location/764/",
3735 "id": "764"
3736 },
3737 {
3738 "name": "alola-route-14",
3739 "url": "https://pokedex.mimo.dev/api/location/765/",
3740 "id": "765"
3741 },
3742 {
3743 "name": "ulaula-meadow",
3744 "url": "https://pokedex.mimo.dev/api/location/766/",
3745 "id": "766"
3746 },
3747 {
3748 "name": "po-town",
3749 "url": "https://pokedex.mimo.dev/api/location/767/",
3750 "id": "767"
3751 },
3752 {
3753 "name": "malie-city",
3754 "url": "https://pokedex.mimo.dev/api/location/768/",
3755 "id": "768"
3756 },
3757 {
3758 "name": "malie-garden",
3759 "url": "https://pokedex.mimo.dev/api/location/769/",
3760 "id": "769"
3761 },
3762 {
3763 "name": "mount-hokulani",
3764 "url": "https://pokedex.mimo.dev/api/location/770/",
3765 "id": "770"
3766 },
3767 {
3768 "name": "blush-mountain",
3769 "url": "https://pokedex.mimo.dev/api/location/771/",
3770 "id": "771"
3771 },
3772 {
3773 "name": "ruins-of-abundance",
3774 "url": "https://pokedex.mimo.dev/api/location/772/",
3775 "id": "772"
3776 },
3777 {
3778 "name": "lake-of-the-sunne",
3779 "url": "https://pokedex.mimo.dev/api/location/773/",
3780 "id": "773"
3781 },
3782 {
3783 "name": "lake-of-the-moone",
3784 "url": "https://pokedex.mimo.dev/api/location/774/",
3785 "id": "774"
3786 },
3787 {
3788 "name": "mount-lanakila",
3789 "url": "https://pokedex.mimo.dev/api/location/775/",
3790 "id": "775"
3791 },
3792 {
3793 "name": "shady-house",
3794 "url": "https://pokedex.mimo.dev/api/location/776/",
3795 "id": "776"
3796 },
3797 {
3798 "name": "thrifty-megamart--abandoned-site",
3799 "url": "https://pokedex.mimo.dev/api/location/777/",
3800 "id": "777"
3801 },
3802 {
3803 "name": "hokulani-observatory",
3804 "url": "https://pokedex.mimo.dev/api/location/778/",
3805 "id": "778"
3806 },
3807 {
3808 "name": "alola-pokemon-league",
3809 "url": "https://pokedex.mimo.dev/api/location/779/",
3810 "id": "779"
3811 },
3812 {
3813 "name": "poni-meadow",
3814 "url": "https://pokedex.mimo.dev/api/location/780/",
3815 "id": "780"
3816 },
3817 {
3818 "name": "poni-wilds",
3819 "url": "https://pokedex.mimo.dev/api/location/781/",
3820 "id": "781"
3821 },
3822 {
3823 "name": "ancient-poni-path",
3824 "url": "https://pokedex.mimo.dev/api/location/782/",
3825 "id": "782"
3826 },
3827 {
3828 "name": "poni-breaker-coast",
3829 "url": "https://pokedex.mimo.dev/api/location/783/",
3830 "id": "783"
3831 },
3832 {
3833 "name": "poni-grove",
3834 "url": "https://pokedex.mimo.dev/api/location/784/",
3835 "id": "784"
3836 },
3837 {
3838 "name": "poni-plains",
3839 "url": "https://pokedex.mimo.dev/api/location/785/",
3840 "id": "785"
3841 },
3842 {
3843 "name": "poni-coast",
3844 "url": "https://pokedex.mimo.dev/api/location/786/",
3845 "id": "786"
3846 },
3847 {
3848 "name": "poni-gauntlet",
3849 "url": "https://pokedex.mimo.dev/api/location/787/",
3850 "id": "787"
3851 },
3852 {
3853 "name": "seafolk-village",
3854 "url": "https://pokedex.mimo.dev/api/location/788/",
3855 "id": "788"
3856 },
3857 {
3858 "name": "vast-poni-canyon",
3859 "url": "https://pokedex.mimo.dev/api/location/789/",
3860 "id": "789"
3861 },
3862 {
3863 "name": "altar-of-the-sunne",
3864 "url": "https://pokedex.mimo.dev/api/location/790/",
3865 "id": "790"
3866 },
3867 {
3868 "name": "altar-of-the-moone",
3869 "url": "https://pokedex.mimo.dev/api/location/791/",
3870 "id": "791"
3871 },
3872 {
3873 "name": "ruins-of-hope",
3874 "url": "https://pokedex.mimo.dev/api/location/792/",
3875 "id": "792"
3876 },
3877 {
3878 "name": "resolution-cave",
3879 "url": "https://pokedex.mimo.dev/api/location/793/",
3880 "id": "793"
3881 },
3882 {
3883 "name": "exeggutor-island",
3884 "url": "https://pokedex.mimo.dev/api/location/794/",
3885 "id": "794"
3886 },
3887 {
3888 "name": "battle-tree",
3889 "url": "https://pokedex.mimo.dev/api/location/795/",
3890 "id": "795"
3891 },
3892 {
3893 "name": "aether-paradise",
3894 "url": "https://pokedex.mimo.dev/api/location/796/",
3895 "id": "796"
3896 },
3897 {
3898 "name": "ultra-space",
3899 "url": "https://pokedex.mimo.dev/api/location/797/",
3900 "id": "797"
3901 },
3902 {
3903 "name": "malie-city--outer-cape",
3904 "url": "https://pokedex.mimo.dev/api/location/798/",
3905 "id": "798"
3906 },
3907 {
3908 "name": "roaming-kanto",
3909 "url": "https://pokedex.mimo.dev/api/location/799/",
3910 "id": "799"
3911 },
3912 {
3913 "name": "roaming-johto",
3914 "url": "https://pokedex.mimo.dev/api/location/800/",
3915 "id": "800"
3916 },
3917 {
3918 "name": "roaming-hoenn",
3919 "url": "https://pokedex.mimo.dev/api/location/801/",
3920 "id": "801"
3921 },
3922 {
3923 "name": "roaming-sinnoh",
3924 "url": "https://pokedex.mimo.dev/api/location/802/",
3925 "id": "802"
3926 },
3927 {
3928 "name": "terra-cave",
3929 "url": "https://pokedex.mimo.dev/api/location/803/",
3930 "id": "803"
3931 },
3932 {
3933 "name": "marine-cave",
3934 "url": "https://pokedex.mimo.dev/api/location/804/",
3935 "id": "804"
3936 },
3937 {
3938 "name": "two-island",
3939 "url": "https://pokedex.mimo.dev/api/location/805/",
3940 "id": "805"
3941 },
3942 {
3943 "name": "three-island",
3944 "url": "https://pokedex.mimo.dev/api/location/806/",
3945 "id": "806"
3946 },
3947 {
3948 "name": "three-isle-path",
3949 "url": "https://pokedex.mimo.dev/api/location/807/",
3950 "id": "807"
3951 },
3952 {
3953 "name": "six-island",
3954 "url": "https://pokedex.mimo.dev/api/location/808/",
3955 "id": "808"
3956 },
3957 {
3958 "name": "seven-island",
3959 "url": "https://pokedex.mimo.dev/api/location/809/",
3960 "id": "809"
3961 },
3962 {
3963 "name": "birth-island",
3964 "url": "https://pokedex.mimo.dev/api/location/810/",
3965 "id": "810"
3966 },
3967 {
3968 "name": "navel-rock",
3969 "url": "https://pokedex.mimo.dev/api/location/811/",
3970 "id": "811"
3971 },
3972 {
3973 "name": "faraway-island",
3974 "url": "https://pokedex.mimo.dev/api/location/812/",
3975 "id": "812"
3976 },
3977 {
3978 "name": "hoenn-battle-frontier",
3979 "url": "https://pokedex.mimo.dev/api/location/813/",
3980 "id": "813"
3981 },
3982 {
3983 "name": "johto-safari-zone",
3984 "url": "https://pokedex.mimo.dev/api/location/814/",
3985 "id": "814"
3986 },
3987 {
3988 "name": "cabo-poco",
3989 "url": "https://pokedex.mimo.dev/api/location/815/",
3990 "id": "815"
3991 },
3992 {
3993 "name": "los-platos",
3994 "url": "https://pokedex.mimo.dev/api/location/816/",
3995 "id": "816"
3996 },
3997 {
3998 "name": "mesagoza",
3999 "url": "https://pokedex.mimo.dev/api/location/817/",
4000 "id": "817"
4001 },
4002 {
4003 "name": "cortondo",
4004 "url": "https://pokedex.mimo.dev/api/location/818/",
4005 "id": "818"
4006 },
4007 {
4008 "name": "alfornada",
4009 "url": "https://pokedex.mimo.dev/api/location/819/",
4010 "id": "819"
4011 },
4012 {
4013 "name": "pokemon-league",
4014 "url": "https://pokedex.mimo.dev/api/location/820/",
4015 "id": "820"
4016 },
4017 {
4018 "name": "artazon",
4019 "url": "https://pokedex.mimo.dev/api/location/821/",
4020 "id": "821"
4021 },
4022 {
4023 "name": "levincia",
4024 "url": "https://pokedex.mimo.dev/api/location/822/",
4025 "id": "822"
4026 },
4027 {
4028 "name": "zapapico",
4029 "url": "https://pokedex.mimo.dev/api/location/823/",
4030 "id": "823"
4031 },
4032 {
4033 "name": "cascarrafa",
4034 "url": "https://pokedex.mimo.dev/api/location/824/",
4035 "id": "824"
4036 },
4037 {
4038 "name": "porto-marinada",
4039 "url": "https://pokedex.mimo.dev/api/location/825/",
4040 "id": "825"
4041 },
4042 {
4043 "name": "medali",
4044 "url": "https://pokedex.mimo.dev/api/location/826/",
4045 "id": "826"
4046 },
4047 {
4048 "name": "montenevera",
4049 "url": "https://pokedex.mimo.dev/api/location/827/",
4050 "id": "827"
4051 },
4052 {
4053 "name": "paldea-south-province-area-one",
4054 "url": "https://pokedex.mimo.dev/api/location/828/",
4055 "id": "828"
4056 },
4057 {
4058 "name": "paldea-south-province-area-two",
4059 "url": "https://pokedex.mimo.dev/api/location/829/",
4060 "id": "829"
4061 },
4062 {
4063 "name": "paldea-south-province-area-three",
4064 "url": "https://pokedex.mimo.dev/api/location/830/",
4065 "id": "830"
4066 },
4067 {
4068 "name": "paldea-south-province-area-four",
4069 "url": "https://pokedex.mimo.dev/api/location/831/",
4070 "id": "831"
4071 },
4072 {
4073 "name": "paldea-south-province-area-five",
4074 "url": "https://pokedex.mimo.dev/api/location/832/",
4075 "id": "832"
4076 },
4077 {
4078 "name": "paldea-south-province-area-six",
4079 "url": "https://pokedex.mimo.dev/api/location/833/",
4080 "id": "833"
4081 },
4082 {
4083 "name": "south-paldean-sea",
4084 "url": "https://pokedex.mimo.dev/api/location/834/",
4085 "id": "834"
4086 },
4087 {
4088 "name": "poco-path",
4089 "url": "https://pokedex.mimo.dev/api/location/835/",
4090 "id": "835"
4091 },
4092 {
4093 "name": "inlet-grotto",
4094 "url": "https://pokedex.mimo.dev/api/location/836/",
4095 "id": "836"
4096 },
4097 {
4098 "name": "naranja-academy/uva-academy",
4099 "url": "https://pokedex.mimo.dev/api/location/837/",
4100 "id": "837"
4101 },
4102 {
4103 "name": "alfornada-cavern",
4104 "url": "https://pokedex.mimo.dev/api/location/838/",
4105 "id": "838"
4106 },
4107 {
4108 "name": "grasswither-shrine",
4109 "url": "https://pokedex.mimo.dev/api/location/839/",
4110 "id": "839"
4111 },
4112 {
4113 "name": "paldea-east-province-area-one",
4114 "url": "https://pokedex.mimo.dev/api/location/840/",
4115 "id": "840"
4116 },
4117 {
4118 "name": "paldea-east-province-area-two",
4119 "url": "https://pokedex.mimo.dev/api/location/841/",
4120 "id": "841"
4121 },
4122 {
4123 "name": "paldea-east-province-area-three",
4124 "url": "https://pokedex.mimo.dev/api/location/842/",
4125 "id": "842"
4126 },
4127 {
4128 "name": "east-paldean-sea",
4129 "url": "https://pokedex.mimo.dev/api/location/843/",
4130 "id": "843"
4131 },
4132 {
4133 "name": "tagtree-thicket",
4134 "url": "https://pokedex.mimo.dev/api/location/844/",
4135 "id": "844"
4136 },
4137 {
4138 "name": "schedar-squads-base",
4139 "url": "https://pokedex.mimo.dev/api/location/845/",
4140 "id": "845"
4141 },
4142 {
4143 "name": "navi-squads-base",
4144 "url": "https://pokedex.mimo.dev/api/location/846/",
4145 "id": "846"
4146 },
4147 {
4148 "name": "paldea-west-province-area-one",
4149 "url": "https://pokedex.mimo.dev/api/location/847/",
4150 "id": "847"
4151 },
4152 {
4153 "name": "paldea-west-province-area-two",
4154 "url": "https://pokedex.mimo.dev/api/location/848/",
4155 "id": "848"
4156 },
4157 {
4158 "name": "paldea-west-province-area-three",
4159 "url": "https://pokedex.mimo.dev/api/location/849/",
4160 "id": "849"
4161 },
4162 {
4163 "name": "asado-desert",
4164 "url": "https://pokedex.mimo.dev/api/location/850/",
4165 "id": "850"
4166 },
4167 {
4168 "name": "west-paldean-sea",
4169 "url": "https://pokedex.mimo.dev/api/location/851/",
4170 "id": "851"
4171 },
4172 {
4173 "name": "segin-squads-base",
4174 "url": "https://pokedex.mimo.dev/api/location/852/",
4175 "id": "852"
4176 },
4177 {
4178 "name": "icerend-shrine",
4179 "url": "https://pokedex.mimo.dev/api/location/853/",
4180 "id": "853"
4181 },
4182 {
4183 "name": "paldea-north-province-area-one",
4184 "url": "https://pokedex.mimo.dev/api/location/854/",
4185 "id": "854"
4186 },
4187 {
4188 "name": "paldea-north-province-area-two",
4189 "url": "https://pokedex.mimo.dev/api/location/855/",
4190 "id": "855"
4191 },
4192 {
4193 "name": "paldea-north-province-area-three",
4194 "url": "https://pokedex.mimo.dev/api/location/856/",
4195 "id": "856"
4196 },
4197 {
4198 "name": "casseroya-lake",
4199 "url": "https://pokedex.mimo.dev/api/location/857/",
4200 "id": "857"
4201 },
4202 {
4203 "name": "dalizapa-passage",
4204 "url": "https://pokedex.mimo.dev/api/location/858/",
4205 "id": "858"
4206 },
4207 {
4208 "name": "glaseado-mountain",
4209 "url": "https://pokedex.mimo.dev/api/location/859/",
4210 "id": "859"
4211 },
4212 {
4213 "name": "socarrat-trail",
4214 "url": "https://pokedex.mimo.dev/api/location/860/",
4215 "id": "860"
4216 },
4217 {
4218 "name": "groundblight-shrine",
4219 "url": "https://pokedex.mimo.dev/api/location/861/",
4220 "id": "861"
4221 },
4222 {
4223 "name": "firescourge-shrine",
4224 "url": "https://pokedex.mimo.dev/api/location/862/",
4225 "id": "862"
4226 },
4227 {
4228 "name": "north-paldean-sea",
4229 "url": "https://pokedex.mimo.dev/api/location/863/",
4230 "id": "863"
4231 },
4232 {
4233 "name": "ruchbah-squads-base",
4234 "url": "https://pokedex.mimo.dev/api/location/864/",
4235 "id": "864"
4236 },
4237 {
4238 "name": "caph-squads-base",
4239 "url": "https://pokedex.mimo.dev/api/location/865/",
4240 "id": "865"
4241 },
4242 {
4243 "name": "area-zero",
4244 "url": "https://pokedex.mimo.dev/api/location/866/",
4245 "id": "866"
4246 },
4247 {
4248 "name": "zero-lab",
4249 "url": "https://pokedex.mimo.dev/api/location/867/",
4250 "id": "867"
4251 },
4252 {
4253 "name": "galar-route-1",
4254 "url": "https://pokedex.mimo.dev/api/location/868/",
4255 "id": "868"
4256 },
4257 {
4258 "name": "galar-route-2",
4259 "url": "https://pokedex.mimo.dev/api/location/869/",
4260 "id": "869"
4261 },
4262 {
4263 "name": "galar-route-3",
4264 "url": "https://pokedex.mimo.dev/api/location/870/",
4265 "id": "870"
4266 },
4267 {
4268 "name": "galar-route-4",
4269 "url": "https://pokedex.mimo.dev/api/location/871/",
4270 "id": "871"
4271 },
4272 {
4273 "name": "galar-route-5",
4274 "url": "https://pokedex.mimo.dev/api/location/872/",
4275 "id": "872"
4276 },
4277 {
4278 "name": "galar-route-6",
4279 "url": "https://pokedex.mimo.dev/api/location/873/",
4280 "id": "873"
4281 },
4282 {
4283 "name": "galar-route-7",
4284 "url": "https://pokedex.mimo.dev/api/location/874/",
4285 "id": "874"
4286 },
4287 {
4288 "name": "galar-route-8",
4289 "url": "https://pokedex.mimo.dev/api/location/875/",
4290 "id": "875"
4291 },
4292 {
4293 "name": "galar-route-9",
4294 "url": "https://pokedex.mimo.dev/api/location/876/",
4295 "id": "876"
4296 },
4297 {
4298 "name": "galar-route-10",
4299 "url": "https://pokedex.mimo.dev/api/location/877/",
4300 "id": "877"
4301 },
4302 {
4303 "name": "axews-eye",
4304 "url": "https://pokedex.mimo.dev/api/location/878/",
4305 "id": "878"
4306 },
4307 {
4308 "name": "ballimere-lake",
4309 "url": "https://pokedex.mimo.dev/api/location/879/",
4310 "id": "879"
4311 },
4312 {
4313 "name": "ballonlea",
4314 "url": "https://pokedex.mimo.dev/api/location/880/",
4315 "id": "880"
4316 },
4317 {
4318 "name": "battle-tower",
4319 "url": "https://pokedex.mimo.dev/api/location/881/",
4320 "id": "881"
4321 },
4322 {
4323 "name": "brawlers-cave",
4324 "url": "https://pokedex.mimo.dev/api/location/882/",
4325 "id": "882"
4326 },
4327 {
4328 "name": "bridge-field",
4329 "url": "https://pokedex.mimo.dev/api/location/883/",
4330 "id": "883"
4331 },
4332 {
4333 "name": "challenge-beach",
4334 "url": "https://pokedex.mimo.dev/api/location/884/",
4335 "id": "884"
4336 },
4337 {
4338 "name": "challenge-road",
4339 "url": "https://pokedex.mimo.dev/api/location/885/",
4340 "id": "885"
4341 },
4342 {
4343 "name": "circhester",
4344 "url": "https://pokedex.mimo.dev/api/location/886/",
4345 "id": "886"
4346 },
4347 {
4348 "name": "courageous-cavern",
4349 "url": "https://pokedex.mimo.dev/api/location/887/",
4350 "id": "887"
4351 },
4352 {
4353 "name": "crown-shrine",
4354 "url": "https://pokedex.mimo.dev/api/location/888/",
4355 "id": "888"
4356 },
4357 {
4358 "name": "dappled-grove",
4359 "url": "https://pokedex.mimo.dev/api/location/889/",
4360 "id": "889"
4361 },
4362 {
4363 "name": "dusty-bowl",
4364 "url": "https://pokedex.mimo.dev/api/location/890/",
4365 "id": "890"
4366 },
4367 {
4368 "name": "dyna-tree-hill",
4369 "url": "https://pokedex.mimo.dev/api/location/891/",
4370 "id": "891"
4371 },
4372 {
4373 "name": "east-lake-axewell",
4374 "url": "https://pokedex.mimo.dev/api/location/892/",
4375 "id": "892"
4376 },
4377 {
4378 "name": "fields-of-honor",
4379 "url": "https://pokedex.mimo.dev/api/location/893/",
4380 "id": "893"
4381 },
4382 {
4383 "name": "forest-of-focus",
4384 "url": "https://pokedex.mimo.dev/api/location/894/",
4385 "id": "894"
4386 },
4387 {
4388 "name": "freezington",
4389 "url": "https://pokedex.mimo.dev/api/location/895/",
4390 "id": "895"
4391 },
4392 {
4393 "name": "frigid-sea",
4394 "url": "https://pokedex.mimo.dev/api/location/896/",
4395 "id": "896"
4396 },
4397 {
4398 "name": "frostpoint-field",
4399 "url": "https://pokedex.mimo.dev/api/location/897/",
4400 "id": "897"
4401 },
4402 {
4403 "name": "galar-mine",
4404 "url": "https://pokedex.mimo.dev/api/location/898/",
4405 "id": "898"
4406 },
4407 {
4408 "name": "galar-mine-no-2",
4409 "url": "https://pokedex.mimo.dev/api/location/899/",
4410 "id": "899"
4411 },
4412 {
4413 "name": "giants-bed",
4414 "url": "https://pokedex.mimo.dev/api/location/900/",
4415 "id": "900"
4416 },
4417 {
4418 "name": "giants-foot",
4419 "url": "https://pokedex.mimo.dev/api/location/901/",
4420 "id": "901"
4421 },
4422 {
4423 "name": "giants-mirror",
4424 "url": "https://pokedex.mimo.dev/api/location/902/",
4425 "id": "902"
4426 },
4427 {
4428 "name": "giants-seat",
4429 "url": "https://pokedex.mimo.dev/api/location/903/",
4430 "id": "903"
4431 },
4432 {
4433 "name": "glimwood-tangle",
4434 "url": "https://pokedex.mimo.dev/api/location/904/",
4435 "id": "904"
4436 },
4437 {
4438 "name": "hammerlocke",
4439 "url": "https://pokedex.mimo.dev/api/location/905/",
4440 "id": "905"
4441 },
4442 {
4443 "name": "hammerlocke-hills",
4444 "url": "https://pokedex.mimo.dev/api/location/906/",
4445 "id": "906"
4446 },
4447 {
4448 "name": "honeycalm-island",
4449 "url": "https://pokedex.mimo.dev/api/location/907/",
4450 "id": "907"
4451 },
4452 {
4453 "name": "honeycalm-sea",
4454 "url": "https://pokedex.mimo.dev/api/location/908/",
4455 "id": "908"
4456 },
4457 {
4458 "name": "hulbury",
4459 "url": "https://pokedex.mimo.dev/api/location/909/",
4460 "id": "909"
4461 },
4462 {
4463 "name": "galar-iceberg-ruins",
4464 "url": "https://pokedex.mimo.dev/api/location/910/",
4465 "id": "910"
4466 },
4467 {
4468 "name": "insular-sea",
4469 "url": "https://pokedex.mimo.dev/api/location/911/",
4470 "id": "911"
4471 },
4472 {
4473 "name": "galar-iron-ruins",
4474 "url": "https://pokedex.mimo.dev/api/location/912/",
4475 "id": "912"
4476 },
4477 {
4478 "name": "lake-of-outrage",
4479 "url": "https://pokedex.mimo.dev/api/location/913/",
4480 "id": "913"
4481 },
4482 {
4483 "name": "lakeside-cave",
4484 "url": "https://pokedex.mimo.dev/api/location/914/",
4485 "id": "914"
4486 },
4487 {
4488 "name": "loop-lagoon",
4489 "url": "https://pokedex.mimo.dev/api/location/915/",
4490 "id": "915"
4491 },
4492 {
4493 "name": "master-dojo",
4494 "url": "https://pokedex.mimo.dev/api/location/916/",
4495 "id": "916"
4496 },
4497 {
4498 "name": "max-lair",
4499 "url": "https://pokedex.mimo.dev/api/location/917/",
4500 "id": "917"
4501 },
4502 {
4503 "name": "motostoke",
4504 "url": "https://pokedex.mimo.dev/api/location/918/",
4505 "id": "918"
4506 },
4507 {
4508 "name": "motostoke-outskirts",
4509 "url": "https://pokedex.mimo.dev/api/location/919/",
4510 "id": "919"
4511 },
4512 {
4513 "name": "motostoke-riverbank",
4514 "url": "https://pokedex.mimo.dev/api/location/920/",
4515 "id": "920"
4516 },
4517 {
4518 "name": "north-lake-miloch",
4519 "url": "https://pokedex.mimo.dev/api/location/921/",
4520 "id": "921"
4521 },
4522 {
4523 "name": "old-cemetary",
4524 "url": "https://pokedex.mimo.dev/api/location/922/",
4525 "id": "922"
4526 },
4527 {
4528 "name": "path-to-the-peak",
4529 "url": "https://pokedex.mimo.dev/api/location/923/",
4530 "id": "923"
4531 },
4532 {
4533 "name": "postwick",
4534 "url": "https://pokedex.mimo.dev/api/location/924/",
4535 "id": "924"
4536 },
4537 {
4538 "name": "potbottom-desert",
4539 "url": "https://pokedex.mimo.dev/api/location/925/",
4540 "id": "925"
4541 },
4542 {
4543 "name": "roaring-sea-caves",
4544 "url": "https://pokedex.mimo.dev/api/location/926/",
4545 "id": "926"
4546 },
4547 {
4548 "name": "galar-rock-peak-ruins",
4549 "url": "https://pokedex.mimo.dev/api/location/927/",
4550 "id": "927"
4551 },
4552 {
4553 "name": "rolling-fields",
4554 "url": "https://pokedex.mimo.dev/api/location/928/",
4555 "id": "928"
4556 },
4557 {
4558 "name": "slippery-slope",
4559 "url": "https://pokedex.mimo.dev/api/location/929/",
4560 "id": "929"
4561 },
4562 {
4563 "name": "slumbering-weald",
4564 "url": "https://pokedex.mimo.dev/api/location/930/",
4565 "id": "930"
4566 },
4567 {
4568 "name": "snowslide-slope",
4569 "url": "https://pokedex.mimo.dev/api/location/931/",
4570 "id": "931"
4571 },
4572 {
4573 "name": "soothing-wetlands",
4574 "url": "https://pokedex.mimo.dev/api/location/932/",
4575 "id": "932"
4576 },
4577 {
4578 "name": "south-lake-miloch",
4579 "url": "https://pokedex.mimo.dev/api/location/933/",
4580 "id": "933"
4581 },
4582 {
4583 "name": "spikemuth",
4584 "url": "https://pokedex.mimo.dev/api/location/934/",
4585 "id": "934"
4586 },
4587 {
4588 "name": "spike-decision-ruins",
4589 "url": "https://pokedex.mimo.dev/api/location/935/",
4590 "id": "935"
4591 },
4592 {
4593 "name": "steamdrift-way",
4594 "url": "https://pokedex.mimo.dev/api/location/936/",
4595 "id": "936"
4596 },
4597 {
4598 "name": "stepping-stone-sea",
4599 "url": "https://pokedex.mimo.dev/api/location/937/",
4600 "id": "937"
4601 },
4602 {
4603 "name": "stony-wilderness",
4604 "url": "https://pokedex.mimo.dev/api/location/938/",
4605 "id": "938"
4606 },
4607 {
4608 "name": "stow-on-side",
4609 "url": "https://pokedex.mimo.dev/api/location/939/",
4610 "id": "939"
4611 },
4612 {
4613 "name": "three-point-pass",
4614 "url": "https://pokedex.mimo.dev/api/location/940/",
4615 "id": "940"
4616 },
4617 {
4618 "name": "tower-of-darkness",
4619 "url": "https://pokedex.mimo.dev/api/location/941/",
4620 "id": "941"
4621 },
4622 {
4623 "name": "tower-of-waters",
4624 "url": "https://pokedex.mimo.dev/api/location/942/",
4625 "id": "942"
4626 },
4627 {
4628 "name": "training-lowlands",
4629 "url": "https://pokedex.mimo.dev/api/location/943/",
4630 "id": "943"
4631 },
4632 {
4633 "name": "tunnel-to-the-top",
4634 "url": "https://pokedex.mimo.dev/api/location/944/",
4635 "id": "944"
4636 },
4637 {
4638 "name": "turffield",
4639 "url": "https://pokedex.mimo.dev/api/location/945/",
4640 "id": "945"
4641 },
4642 {
4643 "name": "warm-up-tunnel",
4644 "url": "https://pokedex.mimo.dev/api/location/946/",
4645 "id": "946"
4646 },
4647 {
4648 "name": "watchtower-ruins",
4649 "url": "https://pokedex.mimo.dev/api/location/947/",
4650 "id": "947"
4651 },
4652 {
4653 "name": "wedgehurst",
4654 "url": "https://pokedex.mimo.dev/api/location/948/",
4655 "id": "948"
4656 },
4657 {
4658 "name": "west-lake-axewell",
4659 "url": "https://pokedex.mimo.dev/api/location/949/",
4660 "id": "949"
4661 },
4662 {
4663 "name": "workout-sea",
4664 "url": "https://pokedex.mimo.dev/api/location/950/",
4665 "id": "950"
4666 },
4667 {
4668 "name": "wyndon",
4669 "url": "https://pokedex.mimo.dev/api/location/951/",
4670 "id": "951"
4671 },
4672 {
4673 "name": "aipom-hill",
4674 "url": "https://pokedex.mimo.dev/api/location/952/",
4675 "id": "952"
4676 },
4677 {
4678 "name": "ancient-quarry",
4679 "url": "https://pokedex.mimo.dev/api/location/953/",
4680 "id": "953"
4681 },
4682 {
4683 "name": "arenas-approach",
4684 "url": "https://pokedex.mimo.dev/api/location/954/",
4685 "id": "954"
4686 },
4687 {
4688 "name": "aspiration-hill",
4689 "url": "https://pokedex.mimo.dev/api/location/955/",
4690 "id": "955"
4691 },
4692 {
4693 "name": "avalanche-slopes",
4694 "url": "https://pokedex.mimo.dev/api/location/956/",
4695 "id": "956"
4696 },
4697 {
4698 "name": "avaluggs-legacy",
4699 "url": "https://pokedex.mimo.dev/api/location/957/",
4700 "id": "957"
4701 },
4702 {
4703 "name": "bathers-lagoon",
4704 "url": "https://pokedex.mimo.dev/api/location/958/",
4705 "id": "958"
4706 },
4707 {
4708 "name": "bolderoll-ravine",
4709 "url": "https://pokedex.mimo.dev/api/location/959/",
4710 "id": "959"
4711 },
4712 {
4713 "name": "bolderoll-slope",
4714 "url": "https://pokedex.mimo.dev/api/location/960/",
4715 "id": "960"
4716 },
4717 {
4718 "name": "bonechill-wastes",
4719 "url": "https://pokedex.mimo.dev/api/location/961/",
4720 "id": "961"
4721 },
4722 {
4723 "name": "brava-arena",
4724 "url": "https://pokedex.mimo.dev/api/location/962/",
4725 "id": "962"
4726 },
4727 {
4728 "name": "castaway-shore",
4729 "url": "https://pokedex.mimo.dev/api/location/963/",
4730 "id": "963"
4731 },
4732 {
4733 "name": "celestica-ruins",
4734 "url": "https://pokedex.mimo.dev/api/location/964/",
4735 "id": "964"
4736 },
4737 {
4738 "name": "celestica-trail",
4739 "url": "https://pokedex.mimo.dev/api/location/965/",
4740 "id": "965"
4741 },
4742 {
4743 "name": "clamberclaw-cliffs",
4744 "url": "https://pokedex.mimo.dev/api/location/966/",
4745 "id": "966"
4746 },
4747 {
4748 "name": "cloudcap-pass",
4749 "url": "https://pokedex.mimo.dev/api/location/967/",
4750 "id": "967"
4751 },
4752 {
4753 "name": "cloudpool-ridge",
4754 "url": "https://pokedex.mimo.dev/api/location/968/",
4755 "id": "968"
4756 },
4757 {
4758 "name": "coastlands-camp",
4759 "url": "https://pokedex.mimo.dev/api/location/969/",
4760 "id": "969"
4761 },
4762 {
4763 "name": "cottonsedge-prairie",
4764 "url": "https://pokedex.mimo.dev/api/location/970/",
4765 "id": "970"
4766 },
4767 {
4768 "name": "crossing-slope",
4769 "url": "https://pokedex.mimo.dev/api/location/971/",
4770 "id": "971"
4771 },
4772 {
4773 "name": "deadwood-haunt",
4774 "url": "https://pokedex.mimo.dev/api/location/972/",
4775 "id": "972"
4776 },
4777 {
4778 "name": "deertrack-heights",
4779 "url": "https://pokedex.mimo.dev/api/location/973/",
4780 "id": "973"
4781 },
4782 {
4783 "name": "deertrack-path",
4784 "url": "https://pokedex.mimo.dev/api/location/974/",
4785 "id": "974"
4786 },
4787 {
4788 "name": "diamond-heath",
4789 "url": "https://pokedex.mimo.dev/api/location/975/",
4790 "id": "975"
4791 },
4792 {
4793 "name": "diamond-settlement",
4794 "url": "https://pokedex.mimo.dev/api/location/976/",
4795 "id": "976"
4796 },
4797 {
4798 "name": "droning-meadow",
4799 "url": "https://pokedex.mimo.dev/api/location/977/",
4800 "id": "977"
4801 },
4802 {
4803 "name": "fabled-spring",
4804 "url": "https://pokedex.mimo.dev/api/location/978/",
4805 "id": "978"
4806 },
4807 {
4808 "name": "firespit-island",
4809 "url": "https://pokedex.mimo.dev/api/location/979/",
4810 "id": "979"
4811 },
4812 {
4813 "name": "floaro-gardens",
4814 "url": "https://pokedex.mimo.dev/api/location/980/",
4815 "id": "980"
4816 },
4817 {
4818 "name": "gapejaw-bog",
4819 "url": "https://pokedex.mimo.dev/api/location/981/",
4820 "id": "981"
4821 },
4822 {
4823 "name": "ginkgo-landing",
4824 "url": "https://pokedex.mimo.dev/api/location/982/",
4825 "id": "982"
4826 },
4827 {
4828 "name": "glacier-terrace",
4829 "url": "https://pokedex.mimo.dev/api/location/983/",
4830 "id": "983"
4831 },
4832 {
4833 "name": "golden-lowlands",
4834 "url": "https://pokedex.mimo.dev/api/location/984/",
4835 "id": "984"
4836 },
4837 {
4838 "name": "grandtree-arena",
4839 "url": "https://pokedex.mimo.dev/api/location/985/",
4840 "id": "985"
4841 },
4842 {
4843 "name": "grueling-grove",
4844 "url": "https://pokedex.mimo.dev/api/location/986/",
4845 "id": "986"
4846 },
4847 {
4848 "name": "hearts-crag",
4849 "url": "https://pokedex.mimo.dev/api/location/987/",
4850 "id": "987"
4851 },
4852 {
4853 "name": "heavenward-lookout",
4854 "url": "https://pokedex.mimo.dev/api/location/988/",
4855 "id": "988"
4856 },
4857 {
4858 "name": "heights-camp",
4859 "url": "https://pokedex.mimo.dev/api/location/989/",
4860 "id": "989"
4861 },
4862 {
4863 "name": "hideaway-bay",
4864 "url": "https://pokedex.mimo.dev/api/location/990/",
4865 "id": "990"
4866 },
4867 {
4868 "name": "holm-of-trials",
4869 "url": "https://pokedex.mimo.dev/api/location/991/",
4870 "id": "991"
4871 },
4872 {
4873 "name": "horseshoe-plains",
4874 "url": "https://pokedex.mimo.dev/api/location/992/",
4875 "id": "992"
4876 },
4877 {
4878 "name": "ice-column-chamber",
4879 "url": "https://pokedex.mimo.dev/api/location/993/",
4880 "id": "993"
4881 },
4882 {
4883 "name": "icebound-falls",
4884 "url": "https://pokedex.mimo.dev/api/location/994/",
4885 "id": "994"
4886 },
4887 {
4888 "name": "icepeak-arena",
4889 "url": "https://pokedex.mimo.dev/api/location/995/",
4890 "id": "995"
4891 },
4892 {
4893 "name": "icepeak-cavern",
4894 "url": "https://pokedex.mimo.dev/api/location/996/",
4895 "id": "996"
4896 },
4897 {
4898 "name": "islespy-shore",
4899 "url": "https://pokedex.mimo.dev/api/location/997/",
4900 "id": "997"
4901 },
4902 {
4903 "name": "jubilife-village",
4904 "url": "https://pokedex.mimo.dev/api/location/998/",
4905 "id": "998"
4906 },
4907 {
4908 "name": "hisui-lake-acuity",
4909 "url": "https://pokedex.mimo.dev/api/location/999/",
4910 "id": "999"
4911 },
4912 {
4913 "name": "hisui-lake-valor",
4914 "url": "https://pokedex.mimo.dev/api/location/1000/",
4915 "id": "1000"
4916 },
4917 {
4918 "name": "hisui-lake-verity",
4919 "url": "https://pokedex.mimo.dev/api/location/1001/",
4920 "id": "1001"
4921 },
4922 {
4923 "name": "lonely-spring",
4924 "url": "https://pokedex.mimo.dev/api/location/1002/",
4925 "id": "1002"
4926 },
4927 {
4928 "name": "lunkers-lair",
4929 "url": "https://pokedex.mimo.dev/api/location/1003/",
4930 "id": "1003"
4931 },
4932 {
4933 "name": "molten-arena",
4934 "url": "https://pokedex.mimo.dev/api/location/1004/",
4935 "id": "1004"
4936 },
4937 {
4938 "name": "moonview-arena",
4939 "url": "https://pokedex.mimo.dev/api/location/1005/",
4940 "id": "1005"
4941 },
4942 {
4943 "name": "natures-pantry",
4944 "url": "https://pokedex.mimo.dev/api/location/1006/",
4945 "id": "1006"
4946 },
4947 {
4948 "name": "obsidian-falls",
4949 "url": "https://pokedex.mimo.dev/api/location/1007/",
4950 "id": "1007"
4951 },
4952 {
4953 "name": "oreburrow-tunnel",
4954 "url": "https://pokedex.mimo.dev/api/location/1008/",
4955 "id": "1008"
4956 },
4957 {
4958 "name": "pearl-settlement",
4959 "url": "https://pokedex.mimo.dev/api/location/1009/",
4960 "id": "1009"
4961 },
4962 {
4963 "name": "primeval-grotto",
4964 "url": "https://pokedex.mimo.dev/api/location/1010/",
4965 "id": "1010"
4966 },
4967 {
4968 "name": "ramanas-island",
4969 "url": "https://pokedex.mimo.dev/api/location/1011/",
4970 "id": "1011"
4971 },
4972 {
4973 "name": "sacred-plaza",
4974 "url": "https://pokedex.mimo.dev/api/location/1012/",
4975 "id": "1012"
4976 },
4977 {
4978 "name": "sands-reach",
4979 "url": "https://pokedex.mimo.dev/api/location/1013/",
4980 "id": "1013"
4981 },
4982 {
4983 "name": "sandgem-flats",
4984 "url": "https://pokedex.mimo.dev/api/location/1014/",
4985 "id": "1014"
4986 },
4987 {
4988 "name": "scarlet-bog",
4989 "url": "https://pokedex.mimo.dev/api/location/1015/",
4990 "id": "1015"
4991 },
4992 {
4993 "name": "seagrass-haven",
4994 "url": "https://pokedex.mimo.dev/api/location/1016/",
4995 "id": "1016"
4996 },
4997 {
4998 "name": "seaside-hollow",
4999 "url": "https://pokedex.mimo.dev/api/location/1017/",
5000 "id": "1017"
5001 },
5002 {
5003 "name": "shrouded-ruins",
5004 "url": "https://pokedex.mimo.dev/api/location/1018/",
5005 "id": "1018"
5006 },
5007 {
5008 "name": "sludge-mound",
5009 "url": "https://pokedex.mimo.dev/api/location/1019/",
5010 "id": "1019"
5011 },
5012 {
5013 "name": "snowfall-hot-spring",
5014 "url": "https://pokedex.mimo.dev/api/location/1020/",
5015 "id": "1020"
5016 },
5017 {
5018 "name": "hisui-snowpoint-temple",
5019 "url": "https://pokedex.mimo.dev/api/location/1021/",
5020 "id": "1021"
5021 },
5022 {
5023 "name": "hisui-solaceon-ruins",
5024 "url": "https://pokedex.mimo.dev/api/location/1022/",
5025 "id": "1022"
5026 },
5027 {
5028 "name": "sonorous-path",
5029 "url": "https://pokedex.mimo.dev/api/location/1023/",
5030 "id": "1023"
5031 },
5032 {
5033 "name": "space-time-distortion",
5034 "url": "https://pokedex.mimo.dev/api/location/1024/",
5035 "id": "1024"
5036 },
5037 {
5038 "name": "hisui-spring-path",
5039 "url": "https://pokedex.mimo.dev/api/location/1025/",
5040 "id": "1025"
5041 },
5042 {
5043 "name": "stonetooth-rows",
5044 "url": "https://pokedex.mimo.dev/api/location/1026/",
5045 "id": "1026"
5046 },
5047 {
5048 "name": "temple-of-sinnoh",
5049 "url": "https://pokedex.mimo.dev/api/location/1027/",
5050 "id": "1027"
5051 },
5052 {
5053 "name": "the-heartwood",
5054 "url": "https://pokedex.mimo.dev/api/location/1028/",
5055 "id": "1028"
5056 },
5057 {
5058 "name": "tidewater-dam",
5059 "url": "https://pokedex.mimo.dev/api/location/1029/",
5060 "id": "1029"
5061 },
5062 {
5063 "name": "tombolo-walk",
5064 "url": "https://pokedex.mimo.dev/api/location/1030/",
5065 "id": "1030"
5066 },
5067 {
5068 "name": "tranquility-cove",
5069 "url": "https://pokedex.mimo.dev/api/location/1031/",
5070 "id": "1031"
5071 },
5072 {
5073 "name": "hisui-turnback-cave",
5074 "url": "https://pokedex.mimo.dev/api/location/1032/",
5075 "id": "1032"
5076 },
5077 {
5078 "name": "ursas-ring",
5079 "url": "https://pokedex.mimo.dev/api/location/1033/",
5080 "id": "1033"
5081 },
5082 {
5083 "name": "veilstone-cape",
5084 "url": "https://pokedex.mimo.dev/api/location/1034/",
5085 "id": "1034"
5086 },
5087 {
5088 "name": "hisui-wayward-cave",
5089 "url": "https://pokedex.mimo.dev/api/location/1035/",
5090 "id": "1035"
5091 },
5092 {
5093 "name": "wayward-wood",
5094 "url": "https://pokedex.mimo.dev/api/location/1036/",
5095 "id": "1036"
5096 },
5097 {
5098 "name": "whiteout-valley",
5099 "url": "https://pokedex.mimo.dev/api/location/1037/",
5100 "id": "1037"
5101 },
5102 {
5103 "name": "windbreak-stand",
5104 "url": "https://pokedex.mimo.dev/api/location/1038/",
5105 "id": "1038"
5106 },
5107 {
5108 "name": "windswept-run",
5109 "url": "https://pokedex.mimo.dev/api/location/1039/",
5110 "id": "1039"
5111 },
5112 {
5113 "name": "worn-bridge",
5114 "url": "https://pokedex.mimo.dev/api/location/1040/",
5115 "id": "1040"
5116 },
5117 {
5118 "name": "giants-cap",
5119 "url": "https://pokedex.mimo.dev/api/location/1041/",
5120 "id": "1041"
5121 },
5122 {
5123 "name": "hauoli-city",
5124 "url": "https://pokedex.mimo.dev/api/location/1042/",
5125 "id": "1042"
5126 },
5127 {
5128 "name": "verdant-cavern",
5129 "url": "https://pokedex.mimo.dev/api/location/1043/",
5130 "id": "1043"
5131 },
5132 {
5133 "name": "thrifty-megamart",
5134 "url": "https://pokedex.mimo.dev/api/location/1044/",
5135 "id": "1044"
5136 },
5137 {
5138 "name": "malie-city",
5139 "url": "https://pokedex.mimo.dev/api/location/1045/",
5140 "id": "1045"
5141 },
5142 {
5143 "name": "dividing-peak-tunnel",
5144 "url": "https://pokedex.mimo.dev/api/location/1046/",
5145 "id": "1046"
5146 },
5147 {
5148 "name": "heahea-beach",
5149 "url": "https://pokedex.mimo.dev/api/location/1047/",
5150 "id": "1047"
5151 },
5152 {
5153 "name": "sandy-cave",
5154 "url": "https://pokedex.mimo.dev/api/location/1048/",
5155 "id": "1048"
5156 },
5157 {
5158 "name": "ulaula-beach",
5159 "url": "https://pokedex.mimo.dev/api/location/1049/",
5160 "id": "1049"
5161 },
5162 {
5163 "name": "ultra-megalopolis",
5164 "url": "https://pokedex.mimo.dev/api/location/1050/",
5165 "id": "1050"
5166 },
5167 {
5168 "name": "ultra-space-wilds",
5169 "url": "https://pokedex.mimo.dev/api/location/1051/",
5170 "id": "1051"
5171 },
5172 {
5173 "name": "poke-pelago",
5174 "url": "https://pokedex.mimo.dev/api/location/1052/",
5175 "id": "1052"
5176 },
5177 {
5178 "name": "team-rockets-castle",
5179 "url": "https://pokedex.mimo.dev/api/location/1053/",
5180 "id": "1053"
5181 }
5182]
1. Canalave-city2. Eterna-city3. Pastoria-city4. Sunyshore-city5. Sinnoh-pokemon-league6. Oreburgh-mine7. Valley-windworks8. Eterna-forest9. Fuego-ironworks10. Mt-coronet11. Great-marsh12. Solaceon-ruins13. Sinnoh-victory-road14. Ravaged-path15. Oreburgh-gate16. Stark-mountain17. Spring-path18. Turnback-cave19. Snowpoint-temple20. Wayward-cave21. Ruin-maniac-cave22. Trophy-garden23. Iron-island24. Old-chateau25. Lake-verity26. Lake-valor27. Lake-acuity28. Valor-lakefront29. Acuity-lakefront30. Sinnoh-route-20131. Sinnoh-route-20232. Sinnoh-route-20333. Sinnoh-route-20434. Sinnoh-route-20535. Sinnoh-route-20636. Sinnoh-route-20737. Sinnoh-route-20838. Sinnoh-route-20939. Lost-tower40. Sinnoh-route-21041. Sinnoh-route-21142. Sinnoh-route-21243. Sinnoh-route-21344. Sinnoh-route-21445. Sinnoh-route-21546. Sinnoh-route-21647. Sinnoh-route-21748. Sinnoh-route-21849. Sinnoh-route-21950. Sinnoh-route-22151. Sinnoh-route-22252. Sinnoh-route-22453. Sinnoh-route-22554. Sinnoh-route-22755. Sinnoh-route-22856. Sinnoh-route-22957. Twinleaf-town58. Celestic-town59. Resort-area60. Sinnoh-sea-route-22061. Sinnoh-sea-route-22362. Sinnoh-sea-route-22663. Sinnoh-sea-route-23064. Blackthorn-city65. Burned-tower66. Celadon-city67. Cerulean-city68. Cherrygrove-city69. Cianwood-city70. Cinnabar-island71. Dark-cave72. Digletts-cave73. Dragons-den74. Ecruteak-city75. Fuchsia-city76. Ice-path77. Ilex-forest78. Lake-of-rage79. Mt-moon80. Mt-mortar81. Mt-silver82. National-park83. New-bark-town84. Olivine-city85. Pallet-town86. Rock-tunnel87. Kanto-route-188. Kanto-route-1089. Kanto-route-1190. Kanto-route-1291. Kanto-route-1392. Kanto-route-1493. Kanto-route-1594. Kanto-route-1695. Kanto-route-1796. Kanto-route-1897. Kanto-sea-route-1998. Kanto-route-299. Kanto-sea-route-20100. Kanto-sea-route-21101. Kanto-route-22102. Kanto-route-24103. Kanto-route-25104. Kanto-route-26105. Kanto-route-27106. Kanto-route-28107. Johto-route-29108. Kanto-route-3109. Johto-route-30110. Johto-route-31111. Johto-route-32112. Johto-route-33113. Johto-route-34114. Johto-route-35115. Johto-route-36116. Johto-route-37117. Johto-route-38118. Johto-route-39119. Kanto-route-4120. Johto-sea-route-40121. Johto-sea-route-41122. Johto-route-42123. Johto-route-43124. Johto-route-44125. Johto-route-45126. Johto-route-46127. Johto-route-47128. Johto-route-48129. Kanto-route-5130. Kanto-route-6131. Kanto-route-7132. Kanto-route-8133. Kanto-route-9134. Ruins-of-alph135. Seafoam-islands136. Slowpoke-well137. Sprout-tower138. Bell-tower139. Tohjo-falls140. Union-cave141. Cerulean-cave142. Unknown-all-poliwag143. Unknown-all-rattata144. Unknown-all-bugs145. Vermilion-city146. Kanto-victory-road-1147. Violet-city148. Viridian-city149. Viridian-forest150. Whirl-islands151. Kanto-route-23152. Power-plant153. Kanto-victory-road-2154. Pokemon-tower155. Pokemon-mansion156. Kanto-safari-zone157. Sandgem-town158. Floaroma-town159. Solaceon-town160. Jubilife-city161. Oreburgh-city162. Hearthome-city163. Veilstone-city164. Snowpoint-city165. Spear-pillar166. Pal-park167. Amity-square168. Floaroma-meadow169. Fullmoon-island170. Sendoff-spring171. Flower-paradise172. Maniac-tunnel173. Galactic-hq174. Verity-lakefront175. Newmoon-island176. Sinnoh-battle-tower177. Fight-area178. Survival-area179. Seabreak-path180. Sinnoh-hall-of-origin-1181. Sinnoh-hall-of-origin-2182. Verity-cavern183. Valor-cavern184. Acuity-cavern185. Jubilife-tv186. Poketch-co187. Gts188. Trainers-school189. Mining-museum190. Sinnoh-flower-shop191. Sinnoh-cycle-shop192. Contest-hall193. Poffin-house194. Sinnoh-foreign-building195. Pokemon-day-care196. Veilstone-store197. Sinnoh-game-corner198. Canalave-library199. Vista-lighthouse200. Sunyshore-market201. Footstep-house202. Sinnoh-cafe203. Grand-lake204. Sinnoh-restaurant205. Battle-park206. Battle-frontier207. Battle-factory208. Battle-castle209. Battle-arcade210. Battle-hall211. Distortion-world212. Sinnoh-global-terminal213. Sinnoh-villa214. Battleground215. Rotoms-room216. Tg-eterna-bldg217. Iron-ruins218. Iceberg-ruins219. Rock-peak-ruins220. Azalea-town221. Goldenrod-city222. Mahogany-town223. Pewter-city224. Lavender-town225. Indigo-plateau226. Saffron-city227. Johto-lighthouse228. Team-rocket-hq229. Goldenrod-tunnel230. Mt-silver-cave231. Pokeathlon-dome232. Ss-aqua233. Safari-zone-gate234. Cliff-cave235. Frontier-access236. Bellchime-trail237. Sinjoh-ruins238. Embedded-tower239. Pokewalker240. Cliff-edge-gate241. Radio-tower242. Day-care-couple243. Link-trade-arrive244. Link-trade-met245. Kanto246. Johto247. Hoenn248. Sinnoh249. Distant-land250. Traveling-man251. Riley252. Cynthia253. Mystery-zone254. Lovely-place255. Pokemon-ranger256. Faraway-place257. Pokemon-movie258. Pokemon-movie-06259. Pokemon-movie-07260. Pokemon-movie-08261. Pokemon-movie-09262. Pokemon-movie-10263. Pokemon-movie-11264. Pokemon-movie-12265. Pokemon-movie-13266. Pokemon-movie-14267. Pokemon-movie-15268. Pokemon-movie-16269. Pokemon-cartoon270. Space-world271. Space-world-06272. Space-world-07273. Space-world-08274. Space-world-09275. Space-world-10276. Space-world-11277. Space-world-12278. Space-world-13279. Space-world-14280. Space-world-15281. Space-world-16282. Pokemon-festa283. Pokemon-festa-06284. Pokemon-festa-07285. Pokemon-festa-08286. Pokemon-festa-09287. Pokemon-festa-10288. Pokemon-festa-11289. Pokemon-festa-12290. Pokemon-festa-13291. Pokemon-festa-14292. Pokemon-festa-15293. Pokemon-festa-16294. Pokepark295. Pokepark-06296. Pokepark-07297. Pokepark-08298. Pokepark-09299. Pokepark-10300. Pokepark-11301. Pokepark-12302. Pokepark-13303. Pokepark-14304. Pokepark-15305. Pokepark-16306. Pokemon-center307. Pc-tokyo308. Pc-osaka309. Pc-fukuoka310. Pc-nagoya311. Pc-sapporo312. Pc-yokohama313. Nintendo-world314. Pokemon-event315. Pokemon-event-06316. Pokemon-event-07317. Pokemon-event-08318. Pokemon-event-09319. Pokemon-event-10320. Pokemon-event-11321. Pokemon-event-12322. Pokemon-event-13323. Pokemon-event-14324. Pokemon-event-15325. Pokemon-event-16326. Wi-fi-event327. Wi-fi-gift328. Pokemon-fan-club329. Event-site330. Concert-event331. Mr-pokemon332. Primo333. Unova-mystery-zone334. Unova-faraway-place335. Nuvema-town336. Accumula-town337. Striaton-city338. Nacrene-city339. Castelia-city340. Nimbasa-city341. Driftveil-city342. Mistralton-city343. Icirrus-city344. Opelucid-city345. Unova-route-1346. Unova-route-2347. Unova-route-3348. Unova-route-4349. Unova-route-5350. Unova-route-6351. Unova-route-7352. Unova-route-8353. Unova-route-9354. Unova-route-10355. Unova-route-11356. Unova-route-12357. Unova-route-13358. Unova-route-14359. Unova-route-15360. Unova-route-16361. Unova-route-17362. Unova-route-18363. Dreamyard364. Pinwheel-forest365. Desert-resort366. Relic-castle367. Cold-storage368. Chargestone-cave369. Twist-mountain370. Dragonspiral-tower371. Unova-victory-road372. Lacunosa-town373. Undella-town374. Anville-town375. Unova-pokemon-league376. Ns-castle377. Royal-unova378. Gear-station379. Battle-subway380. Musical-theater381. Black-city382. White-forest383. Unity-tower384. Wellspring-cave385. Mistralton-cave386. Rumination-field387. Celestial-tower388. Moor-of-icirrus389. Unova-shopping-mall390. Challengers-cave391. Poke-transfer-lab392. Giant-chasm393. Liberty-garden394. P2-laboratory395. Skyarrow-bridge396. Driftveil-drawbridge397. Tubeline-bridge398. Village-bridge399. Marvelous-bridge400. Entralink401. Abundant-shrine402. Undella-bay403. Lostlorn-forest404. Trial-chamber405. Guidance-chamber406. Entree-forest407. Accumula-gate408. Undella-gate409. Nacrene-gate410. Castelia-gate411. Nimbasa-gate412. Opelucid-gate413. Black-gate414. White-gate415. Bridge-gate416. Route-gate417. Abyssal-ruins418. Petalburg-city419. Slateport-city420. Lilycove-city421. Mossdeep-city422. Sootopolis-city423. Ever-grande-city424. Meteor-falls425. Rusturf-tunnel426. Granite-cave427. Petalburg-woods428. Jagged-pass429. Fiery-path430. Mt-pyre431. Seafloor-cavern432. Cave-of-origin433. Hoenn-victory-road434. Shoal-cave435. New-mauville436. Abandoned-ship437. Sky-pillar438. Hoenn-route-101439. Hoenn-route-102440. Hoenn-route-103441. Hoenn-route-104442. Hoenn-route-105443. Hoenn-route-106444. Hoenn-route-107445. Hoenn-route-108446. Hoenn-route-109447. Hoenn-route-110448. Hoenn-route-111449. Hoenn-route-112450. Hoenn-route-113451. Hoenn-route-114452. Hoenn-route-115453. Hoenn-route-116454. Hoenn-route-117455. Hoenn-route-118456. Hoenn-route-119457. Hoenn-route-120458. Hoenn-route-121459. Hoenn-route-122460. Hoenn-route-123461. Hoenn-route-124462. Hoenn-route-125463. Hoenn-route-126464. Hoenn-route-127465. Hoenn-route-128466. Hoenn-route-129467. Hoenn-route-130468. Hoenn-route-131469. Hoenn-route-132470. Hoenn-route-133471. Hoenn-route-134472. Hoenn-safari-zone473. Dewford-town474. Pacifidlog-town475. Magma-hideout476. Mirage-tower477. Desert-underpass478. Artisan-cave479. Hoenn-altering-cave480. Monean-chamber481. Liptoo-chamber482. Weepth-chamber483. Dilford-chamber484. Scufib-chamber485. Rixy-chamber486. Viapos-chamber487. Ss-anne488. Mt-ember489. Berry-forest490. Icefall-cave491. Pattern-bush492. Lost-cave493. Kindle-road494. Treasure-beach495. Cape-brink496. Bond-bridge497. Three-isle-port498. Resort-gorgeous499. Water-labyrinth500. Five-isle-meadow501. Memorial-pillar502. Outcast-island503. Green-path504. Water-path505. Ruin-valley506. Trainer-tower507. Canyon-entrance508. Sevault-canyon509. Tanoby-ruins510. One-island511. Four-island512. Five-island513. Kanto-altering-cave514. Aspertia-city515. Virbank-city516. Humilau-city517. Pokestar-studios518. Join-avenue519. Floccesy-town520. Lentimas-town521. Unova-route-19522. Unova-route-20523. Unova-route-21524. Unova-route-22525. Unova-route-23526. Castelia-sewers527. Floccesy-ranch528. Virbank-complex529. Reversal-mountain530. Strange-house531. Unova-victory-road-2532. Plasma-frigate533. Relic-passage534. Clay-tunnel535. White-treehollow536. Black-tower537. Seaside-cave538. Cave-of-being539. Hidden-grotto540. Marine-tube541. Virbank-gate542. Aspertia-gate543. Nature-sanctuary544. Medal-secretariat545. Underground-ruins546. Rocky-mountain-room547. Glacier-room548. Iron-room549. Pledge-grove550. Littleroot-town551. Oldale-town552. Lavaridge-town553. Fallarbor-town554. Verdanturf-town555. Mauville-city556. Rustboro-city557. Fortree-city558. Underwater559. Mt-chimney560. Mirage-island561. Southern-island562. Sealed-chamber563. Scorched-slab564. Island-cave565. Desert-ruins566. Ancient-tomb567. Inside-of-truck568. Secret-base569. Hoenn-battle-tower570. Vaniville-town571. Kalos-route-1572. Vaniville-pathway573. Aquacorde-town574. Kalos-route-2575. Avance-trail576. Santalune-forest577. Kalos-route-3578. Ouvert-way579. Santalune-city580. Kalos-route-4581. Parterre-way582. Lumiose-city583. Prism-tower584. Lysandre-labs585. Kalos-route-5586. Versant-road587. Camphrier-town588. Shabboneau-castle589. Kalos-route-6590. Palais-lane591. Parfum-palace592. Kalos-route-7593. Rivière-walk594. Cyllage-city595. Kalos-route-8596. Muraille-coast597. Ambrette-town598. Kalos-route-9599. Spikes-passage600. Battle-chateau601. Kalos-route-10602. Menhir-trail603. Geosenge-town604. Kalos-route-11605. Miroir-way606. Reflection-cave607. Shalour-city608. Tower-of-mastery609. Kalos-route-12610. Fourrage-road611. Coumarine-city612. Kalos-route-13613. Lumiose-badlands614. Kalos-route-14615. Laverre-nature-trail616. Laverre-city617. Poke-ball-factory618. Kalos-route-15619. Brun-way620. Dendemille-town621. Kalos-route-16622. Melancolie-path623. Frost-cavern624. Kalos-route-17625. Mamoswine-road626. Anistar-city627. Kalos-route-18628. Vallee-etroite-way629. Couriway-town630. Kalos-route-19631. Grande-vallee-way632. Snowbelle-city633. Kalos-route-20634. Winding-woods635. Pokemon-village636. Kalos-route-21637. Dernière-way638. Kalos-route-22639. Detourner-way640. Kalos-victory-road641. Kalos-pokemon-league642. Kiloude-city643. Battle-maison644. Azure-bay645. Dendemille-gate646. Couriway-gate647. Ambrette-gate648. Lumiose-gate649. Shalour-gate650. Coumarine-gate651. Laverre-gate652. Anistar-gate653. Snowbelle-gate654. Glittering-cave655. Connecting-cave656. Zubat-roost657. Kalos-power-plant658. Team-flare-secret-hq659. Terminus-cave660. Lost-hotel661. Chamber-of-emptiness662. Sea-spirits-den663. Friend-safari664. Blazing-chamber665. Flood-chamber666. Ironworks-chamber667. Dragonmark-chamber668. Radiant-chamber669. Pokemon-league-gate670. Lumiose-station671. Kiloude-station672. Ambrette-aquarium673. Unknown-dungeon674. Hoenn-pokemon-league675. Team-aqua-hideout676. Sea-mauville677. Team-magma-hideout678. Battle-resort679. Ss-tidal680. Mirage-forest681. Mirage-cave682. Mirage-mountain683. Trackless-forest684. Pathless-plain685. Nameless-cavern686. Fabled-cave687. Gnarled-den688. Crescent-isle689. Secret-islet690. Soaring-in-the-sky691. Secret-shore692. Secret-meadow693. Alola-route-1--hauoli-outskirts694. Alola-route-1695. Alola-route-3696. Alola-route-2697. Kalae-bay698. Melemele-sea699. Hauoli-city--beachfront700. Hauoli-city--shopping-district701. Hauoli-city--marina702. Iki-town703. Mahalo-trail704. Mahalo-trail--plank-bridge705. Ruins-of-conflict706. Ten-carat-hill707. Ten-carat-hill--farthest-hollow708. Hauoli-cemetery709. Melemele-meadow710. Seaward-cave711. Berry-fields712. Verdant-cavern--trial-site713. Verdant-cavern--totems-den714. Alola-route-4715. Alola-route-5716. Alola-route-6717. Alola-route-7718. Alola-route-8719. Alola-route-9720. Hano-grand-resort721. Hano-beach722. Akala-meadow723. Paniola-town724. Heahea-city725. Konikoni-city726. Royal-avenue727. Memorial-hill728. Paniola-ranch729. Wela-volcano-park730. Wela-volcano-park--totems-den731. Brooklet-hill732. Brooklet-hill--totems-den733. Lush-jungle734. Ruins-of-life735. Akala-outskirts736. Digletts-tunnel737. Battle-royal-dome738. Alola-route-10739. Alola-route-11740. Secluded-shore741. Alola-route-13742. Tapu-village743. Alola-route-15744. Alola-route-16745. Alola-route-17746. Alola-route-12747. Haina-desert748. Alola-route-14749. Ulaula-meadow750. Po-town751. Malie-city752. Malie-garden753. Mount-hokulani754. Blush-mountain755. Ruins-of-abundance756. Lake-of-the-sunne757. Lake-of-the-moone758. Mount-lanakila759. Shady-house760. Thrifty-megamart--abandoned-site761. Hokulani-observatory762. Alola-pokemon-league763. Poni-meadow764. Poni-wilds765. Ancient-poni-path766. Poni-breaker-coast767. Poni-grove768. Poni-plains769. Poni-coast770. Poni-gauntlet771. Seafolk-village772. Vast-poni-canyon773. Altar-of-the-sunne774. Altar-of-the-moone775. Ruins-of-hope776. Resolution-cave777. Exeggutor-island778. Battle-tree779. Aether-paradise780. Ultra-space781. Malie-city--outer-cape782. Roaming-kanto783. Roaming-johto784. Roaming-hoenn785. Roaming-sinnoh786. Terra-cave787. Marine-cave788. Two-island789. Three-island790. Three-isle-path791. Six-island792. Seven-island793. Birth-island794. Navel-rock795. Faraway-island796. Hoenn-battle-frontier797. Johto-safari-zone798. Cabo-poco799. Los-platos800. Mesagoza801. Cortondo802. Alfornada803. Pokemon-league804. Artazon805. Levincia806. Zapapico807. Cascarrafa808. Porto-marinada809. Medali810. Montenevera811. Paldea-south-province-area-one812. Paldea-south-province-area-two813. Paldea-south-province-area-three814. Paldea-south-province-area-four815. Paldea-south-province-area-five816. Paldea-south-province-area-six817. South-paldean-sea818. Poco-path819. Inlet-grotto820. Naranja-academy/uva-academy821. Alfornada-cavern822. Grasswither-shrine823. Paldea-east-province-area-one824. Paldea-east-province-area-two825. Paldea-east-province-area-three826. East-paldean-sea827. Tagtree-thicket828. Schedar-squads-base829. Navi-squads-base830. Paldea-west-province-area-one831. Paldea-west-province-area-two832. Paldea-west-province-area-three833. Asado-desert834. West-paldean-sea835. Segin-squads-base836. Icerend-shrine837. Paldea-north-province-area-one838. Paldea-north-province-area-two839. Paldea-north-province-area-three840. Casseroya-lake841. Dalizapa-passage842. Glaseado-mountain843. Socarrat-trail844. Groundblight-shrine845. Firescourge-shrine846. North-paldean-sea847. Ruchbah-squads-base848. Caph-squads-base849. Area-zero850. Zero-lab851. Galar-route-1852. Galar-route-2853. Galar-route-3854. Galar-route-4855. Galar-route-5856. Galar-route-6857. Galar-route-7858. Galar-route-8859. Galar-route-9860. Galar-route-10861. Axews-eye862. Ballimere-lake863. Ballonlea864. Battle-tower865. Brawlers-cave866. Bridge-field867. Challenge-beach868. Challenge-road869. Circhester870. Courageous-cavern871. Crown-shrine872. Dappled-grove873. Dusty-bowl874. Dyna-tree-hill875. East-lake-axewell876. Fields-of-honor877. Forest-of-focus878. Freezington879. Frigid-sea880. Frostpoint-field881. Galar-mine882. Galar-mine-no-2883. Giants-bed884. Giants-foot885. Giants-mirror886. Giants-seat887. Glimwood-tangle888. Hammerlocke889. Hammerlocke-hills890. Honeycalm-island891. Honeycalm-sea892. Hulbury893. Galar-iceberg-ruins894. Insular-sea895. Galar-iron-ruins896. Lake-of-outrage897. Lakeside-cave898. Loop-lagoon899. Master-dojo900. Max-lair901. Motostoke902. Motostoke-outskirts903. Motostoke-riverbank904. North-lake-miloch905. Old-cemetary906. Path-to-the-peak907. Postwick908. Potbottom-desert909. Roaring-sea-caves910. Galar-rock-peak-ruins911. Rolling-fields912. Slippery-slope913. Slumbering-weald914. Snowslide-slope915. Soothing-wetlands916. South-lake-miloch917. Spikemuth918. Spike-decision-ruins919. Steamdrift-way920. Stepping-stone-sea921. Stony-wilderness922. Stow-on-side923. Three-point-pass924. Tower-of-darkness925. Tower-of-waters926. Training-lowlands927. Tunnel-to-the-top928. Turffield929. Warm-up-tunnel930. Watchtower-ruins931. Wedgehurst932. West-lake-axewell933. Workout-sea934. Wyndon935. Aipom-hill936. Ancient-quarry937. Arenas-approach938. Aspiration-hill939. Avalanche-slopes940. Avaluggs-legacy941. Bathers-lagoon942. Bolderoll-ravine943. Bolderoll-slope944. Bonechill-wastes945. Brava-arena946. Castaway-shore947. Celestica-ruins948. Celestica-trail949. Clamberclaw-cliffs950. Cloudcap-pass951. Cloudpool-ridge952. Coastlands-camp953. Cottonsedge-prairie954. Crossing-slope955. Deadwood-haunt956. Deertrack-heights957. Deertrack-path958. Diamond-heath959. Diamond-settlement960. Droning-meadow961. Fabled-spring962. Firespit-island963. Floaro-gardens964. Gapejaw-bog965. Ginkgo-landing966. Glacier-terrace967. Golden-lowlands968. Grandtree-arena969. Grueling-grove970. Hearts-crag971. Heavenward-lookout972. Heights-camp973. Hideaway-bay974. Holm-of-trials975. Horseshoe-plains976. Ice-column-chamber977. Icebound-falls978. Icepeak-arena979. Icepeak-cavern980. Islespy-shore981. Jubilife-village982. Hisui-lake-acuity983. Hisui-lake-valor984. Hisui-lake-verity985. Lonely-spring986. Lunkers-lair987. Molten-arena988. Moonview-arena989. Natures-pantry990. Obsidian-falls991. Oreburrow-tunnel992. Pearl-settlement993. Primeval-grotto994. Ramanas-island995. Sacred-plaza996. Sands-reach997. Sandgem-flats998. Scarlet-bog999. Seagrass-haven1000. Seaside-hollow1001. Shrouded-ruins1002. Sludge-mound1003. Snowfall-hot-spring1004. Hisui-snowpoint-temple1005. Hisui-solaceon-ruins1006. Sonorous-path1007. Space-time-distortion1008. Hisui-spring-path1009. Stonetooth-rows1010. Temple-of-sinnoh1011. The-heartwood1012. Tidewater-dam1013. Tombolo-walk1014. Tranquility-cove1015. Hisui-turnback-cave1016. Ursas-ring1017. Veilstone-cape1018. Hisui-wayward-cave1019. Wayward-wood1020. Whiteout-valley1021. Windbreak-stand1022. Windswept-run1023. Worn-bridge1024. Giants-cap1025. Hauoli-city1026. Verdant-cavern1027. Thrifty-megamart1028. Malie-city1029. Dividing-peak-tunnel1030. Heahea-beach1031. Sandy-cave1032. Ulaula-beach1033. Ultra-megalopolis1034. Ultra-space-wilds1035. Poke-pelago1036. Team-rockets-castle