Endpoint: location-area

GEThttps://pokedex.mimo.dev/api/location-area/haina-desert-area

Request

GETlocation-area
1fetch("https://pokedex.mimo.dev/api/location-area/haina-desert-area")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response

response.json
1{
2 "encounter_method_rates": [],
3 "game_index": 0,
4 "id": 1081,
5 "location": {
6 "name": "haina-desert",
7 "url": "https://pokedex.mimo.dev/api/location/764/"
8 },
9 "name": "haina-desert-area",
10 "names": [],
11 "pokemon_encounters": [
12 {
13 "pokemon": {
14 "name": "trapinch",
15 "url": "https://pokedex.mimo.dev/api/pokemon/328/"
16 },
17 "version_details": [
18 {
19 "encounter_details": [
20 {
21 "chance": 10,
22 "condition_values": [],
23 "max_level": 31,
24 "method": {
25 "name": "bubbling-spots",
26 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
27 },
28 "min_level": 28
29 }
30 ],
31 "max_chance": 10,
32 "version": {
33 "name": "sun",
34 "url": "https://pokedex.mimo.dev/api/version/27/"
35 }
36 },
37 {
38 "encounter_details": [
39 {
40 "chance": 10,
41 "condition_values": [],
42 "max_level": 31,
43 "method": {
44 "name": "bubbling-spots",
45 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
46 },
47 "min_level": 28
48 }
49 ],
50 "max_chance": 10,
51 "version": {
52 "name": "moon",
53 "url": "https://pokedex.mimo.dev/api/version/28/"
54 }
55 },
56 {
57 "encounter_details": [
58 {
59 "chance": 10,
60 "condition_values": [],
61 "max_level": 35,
62 "method": {
63 "name": "bubbling-spots",
64 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
65 },
66 "min_level": 32
67 }
68 ],
69 "max_chance": 10,
70 "version": {
71 "name": "ultra-sun",
72 "url": "https://pokedex.mimo.dev/api/version/29/"
73 }
74 },
75 {
76 "encounter_details": [
77 {
78 "chance": 10,
79 "condition_values": [],
80 "max_level": 35,
81 "method": {
82 "name": "bubbling-spots",
83 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
84 },
85 "min_level": 32
86 }
87 ],
88 "max_chance": 10,
89 "version": {
90 "name": "ultra-moon",
91 "url": "https://pokedex.mimo.dev/api/version/30/"
92 }
93 }
94 ]
95 },
96 {
97 "pokemon": {
98 "name": "baltoy",
99 "url": "https://pokedex.mimo.dev/api/pokemon/343/"
100 },
101 "version_details": [
102 {
103 "encounter_details": [
104 {
105 "chance": 15,
106 "condition_values": [],
107 "max_level": 35,
108 "method": {
109 "name": "sos-encounter",
110 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
111 },
112 "min_level": 32
113 },
114 {
115 "chance": 15,
116 "condition_values": [],
117 "max_level": 35,
118 "method": {
119 "name": "sos-encounter",
120 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
121 },
122 "min_level": 32
123 },
124 {
125 "chance": 15,
126 "condition_values": [],
127 "max_level": 35,
128 "method": {
129 "name": "sos-from-bubbling-spot",
130 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
131 },
132 "min_level": 32
133 },
134 {
135 "chance": 15,
136 "condition_values": [],
137 "max_level": 35,
138 "method": {
139 "name": "sos-from-bubbling-spot",
140 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
141 },
142 "min_level": 32
143 },
144 {
145 "chance": 15,
146 "condition_values": [],
147 "max_level": 35,
148 "method": {
149 "name": "sos-from-bubbling-spot",
150 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
151 },
152 "min_level": 32
153 }
154 ],
155 "max_chance": 75,
156 "version": {
157 "name": "ultra-moon",
158 "url": "https://pokedex.mimo.dev/api/version/30/"
159 }
160 }
161 ]
162 },
163 {
164 "pokemon": {
165 "name": "castform",
166 "url": "https://pokedex.mimo.dev/api/pokemon/351/"
167 },
168 "version_details": [
169 {
170 "encounter_details": [
171 {
172 "chance": 10,
173 "condition_values": [],
174 "max_level": 31,
175 "method": {
176 "name": "sos-encounter",
177 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
178 },
179 "min_level": 28
180 },
181 {
182 "chance": 1,
183 "condition_values": [],
184 "max_level": 31,
185 "method": {
186 "name": "sos-encounter",
187 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
188 },
189 "min_level": 28
190 },
191 {
192 "chance": 10,
193 "condition_values": [],
194 "max_level": 31,
195 "method": {
196 "name": "sos-from-bubbling-spot",
197 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
198 },
199 "min_level": 28
200 },
201 {
202 "chance": 1,
203 "condition_values": [],
204 "max_level": 31,
205 "method": {
206 "name": "sos-from-bubbling-spot",
207 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
208 },
209 "min_level": 28
210 }
211 ],
212 "max_chance": 22,
213 "version": {
214 "name": "sun",
215 "url": "https://pokedex.mimo.dev/api/version/27/"
216 }
217 },
218 {
219 "encounter_details": [
220 {
221 "chance": 10,
222 "condition_values": [],
223 "max_level": 31,
224 "method": {
225 "name": "sos-encounter",
226 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
227 },
228 "min_level": 28
229 },
230 {
231 "chance": 1,
232 "condition_values": [],
233 "max_level": 31,
234 "method": {
235 "name": "sos-encounter",
236 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
237 },
238 "min_level": 28
239 },
240 {
241 "chance": 10,
242 "condition_values": [],
243 "max_level": 31,
244 "method": {
245 "name": "sos-from-bubbling-spot",
246 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
247 },
248 "min_level": 28
249 },
250 {
251 "chance": 1,
252 "condition_values": [],
253 "max_level": 31,
254 "method": {
255 "name": "sos-from-bubbling-spot",
256 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
257 },
258 "min_level": 28
259 }
260 ],
261 "max_chance": 22,
262 "version": {
263 "name": "moon",
264 "url": "https://pokedex.mimo.dev/api/version/28/"
265 }
266 },
267 {
268 "encounter_details": [
269 {
270 "chance": 11,
271 "condition_values": [],
272 "max_level": 35,
273 "method": {
274 "name": "sos-encounter",
275 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
276 },
277 "min_level": 32
278 },
279 {
280 "chance": 1,
281 "condition_values": [],
282 "max_level": 35,
283 "method": {
284 "name": "sos-encounter",
285 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
286 },
287 "min_level": 32
288 },
289 {
290 "chance": 11,
291 "condition_values": [],
292 "max_level": 35,
293 "method": {
294 "name": "sos-from-bubbling-spot",
295 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
296 },
297 "min_level": 32
298 },
299 {
300 "chance": 1,
301 "condition_values": [],
302 "max_level": 35,
303 "method": {
304 "name": "sos-from-bubbling-spot",
305 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
306 },
307 "min_level": 32
308 }
309 ],
310 "max_chance": 24,
311 "version": {
312 "name": "ultra-sun",
313 "url": "https://pokedex.mimo.dev/api/version/29/"
314 }
315 },
316 {
317 "encounter_details": [
318 {
319 "chance": 11,
320 "condition_values": [],
321 "max_level": 35,
322 "method": {
323 "name": "sos-encounter",
324 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
325 },
326 "min_level": 32
327 },
328 {
329 "chance": 1,
330 "condition_values": [],
331 "max_level": 35,
332 "method": {
333 "name": "sos-encounter",
334 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
335 },
336 "min_level": 32
337 },
338 {
339 "chance": 11,
340 "condition_values": [],
341 "max_level": 35,
342 "method": {
343 "name": "sos-from-bubbling-spot",
344 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
345 },
346 "min_level": 32
347 },
348 {
349 "chance": 1,
350 "condition_values": [],
351 "max_level": 35,
352 "method": {
353 "name": "sos-from-bubbling-spot",
354 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
355 },
356 "min_level": 32
357 }
358 ],
359 "max_chance": 24,
360 "version": {
361 "name": "ultra-moon",
362 "url": "https://pokedex.mimo.dev/api/version/30/"
363 }
364 }
365 ]
366 },
367 {
368 "pokemon": {
369 "name": "gabite",
370 "url": "https://pokedex.mimo.dev/api/pokemon/444/"
371 },
372 "version_details": [
373 {
374 "encounter_details": [
375 {
376 "chance": 10,
377 "condition_values": [],
378 "max_level": 31,
379 "method": {
380 "name": "sos-encounter",
381 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
382 },
383 "min_level": 28
384 },
385 {
386 "chance": 10,
387 "condition_values": [],
388 "max_level": 31,
389 "method": {
390 "name": "sos-from-bubbling-spot",
391 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
392 },
393 "min_level": 28
394 }
395 ],
396 "max_chance": 20,
397 "version": {
398 "name": "sun",
399 "url": "https://pokedex.mimo.dev/api/version/27/"
400 }
401 },
402 {
403 "encounter_details": [
404 {
405 "chance": 10,
406 "condition_values": [],
407 "max_level": 31,
408 "method": {
409 "name": "sos-encounter",
410 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
411 },
412 "min_level": 28
413 },
414 {
415 "chance": 10,
416 "condition_values": [],
417 "max_level": 31,
418 "method": {
419 "name": "sos-from-bubbling-spot",
420 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
421 },
422 "min_level": 28
423 }
424 ],
425 "max_chance": 20,
426 "version": {
427 "name": "moon",
428 "url": "https://pokedex.mimo.dev/api/version/28/"
429 }
430 },
431 {
432 "encounter_details": [
433 {
434 "chance": 10,
435 "condition_values": [],
436 "max_level": 35,
437 "method": {
438 "name": "sos-encounter",
439 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
440 },
441 "min_level": 32
442 },
443 {
444 "chance": 10,
445 "condition_values": [],
446 "max_level": 35,
447 "method": {
448 "name": "sos-from-bubbling-spot",
449 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
450 },
451 "min_level": 32
452 }
453 ],
454 "max_chance": 20,
455 "version": {
456 "name": "ultra-sun",
457 "url": "https://pokedex.mimo.dev/api/version/29/"
458 }
459 },
460 {
461 "encounter_details": [
462 {
463 "chance": 10,
464 "condition_values": [],
465 "max_level": 35,
466 "method": {
467 "name": "sos-encounter",
468 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
469 },
470 "min_level": 32
471 },
472 {
473 "chance": 10,
474 "condition_values": [],
475 "max_level": 35,
476 "method": {
477 "name": "sos-from-bubbling-spot",
478 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
479 },
480 "min_level": 32
481 }
482 ],
483 "max_chance": 20,
484 "version": {
485 "name": "ultra-moon",
486 "url": "https://pokedex.mimo.dev/api/version/30/"
487 }
488 }
489 ]
490 },
491 {
492 "pokemon": {
493 "name": "sandile",
494 "url": "https://pokedex.mimo.dev/api/pokemon/551/"
495 },
496 "version_details": [
497 {
498 "encounter_details": [
499 {
500 "chance": 70,
501 "condition_values": [],
502 "max_level": 31,
503 "method": {
504 "name": "bubbling-spots",
505 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
506 },
507 "min_level": 28
508 },
509 {
510 "chance": 70,
511 "condition_values": [],
512 "max_level": 31,
513 "method": {
514 "name": "walk",
515 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
516 },
517 "min_level": 28
518 }
519 ],
520 "max_chance": 140,
521 "version": {
522 "name": "sun",
523 "url": "https://pokedex.mimo.dev/api/version/27/"
524 }
525 },
526 {
527 "encounter_details": [
528 {
529 "chance": 70,
530 "condition_values": [],
531 "max_level": 31,
532 "method": {
533 "name": "bubbling-spots",
534 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
535 },
536 "min_level": 28
537 },
538 {
539 "chance": 70,
540 "condition_values": [],
541 "max_level": 31,
542 "method": {
543 "name": "walk",
544 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
545 },
546 "min_level": 28
547 }
548 ],
549 "max_chance": 140,
550 "version": {
551 "name": "moon",
552 "url": "https://pokedex.mimo.dev/api/version/28/"
553 }
554 }
555 ]
556 },
557 {
558 "pokemon": {
559 "name": "krokorok",
560 "url": "https://pokedex.mimo.dev/api/pokemon/552/"
561 },
562 "version_details": [
563 {
564 "encounter_details": [
565 {
566 "chance": 70,
567 "condition_values": [],
568 "max_level": 35,
569 "method": {
570 "name": "bubbling-spots",
571 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
572 },
573 "min_level": 32
574 },
575 {
576 "chance": 70,
577 "condition_values": [],
578 "max_level": 35,
579 "method": {
580 "name": "walk",
581 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
582 },
583 "min_level": 32
584 }
585 ],
586 "max_chance": 140,
587 "version": {
588 "name": "ultra-sun",
589 "url": "https://pokedex.mimo.dev/api/version/29/"
590 }
591 },
592 {
593 "encounter_details": [
594 {
595 "chance": 70,
596 "condition_values": [],
597 "max_level": 35,
598 "method": {
599 "name": "bubbling-spots",
600 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
601 },
602 "min_level": 32
603 },
604 {
605 "chance": 70,
606 "condition_values": [],
607 "max_level": 35,
608 "method": {
609 "name": "walk",
610 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
611 },
612 "min_level": 32
613 }
614 ],
615 "max_chance": 140,
616 "version": {
617 "name": "ultra-moon",
618 "url": "https://pokedex.mimo.dev/api/version/30/"
619 }
620 }
621 ]
622 },
623 {
624 "pokemon": {
625 "name": "golett",
626 "url": "https://pokedex.mimo.dev/api/pokemon/622/"
627 },
628 "version_details": [
629 {
630 "encounter_details": [
631 {
632 "chance": 15,
633 "condition_values": [],
634 "max_level": 35,
635 "method": {
636 "name": "sos-encounter",
637 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
638 },
639 "min_level": 32
640 },
641 {
642 "chance": 15,
643 "condition_values": [],
644 "max_level": 35,
645 "method": {
646 "name": "sos-encounter",
647 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
648 },
649 "min_level": 32
650 },
651 {
652 "chance": 15,
653 "condition_values": [],
654 "max_level": 35,
655 "method": {
656 "name": "sos-from-bubbling-spot",
657 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
658 },
659 "min_level": 32
660 },
661 {
662 "chance": 15,
663 "condition_values": [],
664 "max_level": 35,
665 "method": {
666 "name": "sos-from-bubbling-spot",
667 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
668 },
669 "min_level": 32
670 },
671 {
672 "chance": 15,
673 "condition_values": [],
674 "max_level": 35,
675 "method": {
676 "name": "sos-from-bubbling-spot",
677 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
678 },
679 "min_level": 32
680 }
681 ],
682 "max_chance": 75,
683 "version": {
684 "name": "ultra-sun",
685 "url": "https://pokedex.mimo.dev/api/version/29/"
686 }
687 }
688 ]
689 },
690 {
691 "pokemon": {
692 "name": "celesteela",
693 "url": "https://pokedex.mimo.dev/api/pokemon/797/"
694 },
695 "version_details": [
696 {
697 "encounter_details": [
698 {
699 "chance": 100,
700 "condition_values": [],
701 "max_level": 65,
702 "method": {
703 "name": "walk",
704 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
705 },
706 "min_level": 65
707 }
708 ],
709 "max_chance": 100,
710 "version": {
711 "name": "moon",
712 "url": "https://pokedex.mimo.dev/api/version/28/"
713 }
714 }
715 ]
716 },
717 {
718 "pokemon": {
719 "name": "dugtrio-alola",
720 "url": "https://pokedex.mimo.dev/api/pokemon/10106/"
721 },
722 "version_details": [
723 {
724 "encounter_details": [
725 {
726 "chance": 20,
727 "condition_values": [],
728 "max_level": 31,
729 "method": {
730 "name": "bubbling-spots",
731 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
732 },
733 "min_level": 28
734 },
735 {
736 "chance": 30,
737 "condition_values": [],
738 "max_level": 31,
739 "method": {
740 "name": "walk",
741 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
742 },
743 "min_level": 28
744 }
745 ],
746 "max_chance": 50,
747 "version": {
748 "name": "sun",
749 "url": "https://pokedex.mimo.dev/api/version/27/"
750 }
751 },
752 {
753 "encounter_details": [
754 {
755 "chance": 20,
756 "condition_values": [],
757 "max_level": 31,
758 "method": {
759 "name": "bubbling-spots",
760 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
761 },
762 "min_level": 28
763 },
764 {
765 "chance": 30,
766 "condition_values": [],
767 "max_level": 31,
768 "method": {
769 "name": "walk",
770 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
771 },
772 "min_level": 28
773 }
774 ],
775 "max_chance": 50,
776 "version": {
777 "name": "moon",
778 "url": "https://pokedex.mimo.dev/api/version/28/"
779 }
780 },
781 {
782 "encounter_details": [
783 {
784 "chance": 20,
785 "condition_values": [],
786 "max_level": 35,
787 "method": {
788 "name": "bubbling-spots",
789 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
790 },
791 "min_level": 32
792 },
793 {
794 "chance": 30,
795 "condition_values": [],
796 "max_level": 35,
797 "method": {
798 "name": "walk",
799 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
800 },
801 "min_level": 32
802 }
803 ],
804 "max_chance": 50,
805 "version": {
806 "name": "ultra-sun",
807 "url": "https://pokedex.mimo.dev/api/version/29/"
808 }
809 },
810 {
811 "encounter_details": [
812 {
813 "chance": 20,
814 "condition_values": [],
815 "max_level": 35,
816 "method": {
817 "name": "bubbling-spots",
818 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
819 },
820 "min_level": 32
821 },
822 {
823 "chance": 30,
824 "condition_values": [],
825 "max_level": 35,
826 "method": {
827 "name": "walk",
828 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
829 },
830 "min_level": 32
831 }
832 ],
833 "max_chance": 50,
834 "version": {
835 "name": "ultra-moon",
836 "url": "https://pokedex.mimo.dev/api/version/30/"
837 }
838 }
839 ]
840 }
841 ]
842}