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