Endpoint: location-area
GEThttps://pokedex.mimo.dev/api/location-area/iron-island-b2f-left
Request
GETlocation-area
1fetch("https://pokedex.mimo.dev/api/location-area/iron-island-b2f-left")
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 {
4 "encounter_method": {
5 "name": "walk",
6 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
7 },
8 "version_details": [
9 {
10 "rate": 10,
11 "version": {
12 "name": "diamond",
13 "url": "https://pokedex.mimo.dev/api/version/12/"
14 }
15 },
16 {
17 "rate": 10,
18 "version": {
19 "name": "pearl",
20 "url": "https://pokedex.mimo.dev/api/version/13/"
21 }
22 },
23 {
24 "rate": 10,
25 "version": {
26 "name": "platinum",
27 "url": "https://pokedex.mimo.dev/api/version/14/"
28 }
29 }
30 ]
31 }
32 ],
33 "game_index": 124,
34 "id": 124,
35 "location": {
36 "name": "iron-island",
37 "url": "https://pokedex.mimo.dev/api/location/24/"
38 },
39 "name": "iron-island-b2f-left",
40 "names": [
41 {
42 "language": {
43 "name": "en",
44 "url": "https://pokedex.mimo.dev/api/language/9/"
45 },
46 "name": "Iron Island (B2F left)"
47 },
48 {
49 "language": {
50 "name": "fr",
51 "url": "https://pokedex.mimo.dev/api/language/5/"
52 },
53 "name": "Ile de Fer (2e s-sol gauche)"
54 }
55 ],
56 "pokemon_encounters": [
57 {
58 "pokemon": {
59 "name": "golbat",
60 "url": "https://pokedex.mimo.dev/api/pokemon/42/"
61 },
62 "version_details": [
63 {
64 "encounter_details": [
65 {
66 "chance": 10,
67 "condition_values": [],
68 "max_level": 31,
69 "method": {
70 "name": "walk",
71 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
72 },
73 "min_level": 31
74 },
75 {
76 "chance": 10,
77 "condition_values": [],
78 "max_level": 32,
79 "method": {
80 "name": "walk",
81 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
82 },
83 "min_level": 32
84 }
85 ],
86 "max_chance": 20,
87 "version": {
88 "name": "diamond",
89 "url": "https://pokedex.mimo.dev/api/version/12/"
90 }
91 },
92 {
93 "encounter_details": [
94 {
95 "chance": 10,
96 "condition_values": [],
97 "max_level": 31,
98 "method": {
99 "name": "walk",
100 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
101 },
102 "min_level": 31
103 },
104 {
105 "chance": 10,
106 "condition_values": [],
107 "max_level": 32,
108 "method": {
109 "name": "walk",
110 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
111 },
112 "min_level": 32
113 }
114 ],
115 "max_chance": 20,
116 "version": {
117 "name": "pearl",
118 "url": "https://pokedex.mimo.dev/api/version/13/"
119 }
120 },
121 {
122 "encounter_details": [
123 {
124 "chance": 10,
125 "condition_values": [],
126 "max_level": 31,
127 "method": {
128 "name": "walk",
129 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
130 },
131 "min_level": 31
132 },
133 {
134 "chance": 10,
135 "condition_values": [],
136 "max_level": 33,
137 "method": {
138 "name": "walk",
139 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
140 },
141 "min_level": 33
142 }
143 ],
144 "max_chance": 20,
145 "version": {
146 "name": "platinum",
147 "url": "https://pokedex.mimo.dev/api/version/14/"
148 }
149 }
150 ]
151 },
152 {
153 "pokemon": {
154 "name": "geodude",
155 "url": "https://pokedex.mimo.dev/api/pokemon/74/"
156 },
157 "version_details": [
158 {
159 "encounter_details": [
160 {
161 "chance": 1,
162 "condition_values": [],
163 "max_level": 32,
164 "method": {
165 "name": "walk",
166 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
167 },
168 "min_level": 32
169 }
170 ],
171 "max_chance": 1,
172 "version": {
173 "name": "diamond",
174 "url": "https://pokedex.mimo.dev/api/version/12/"
175 }
176 },
177 {
178 "encounter_details": [
179 {
180 "chance": 1,
181 "condition_values": [],
182 "max_level": 32,
183 "method": {
184 "name": "walk",
185 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
186 },
187 "min_level": 32
188 }
189 ],
190 "max_chance": 1,
191 "version": {
192 "name": "pearl",
193 "url": "https://pokedex.mimo.dev/api/version/13/"
194 }
195 }
196 ]
197 },
198 {
199 "pokemon": {
200 "name": "graveler",
201 "url": "https://pokedex.mimo.dev/api/pokemon/75/"
202 },
203 "version_details": [
204 {
205 "encounter_details": [
206 {
207 "chance": 20,
208 "condition_values": [],
209 "max_level": 31,
210 "method": {
211 "name": "walk",
212 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
213 },
214 "min_level": 31
215 },
216 {
217 "chance": 10,
218 "condition_values": [],
219 "max_level": 30,
220 "method": {
221 "name": "walk",
222 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
223 },
224 "min_level": 30
225 },
226 {
227 "chance": 4,
228 "condition_values": [
229 {
230 "name": "slot2-none",
231 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/8/"
232 }
233 ],
234 "max_level": 32,
235 "method": {
236 "name": "walk",
237 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
238 },
239 "min_level": 32
240 },
241 {
242 "chance": 4,
243 "condition_values": [
244 {
245 "name": "slot2-emerald",
246 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/11/"
247 }
248 ],
249 "max_level": 32,
250 "method": {
251 "name": "walk",
252 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
253 },
254 "min_level": 32
255 },
256 {
257 "chance": 4,
258 "condition_values": [
259 {
260 "name": "slot2-firered",
261 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/12/"
262 }
263 ],
264 "max_level": 32,
265 "method": {
266 "name": "walk",
267 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
268 },
269 "min_level": 32
270 },
271 {
272 "chance": 4,
273 "condition_values": [
274 {
275 "name": "slot2-leafgreen",
276 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/13/"
277 }
278 ],
279 "max_level": 32,
280 "method": {
281 "name": "walk",
282 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
283 },
284 "min_level": 32
285 },
286 {
287 "chance": 4,
288 "condition_values": [
289 {
290 "name": "slot2-none",
291 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/8/"
292 }
293 ],
294 "max_level": 34,
295 "method": {
296 "name": "walk",
297 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
298 },
299 "min_level": 34
300 },
301 {
302 "chance": 4,
303 "condition_values": [
304 {
305 "name": "slot2-emerald",
306 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/11/"
307 }
308 ],
309 "max_level": 34,
310 "method": {
311 "name": "walk",
312 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
313 },
314 "min_level": 34
315 },
316 {
317 "chance": 4,
318 "condition_values": [
319 {
320 "name": "slot2-firered",
321 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/12/"
322 }
323 ],
324 "max_level": 34,
325 "method": {
326 "name": "walk",
327 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
328 },
329 "min_level": 34
330 },
331 {
332 "chance": 4,
333 "condition_values": [
334 {
335 "name": "slot2-leafgreen",
336 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/13/"
337 }
338 ],
339 "max_level": 34,
340 "method": {
341 "name": "walk",
342 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
343 },
344 "min_level": 34
345 },
346 {
347 "chance": 1,
348 "condition_values": [],
349 "max_level": 34,
350 "method": {
351 "name": "walk",
352 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
353 },
354 "min_level": 34
355 }
356 ],
357 "max_chance": 63,
358 "version": {
359 "name": "diamond",
360 "url": "https://pokedex.mimo.dev/api/version/12/"
361 }
362 },
363 {
364 "encounter_details": [
365 {
366 "chance": 20,
367 "condition_values": [],
368 "max_level": 31,
369 "method": {
370 "name": "walk",
371 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
372 },
373 "min_level": 31
374 },
375 {
376 "chance": 10,
377 "condition_values": [],
378 "max_level": 30,
379 "method": {
380 "name": "walk",
381 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
382 },
383 "min_level": 30
384 },
385 {
386 "chance": 4,
387 "condition_values": [
388 {
389 "name": "slot2-none",
390 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/8/"
391 }
392 ],
393 "max_level": 32,
394 "method": {
395 "name": "walk",
396 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
397 },
398 "min_level": 32
399 },
400 {
401 "chance": 4,
402 "condition_values": [
403 {
404 "name": "slot2-emerald",
405 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/11/"
406 }
407 ],
408 "max_level": 32,
409 "method": {
410 "name": "walk",
411 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
412 },
413 "min_level": 32
414 },
415 {
416 "chance": 4,
417 "condition_values": [
418 {
419 "name": "slot2-firered",
420 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/12/"
421 }
422 ],
423 "max_level": 32,
424 "method": {
425 "name": "walk",
426 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
427 },
428 "min_level": 32
429 },
430 {
431 "chance": 4,
432 "condition_values": [
433 {
434 "name": "slot2-leafgreen",
435 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/13/"
436 }
437 ],
438 "max_level": 32,
439 "method": {
440 "name": "walk",
441 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
442 },
443 "min_level": 32
444 },
445 {
446 "chance": 4,
447 "condition_values": [
448 {
449 "name": "slot2-none",
450 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/8/"
451 }
452 ],
453 "max_level": 34,
454 "method": {
455 "name": "walk",
456 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
457 },
458 "min_level": 34
459 },
460 {
461 "chance": 4,
462 "condition_values": [
463 {
464 "name": "slot2-emerald",
465 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/11/"
466 }
467 ],
468 "max_level": 34,
469 "method": {
470 "name": "walk",
471 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
472 },
473 "min_level": 34
474 },
475 {
476 "chance": 4,
477 "condition_values": [
478 {
479 "name": "slot2-firered",
480 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/12/"
481 }
482 ],
483 "max_level": 34,
484 "method": {
485 "name": "walk",
486 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
487 },
488 "min_level": 34
489 },
490 {
491 "chance": 4,
492 "condition_values": [
493 {
494 "name": "slot2-leafgreen",
495 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/13/"
496 }
497 ],
498 "max_level": 34,
499 "method": {
500 "name": "walk",
501 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
502 },
503 "min_level": 34
504 },
505 {
506 "chance": 1,
507 "condition_values": [],
508 "max_level": 34,
509 "method": {
510 "name": "walk",
511 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
512 },
513 "min_level": 34
514 }
515 ],
516 "max_chance": 63,
517 "version": {
518 "name": "pearl",
519 "url": "https://pokedex.mimo.dev/api/version/13/"
520 }
521 },
522 {
523 "encounter_details": [
524 {
525 "chance": 20,
526 "condition_values": [],
527 "max_level": 33,
528 "method": {
529 "name": "walk",
530 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
531 },
532 "min_level": 33
533 },
534 {
535 "chance": 10,
536 "condition_values": [],
537 "max_level": 33,
538 "method": {
539 "name": "walk",
540 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
541 },
542 "min_level": 33
543 },
544 {
545 "chance": 10,
546 "condition_values": [],
547 "max_level": 34,
548 "method": {
549 "name": "walk",
550 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
551 },
552 "min_level": 34
553 },
554 {
555 "chance": 4,
556 "condition_values": [
557 {
558 "name": "slot2-none",
559 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/8/"
560 }
561 ],
562 "max_level": 31,
563 "method": {
564 "name": "walk",
565 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
566 },
567 "min_level": 31
568 },
569 {
570 "chance": 4,
571 "condition_values": [
572 {
573 "name": "slot2-emerald",
574 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/11/"
575 }
576 ],
577 "max_level": 31,
578 "method": {
579 "name": "walk",
580 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
581 },
582 "min_level": 31
583 },
584 {
585 "chance": 4,
586 "condition_values": [
587 {
588 "name": "slot2-firered",
589 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/12/"
590 }
591 ],
592 "max_level": 31,
593 "method": {
594 "name": "walk",
595 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
596 },
597 "min_level": 31
598 },
599 {
600 "chance": 4,
601 "condition_values": [
602 {
603 "name": "slot2-leafgreen",
604 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/13/"
605 }
606 ],
607 "max_level": 31,
608 "method": {
609 "name": "walk",
610 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
611 },
612 "min_level": 31
613 },
614 {
615 "chance": 4,
616 "condition_values": [
617 {
618 "name": "slot2-none",
619 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/8/"
620 }
621 ],
622 "max_level": 32,
623 "method": {
624 "name": "walk",
625 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
626 },
627 "min_level": 32
628 },
629 {
630 "chance": 4,
631 "condition_values": [
632 {
633 "name": "slot2-emerald",
634 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/11/"
635 }
636 ],
637 "max_level": 32,
638 "method": {
639 "name": "walk",
640 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
641 },
642 "min_level": 32
643 },
644 {
645 "chance": 4,
646 "condition_values": [
647 {
648 "name": "slot2-firered",
649 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/12/"
650 }
651 ],
652 "max_level": 32,
653 "method": {
654 "name": "walk",
655 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
656 },
657 "min_level": 32
658 },
659 {
660 "chance": 4,
661 "condition_values": [
662 {
663 "name": "slot2-leafgreen",
664 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/13/"
665 }
666 ],
667 "max_level": 32,
668 "method": {
669 "name": "walk",
670 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
671 },
672 "min_level": 32
673 },
674 {
675 "chance": 1,
676 "condition_values": [],
677 "max_level": 31,
678 "method": {
679 "name": "walk",
680 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
681 },
682 "min_level": 31
683 },
684 {
685 "chance": 1,
686 "condition_values": [],
687 "max_level": 32,
688 "method": {
689 "name": "walk",
690 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
691 },
692 "min_level": 32
693 }
694 ],
695 "max_chance": 74,
696 "version": {
697 "name": "platinum",
698 "url": "https://pokedex.mimo.dev/api/version/14/"
699 }
700 }
701 ]
702 },
703 {
704 "pokemon": {
705 "name": "onix",
706 "url": "https://pokedex.mimo.dev/api/pokemon/95/"
707 },
708 "version_details": [
709 {
710 "encounter_details": [
711 {
712 "chance": 20,
713 "condition_values": [],
714 "max_level": 32,
715 "method": {
716 "name": "walk",
717 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
718 },
719 "min_level": 32
720 },
721 {
722 "chance": 10,
723 "condition_values": [],
724 "max_level": 33,
725 "method": {
726 "name": "walk",
727 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
728 },
729 "min_level": 33
730 }
731 ],
732 "max_chance": 30,
733 "version": {
734 "name": "diamond",
735 "url": "https://pokedex.mimo.dev/api/version/12/"
736 }
737 },
738 {
739 "encounter_details": [
740 {
741 "chance": 20,
742 "condition_values": [],
743 "max_level": 32,
744 "method": {
745 "name": "walk",
746 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
747 },
748 "min_level": 32
749 },
750 {
751 "chance": 10,
752 "condition_values": [],
753 "max_level": 33,
754 "method": {
755 "name": "walk",
756 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
757 },
758 "min_level": 33
759 }
760 ],
761 "max_chance": 30,
762 "version": {
763 "name": "pearl",
764 "url": "https://pokedex.mimo.dev/api/version/13/"
765 }
766 },
767 {
768 "encounter_details": [
769 {
770 "chance": 20,
771 "condition_values": [],
772 "max_level": 32,
773 "method": {
774 "name": "walk",
775 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
776 },
777 "min_level": 32
778 }
779 ],
780 "max_chance": 20,
781 "version": {
782 "name": "platinum",
783 "url": "https://pokedex.mimo.dev/api/version/14/"
784 }
785 }
786 ]
787 },
788 {
789 "pokemon": {
790 "name": "steelix",
791 "url": "https://pokedex.mimo.dev/api/pokemon/208/"
792 },
793 "version_details": [
794 {
795 "encounter_details": [
796 {
797 "chance": 5,
798 "condition_values": [],
799 "max_level": 33,
800 "method": {
801 "name": "walk",
802 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
803 },
804 "min_level": 33
805 },
806 {
807 "chance": 5,
808 "condition_values": [],
809 "max_level": 34,
810 "method": {
811 "name": "walk",
812 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
813 },
814 "min_level": 34
815 }
816 ],
817 "max_chance": 10,
818 "version": {
819 "name": "diamond",
820 "url": "https://pokedex.mimo.dev/api/version/12/"
821 }
822 },
823 {
824 "encounter_details": [
825 {
826 "chance": 5,
827 "condition_values": [],
828 "max_level": 33,
829 "method": {
830 "name": "walk",
831 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
832 },
833 "min_level": 33
834 },
835 {
836 "chance": 5,
837 "condition_values": [],
838 "max_level": 34,
839 "method": {
840 "name": "walk",
841 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
842 },
843 "min_level": 34
844 }
845 ],
846 "max_chance": 10,
847 "version": {
848 "name": "pearl",
849 "url": "https://pokedex.mimo.dev/api/version/13/"
850 }
851 },
852 {
853 "encounter_details": [
854 {
855 "chance": 5,
856 "condition_values": [],
857 "max_level": 33,
858 "method": {
859 "name": "walk",
860 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
861 },
862 "min_level": 33
863 },
864 {
865 "chance": 5,
866 "condition_values": [],
867 "max_level": 35,
868 "method": {
869 "name": "walk",
870 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
871 },
872 "min_level": 35
873 }
874 ],
875 "max_chance": 10,
876 "version": {
877 "name": "platinum",
878 "url": "https://pokedex.mimo.dev/api/version/14/"
879 }
880 }
881 ]
882 },
883 {
884 "pokemon": {
885 "name": "sableye",
886 "url": "https://pokedex.mimo.dev/api/pokemon/302/"
887 },
888 "version_details": [
889 {
890 "encounter_details": [
891 {
892 "chance": 4,
893 "condition_values": [
894 {
895 "name": "slot2-sapphire",
896 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/10/"
897 }
898 ],
899 "max_level": 32,
900 "method": {
901 "name": "walk",
902 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
903 },
904 "min_level": 32
905 },
906 {
907 "chance": 4,
908 "condition_values": [
909 {
910 "name": "slot2-sapphire",
911 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/10/"
912 }
913 ],
914 "max_level": 34,
915 "method": {
916 "name": "walk",
917 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
918 },
919 "min_level": 34
920 }
921 ],
922 "max_chance": 8,
923 "version": {
924 "name": "diamond",
925 "url": "https://pokedex.mimo.dev/api/version/12/"
926 }
927 },
928 {
929 "encounter_details": [
930 {
931 "chance": 4,
932 "condition_values": [
933 {
934 "name": "slot2-sapphire",
935 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/10/"
936 }
937 ],
938 "max_level": 32,
939 "method": {
940 "name": "walk",
941 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
942 },
943 "min_level": 32
944 },
945 {
946 "chance": 4,
947 "condition_values": [
948 {
949 "name": "slot2-sapphire",
950 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/10/"
951 }
952 ],
953 "max_level": 34,
954 "method": {
955 "name": "walk",
956 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
957 },
958 "min_level": 34
959 }
960 ],
961 "max_chance": 8,
962 "version": {
963 "name": "pearl",
964 "url": "https://pokedex.mimo.dev/api/version/13/"
965 }
966 },
967 {
968 "encounter_details": [
969 {
970 "chance": 4,
971 "condition_values": [
972 {
973 "name": "slot2-sapphire",
974 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/10/"
975 }
976 ],
977 "max_level": 31,
978 "method": {
979 "name": "walk",
980 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
981 },
982 "min_level": 31
983 },
984 {
985 "chance": 4,
986 "condition_values": [
987 {
988 "name": "slot2-sapphire",
989 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/10/"
990 }
991 ],
992 "max_level": 32,
993 "method": {
994 "name": "walk",
995 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
996 },
997 "min_level": 32
998 }
999 ],
1000 "max_chance": 8,
1001 "version": {
1002 "name": "platinum",
1003 "url": "https://pokedex.mimo.dev/api/version/14/"
1004 }
1005 }
1006 ]
1007 },
1008 {
1009 "pokemon": {
1010 "name": "mawile",
1011 "url": "https://pokedex.mimo.dev/api/pokemon/303/"
1012 },
1013 "version_details": [
1014 {
1015 "encounter_details": [
1016 {
1017 "chance": 4,
1018 "condition_values": [
1019 {
1020 "name": "slot2-ruby",
1021 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/9/"
1022 }
1023 ],
1024 "max_level": 32,
1025 "method": {
1026 "name": "walk",
1027 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1028 },
1029 "min_level": 32
1030 },
1031 {
1032 "chance": 4,
1033 "condition_values": [
1034 {
1035 "name": "slot2-ruby",
1036 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/9/"
1037 }
1038 ],
1039 "max_level": 34,
1040 "method": {
1041 "name": "walk",
1042 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1043 },
1044 "min_level": 34
1045 }
1046 ],
1047 "max_chance": 8,
1048 "version": {
1049 "name": "diamond",
1050 "url": "https://pokedex.mimo.dev/api/version/12/"
1051 }
1052 },
1053 {
1054 "encounter_details": [
1055 {
1056 "chance": 4,
1057 "condition_values": [
1058 {
1059 "name": "slot2-ruby",
1060 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/9/"
1061 }
1062 ],
1063 "max_level": 32,
1064 "method": {
1065 "name": "walk",
1066 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1067 },
1068 "min_level": 32
1069 },
1070 {
1071 "chance": 4,
1072 "condition_values": [
1073 {
1074 "name": "slot2-ruby",
1075 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/9/"
1076 }
1077 ],
1078 "max_level": 34,
1079 "method": {
1080 "name": "walk",
1081 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1082 },
1083 "min_level": 34
1084 }
1085 ],
1086 "max_chance": 8,
1087 "version": {
1088 "name": "pearl",
1089 "url": "https://pokedex.mimo.dev/api/version/13/"
1090 }
1091 },
1092 {
1093 "encounter_details": [
1094 {
1095 "chance": 4,
1096 "condition_values": [
1097 {
1098 "name": "slot2-ruby",
1099 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/9/"
1100 }
1101 ],
1102 "max_level": 31,
1103 "method": {
1104 "name": "walk",
1105 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1106 },
1107 "min_level": 31
1108 },
1109 {
1110 "chance": 4,
1111 "condition_values": [
1112 {
1113 "name": "slot2-ruby",
1114 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/9/"
1115 }
1116 ],
1117 "max_level": 32,
1118 "method": {
1119 "name": "walk",
1120 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1121 },
1122 "min_level": 32
1123 }
1124 ],
1125 "max_chance": 8,
1126 "version": {
1127 "name": "platinum",
1128 "url": "https://pokedex.mimo.dev/api/version/14/"
1129 }
1130 }
1131 ]
1132 },
1133 {
1134 "pokemon": {
1135 "name": "riolu",
1136 "url": "https://pokedex.mimo.dev/api/pokemon/447/"
1137 },
1138 "version_details": [
1139 {
1140 "encounter_details": [
1141 {
1142 "chance": 100,
1143 "condition_values": [
1144 {
1145 "name": "story-progress-beat-team-galactic-iron-island",
1146 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/52/"
1147 }
1148 ],
1149 "max_level": 1,
1150 "method": {
1151 "name": "gift-egg",
1152 "url": "https://pokedex.mimo.dev/api/encounter-method/19/"
1153 },
1154 "min_level": 1
1155 }
1156 ],
1157 "max_chance": 100,
1158 "version": {
1159 "name": "diamond",
1160 "url": "https://pokedex.mimo.dev/api/version/12/"
1161 }
1162 },
1163 {
1164 "encounter_details": [
1165 {
1166 "chance": 100,
1167 "condition_values": [
1168 {
1169 "name": "story-progress-beat-team-galactic-iron-island",
1170 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/52/"
1171 }
1172 ],
1173 "max_level": 1,
1174 "method": {
1175 "name": "gift-egg",
1176 "url": "https://pokedex.mimo.dev/api/encounter-method/19/"
1177 },
1178 "min_level": 1
1179 }
1180 ],
1181 "max_chance": 100,
1182 "version": {
1183 "name": "pearl",
1184 "url": "https://pokedex.mimo.dev/api/version/13/"
1185 }
1186 },
1187 {
1188 "encounter_details": [
1189 {
1190 "chance": 100,
1191 "condition_values": [
1192 {
1193 "name": "story-progress-beat-team-galactic-iron-island",
1194 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/52/"
1195 }
1196 ],
1197 "max_level": 1,
1198 "method": {
1199 "name": "gift-egg",
1200 "url": "https://pokedex.mimo.dev/api/encounter-method/19/"
1201 },
1202 "min_level": 1
1203 }
1204 ],
1205 "max_chance": 100,
1206 "version": {
1207 "name": "platinum",
1208 "url": "https://pokedex.mimo.dev/api/version/14/"
1209 }
1210 }
1211 ]
1212 }
1213 ]
1214}