Endpoint: location-area

GEThttps://pokedex.mimo.dev/api/location-area/iron-island-b2f-right

Request

GETlocation-area
1fetch("https://pokedex.mimo.dev/api/location-area/iron-island-b2f-right")
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": 123,
34 "id": 123,
35 "location": {
36 "name": "iron-island",
37 "url": "https://pokedex.mimo.dev/api/location/24/"
38 },
39 "name": "iron-island-b2f-right",
40 "names": [
41 {
42 "language": {
43 "name": "en",
44 "url": "https://pokedex.mimo.dev/api/language/9/"
45 },
46 "name": "Iron Island (B2F right)"
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 droit)"
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": 30,
69 "method": {
70 "name": "walk",
71 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
72 },
73 "min_level": 30
74 },
75 {
76 "chance": 10,
77 "condition_values": [],
78 "max_level": 31,
79 "method": {
80 "name": "walk",
81 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
82 },
83 "min_level": 31
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": 30,
98 "method": {
99 "name": "walk",
100 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
101 },
102 "min_level": 30
103 },
104 {
105 "chance": 10,
106 "condition_values": [],
107 "max_level": 31,
108 "method": {
109 "name": "walk",
110 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
111 },
112 "min_level": 31
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": 31,
164 "method": {
165 "name": "walk",
166 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
167 },
168 "min_level": 31
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": 31,
183 "method": {
184 "name": "walk",
185 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
186 },
187 "min_level": 31
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": 30,
210 "method": {
211 "name": "walk",
212 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
213 },
214 "min_level": 30
215 },
216 {
217 "chance": 10,
218 "condition_values": [],
219 "max_level": 29,
220 "method": {
221 "name": "walk",
222 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
223 },
224 "min_level": 29
225 },
226 {
227 "chance": 10,
228 "condition_values": [],
229 "max_level": 32,
230 "method": {
231 "name": "walk",
232 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
233 },
234 "min_level": 32
235 },
236 {
237 "chance": 4,
238 "condition_values": [
239 {
240 "name": "slot2-none",
241 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/8/"
242 }
243 ],
244 "max_level": 31,
245 "method": {
246 "name": "walk",
247 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
248 },
249 "min_level": 31
250 },
251 {
252 "chance": 4,
253 "condition_values": [
254 {
255 "name": "slot2-emerald",
256 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/11/"
257 }
258 ],
259 "max_level": 31,
260 "method": {
261 "name": "walk",
262 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
263 },
264 "min_level": 31
265 },
266 {
267 "chance": 4,
268 "condition_values": [
269 {
270 "name": "slot2-firered",
271 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/12/"
272 }
273 ],
274 "max_level": 31,
275 "method": {
276 "name": "walk",
277 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
278 },
279 "min_level": 31
280 },
281 {
282 "chance": 4,
283 "condition_values": [
284 {
285 "name": "slot2-leafgreen",
286 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/13/"
287 }
288 ],
289 "max_level": 31,
290 "method": {
291 "name": "walk",
292 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
293 },
294 "min_level": 31
295 },
296 {
297 "chance": 4,
298 "condition_values": [
299 {
300 "name": "slot2-none",
301 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/8/"
302 }
303 ],
304 "max_level": 33,
305 "method": {
306 "name": "walk",
307 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
308 },
309 "min_level": 33
310 },
311 {
312 "chance": 4,
313 "condition_values": [
314 {
315 "name": "slot2-emerald",
316 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/11/"
317 }
318 ],
319 "max_level": 33,
320 "method": {
321 "name": "walk",
322 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
323 },
324 "min_level": 33
325 },
326 {
327 "chance": 4,
328 "condition_values": [
329 {
330 "name": "slot2-firered",
331 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/12/"
332 }
333 ],
334 "max_level": 33,
335 "method": {
336 "name": "walk",
337 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
338 },
339 "min_level": 33
340 },
341 {
342 "chance": 4,
343 "condition_values": [
344 {
345 "name": "slot2-leafgreen",
346 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/13/"
347 }
348 ],
349 "max_level": 33,
350 "method": {
351 "name": "walk",
352 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
353 },
354 "min_level": 33
355 },
356 {
357 "chance": 1,
358 "condition_values": [],
359 "max_level": 33,
360 "method": {
361 "name": "walk",
362 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
363 },
364 "min_level": 33
365 }
366 ],
367 "max_chance": 73,
368 "version": {
369 "name": "diamond",
370 "url": "https://pokedex.mimo.dev/api/version/12/"
371 }
372 },
373 {
374 "encounter_details": [
375 {
376 "chance": 20,
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": 10,
387 "condition_values": [],
388 "max_level": 29,
389 "method": {
390 "name": "walk",
391 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
392 },
393 "min_level": 29
394 },
395 {
396 "chance": 10,
397 "condition_values": [],
398 "max_level": 32,
399 "method": {
400 "name": "walk",
401 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
402 },
403 "min_level": 32
404 },
405 {
406 "chance": 4,
407 "condition_values": [
408 {
409 "name": "slot2-none",
410 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/8/"
411 }
412 ],
413 "max_level": 31,
414 "method": {
415 "name": "walk",
416 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
417 },
418 "min_level": 31
419 },
420 {
421 "chance": 4,
422 "condition_values": [
423 {
424 "name": "slot2-emerald",
425 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/11/"
426 }
427 ],
428 "max_level": 31,
429 "method": {
430 "name": "walk",
431 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
432 },
433 "min_level": 31
434 },
435 {
436 "chance": 4,
437 "condition_values": [
438 {
439 "name": "slot2-firered",
440 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/12/"
441 }
442 ],
443 "max_level": 31,
444 "method": {
445 "name": "walk",
446 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
447 },
448 "min_level": 31
449 },
450 {
451 "chance": 4,
452 "condition_values": [
453 {
454 "name": "slot2-leafgreen",
455 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/13/"
456 }
457 ],
458 "max_level": 31,
459 "method": {
460 "name": "walk",
461 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
462 },
463 "min_level": 31
464 },
465 {
466 "chance": 4,
467 "condition_values": [
468 {
469 "name": "slot2-none",
470 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/8/"
471 }
472 ],
473 "max_level": 33,
474 "method": {
475 "name": "walk",
476 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
477 },
478 "min_level": 33
479 },
480 {
481 "chance": 4,
482 "condition_values": [
483 {
484 "name": "slot2-emerald",
485 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/11/"
486 }
487 ],
488 "max_level": 33,
489 "method": {
490 "name": "walk",
491 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
492 },
493 "min_level": 33
494 },
495 {
496 "chance": 4,
497 "condition_values": [
498 {
499 "name": "slot2-firered",
500 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/12/"
501 }
502 ],
503 "max_level": 33,
504 "method": {
505 "name": "walk",
506 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
507 },
508 "min_level": 33
509 },
510 {
511 "chance": 4,
512 "condition_values": [
513 {
514 "name": "slot2-leafgreen",
515 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/13/"
516 }
517 ],
518 "max_level": 33,
519 "method": {
520 "name": "walk",
521 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
522 },
523 "min_level": 33
524 },
525 {
526 "chance": 1,
527 "condition_values": [],
528 "max_level": 33,
529 "method": {
530 "name": "walk",
531 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
532 },
533 "min_level": 33
534 }
535 ],
536 "max_chance": 73,
537 "version": {
538 "name": "pearl",
539 "url": "https://pokedex.mimo.dev/api/version/13/"
540 }
541 },
542 {
543 "encounter_details": [
544 {
545 "chance": 20,
546 "condition_values": [],
547 "max_level": 33,
548 "method": {
549 "name": "walk",
550 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
551 },
552 "min_level": 33
553 },
554 {
555 "chance": 10,
556 "condition_values": [],
557 "max_level": 33,
558 "method": {
559 "name": "walk",
560 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
561 },
562 "min_level": 33
563 },
564 {
565 "chance": 10,
566 "condition_values": [],
567 "max_level": 34,
568 "method": {
569 "name": "walk",
570 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
571 },
572 "min_level": 34
573 },
574 {
575 "chance": 4,
576 "condition_values": [
577 {
578 "name": "slot2-none",
579 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/8/"
580 }
581 ],
582 "max_level": 31,
583 "method": {
584 "name": "walk",
585 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
586 },
587 "min_level": 31
588 },
589 {
590 "chance": 4,
591 "condition_values": [
592 {
593 "name": "slot2-emerald",
594 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/11/"
595 }
596 ],
597 "max_level": 31,
598 "method": {
599 "name": "walk",
600 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
601 },
602 "min_level": 31
603 },
604 {
605 "chance": 4,
606 "condition_values": [
607 {
608 "name": "slot2-firered",
609 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/12/"
610 }
611 ],
612 "max_level": 31,
613 "method": {
614 "name": "walk",
615 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
616 },
617 "min_level": 31
618 },
619 {
620 "chance": 4,
621 "condition_values": [
622 {
623 "name": "slot2-leafgreen",
624 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/13/"
625 }
626 ],
627 "max_level": 31,
628 "method": {
629 "name": "walk",
630 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
631 },
632 "min_level": 31
633 },
634 {
635 "chance": 4,
636 "condition_values": [
637 {
638 "name": "slot2-none",
639 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/8/"
640 }
641 ],
642 "max_level": 32,
643 "method": {
644 "name": "walk",
645 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
646 },
647 "min_level": 32
648 },
649 {
650 "chance": 4,
651 "condition_values": [
652 {
653 "name": "slot2-emerald",
654 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/11/"
655 }
656 ],
657 "max_level": 32,
658 "method": {
659 "name": "walk",
660 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
661 },
662 "min_level": 32
663 },
664 {
665 "chance": 4,
666 "condition_values": [
667 {
668 "name": "slot2-firered",
669 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/12/"
670 }
671 ],
672 "max_level": 32,
673 "method": {
674 "name": "walk",
675 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
676 },
677 "min_level": 32
678 },
679 {
680 "chance": 4,
681 "condition_values": [
682 {
683 "name": "slot2-leafgreen",
684 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/13/"
685 }
686 ],
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 "chance": 1,
696 "condition_values": [],
697 "max_level": 31,
698 "method": {
699 "name": "walk",
700 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
701 },
702 "min_level": 31
703 },
704 {
705 "chance": 1,
706 "condition_values": [],
707 "max_level": 32,
708 "method": {
709 "name": "walk",
710 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
711 },
712 "min_level": 32
713 }
714 ],
715 "max_chance": 74,
716 "version": {
717 "name": "platinum",
718 "url": "https://pokedex.mimo.dev/api/version/14/"
719 }
720 }
721 ]
722 },
723 {
724 "pokemon": {
725 "name": "onix",
726 "url": "https://pokedex.mimo.dev/api/pokemon/95/"
727 },
728 "version_details": [
729 {
730 "encounter_details": [
731 {
732 "chance": 20,
733 "condition_values": [],
734 "max_level": 31,
735 "method": {
736 "name": "walk",
737 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
738 },
739 "min_level": 31
740 },
741 {
742 "chance": 5,
743 "condition_values": [],
744 "max_level": 32,
745 "method": {
746 "name": "walk",
747 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
748 },
749 "min_level": 32
750 },
751 {
752 "chance": 5,
753 "condition_values": [],
754 "max_level": 33,
755 "method": {
756 "name": "walk",
757 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
758 },
759 "min_level": 33
760 }
761 ],
762 "max_chance": 30,
763 "version": {
764 "name": "diamond",
765 "url": "https://pokedex.mimo.dev/api/version/12/"
766 }
767 },
768 {
769 "encounter_details": [
770 {
771 "chance": 20,
772 "condition_values": [],
773 "max_level": 31,
774 "method": {
775 "name": "walk",
776 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
777 },
778 "min_level": 31
779 },
780 {
781 "chance": 5,
782 "condition_values": [],
783 "max_level": 32,
784 "method": {
785 "name": "walk",
786 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
787 },
788 "min_level": 32
789 },
790 {
791 "chance": 5,
792 "condition_values": [],
793 "max_level": 33,
794 "method": {
795 "name": "walk",
796 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
797 },
798 "min_level": 33
799 }
800 ],
801 "max_chance": 30,
802 "version": {
803 "name": "pearl",
804 "url": "https://pokedex.mimo.dev/api/version/13/"
805 }
806 },
807 {
808 "encounter_details": [
809 {
810 "chance": 20,
811 "condition_values": [],
812 "max_level": 32,
813 "method": {
814 "name": "walk",
815 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
816 },
817 "min_level": 32
818 }
819 ],
820 "max_chance": 20,
821 "version": {
822 "name": "platinum",
823 "url": "https://pokedex.mimo.dev/api/version/14/"
824 }
825 }
826 ]
827 },
828 {
829 "pokemon": {
830 "name": "steelix",
831 "url": "https://pokedex.mimo.dev/api/pokemon/208/"
832 },
833 "version_details": [
834 {
835 "encounter_details": [
836 {
837 "chance": 5,
838 "condition_values": [],
839 "max_level": 33,
840 "method": {
841 "name": "walk",
842 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
843 },
844 "min_level": 33
845 },
846 {
847 "chance": 5,
848 "condition_values": [],
849 "max_level": 35,
850 "method": {
851 "name": "walk",
852 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
853 },
854 "min_level": 35
855 }
856 ],
857 "max_chance": 10,
858 "version": {
859 "name": "platinum",
860 "url": "https://pokedex.mimo.dev/api/version/14/"
861 }
862 }
863 ]
864 },
865 {
866 "pokemon": {
867 "name": "sableye",
868 "url": "https://pokedex.mimo.dev/api/pokemon/302/"
869 },
870 "version_details": [
871 {
872 "encounter_details": [
873 {
874 "chance": 4,
875 "condition_values": [
876 {
877 "name": "slot2-sapphire",
878 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/10/"
879 }
880 ],
881 "max_level": 31,
882 "method": {
883 "name": "walk",
884 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
885 },
886 "min_level": 31
887 },
888 {
889 "chance": 4,
890 "condition_values": [
891 {
892 "name": "slot2-sapphire",
893 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/10/"
894 }
895 ],
896 "max_level": 33,
897 "method": {
898 "name": "walk",
899 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
900 },
901 "min_level": 33
902 }
903 ],
904 "max_chance": 8,
905 "version": {
906 "name": "diamond",
907 "url": "https://pokedex.mimo.dev/api/version/12/"
908 }
909 },
910 {
911 "encounter_details": [
912 {
913 "chance": 4,
914 "condition_values": [
915 {
916 "name": "slot2-sapphire",
917 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/10/"
918 }
919 ],
920 "max_level": 31,
921 "method": {
922 "name": "walk",
923 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
924 },
925 "min_level": 31
926 },
927 {
928 "chance": 4,
929 "condition_values": [
930 {
931 "name": "slot2-sapphire",
932 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/10/"
933 }
934 ],
935 "max_level": 33,
936 "method": {
937 "name": "walk",
938 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
939 },
940 "min_level": 33
941 }
942 ],
943 "max_chance": 8,
944 "version": {
945 "name": "pearl",
946 "url": "https://pokedex.mimo.dev/api/version/13/"
947 }
948 },
949 {
950 "encounter_details": [
951 {
952 "chance": 4,
953 "condition_values": [
954 {
955 "name": "slot2-sapphire",
956 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/10/"
957 }
958 ],
959 "max_level": 31,
960 "method": {
961 "name": "walk",
962 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
963 },
964 "min_level": 31
965 },
966 {
967 "chance": 4,
968 "condition_values": [
969 {
970 "name": "slot2-sapphire",
971 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/10/"
972 }
973 ],
974 "max_level": 32,
975 "method": {
976 "name": "walk",
977 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
978 },
979 "min_level": 32
980 }
981 ],
982 "max_chance": 8,
983 "version": {
984 "name": "platinum",
985 "url": "https://pokedex.mimo.dev/api/version/14/"
986 }
987 }
988 ]
989 },
990 {
991 "pokemon": {
992 "name": "mawile",
993 "url": "https://pokedex.mimo.dev/api/pokemon/303/"
994 },
995 "version_details": [
996 {
997 "encounter_details": [
998 {
999 "chance": 4,
1000 "condition_values": [
1001 {
1002 "name": "slot2-ruby",
1003 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/9/"
1004 }
1005 ],
1006 "max_level": 31,
1007 "method": {
1008 "name": "walk",
1009 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1010 },
1011 "min_level": 31
1012 },
1013 {
1014 "chance": 4,
1015 "condition_values": [
1016 {
1017 "name": "slot2-ruby",
1018 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/9/"
1019 }
1020 ],
1021 "max_level": 33,
1022 "method": {
1023 "name": "walk",
1024 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1025 },
1026 "min_level": 33
1027 }
1028 ],
1029 "max_chance": 8,
1030 "version": {
1031 "name": "diamond",
1032 "url": "https://pokedex.mimo.dev/api/version/12/"
1033 }
1034 },
1035 {
1036 "encounter_details": [
1037 {
1038 "chance": 4,
1039 "condition_values": [
1040 {
1041 "name": "slot2-ruby",
1042 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/9/"
1043 }
1044 ],
1045 "max_level": 31,
1046 "method": {
1047 "name": "walk",
1048 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1049 },
1050 "min_level": 31
1051 },
1052 {
1053 "chance": 4,
1054 "condition_values": [
1055 {
1056 "name": "slot2-ruby",
1057 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/9/"
1058 }
1059 ],
1060 "max_level": 33,
1061 "method": {
1062 "name": "walk",
1063 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1064 },
1065 "min_level": 33
1066 }
1067 ],
1068 "max_chance": 8,
1069 "version": {
1070 "name": "pearl",
1071 "url": "https://pokedex.mimo.dev/api/version/13/"
1072 }
1073 },
1074 {
1075 "encounter_details": [
1076 {
1077 "chance": 4,
1078 "condition_values": [
1079 {
1080 "name": "slot2-ruby",
1081 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/9/"
1082 }
1083 ],
1084 "max_level": 31,
1085 "method": {
1086 "name": "walk",
1087 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1088 },
1089 "min_level": 31
1090 },
1091 {
1092 "chance": 4,
1093 "condition_values": [
1094 {
1095 "name": "slot2-ruby",
1096 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/9/"
1097 }
1098 ],
1099 "max_level": 32,
1100 "method": {
1101 "name": "walk",
1102 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1103 },
1104 "min_level": 32
1105 }
1106 ],
1107 "max_chance": 8,
1108 "version": {
1109 "name": "platinum",
1110 "url": "https://pokedex.mimo.dev/api/version/14/"
1111 }
1112 }
1113 ]
1114 }
1115 ]
1116}