Endpoint: location-area

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

Request

GETlocation-area
1fetch("https://pokedex.mimo.dev/api/location-area/iron-island-b3f")
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": 125,
34 "id": 125,
35 "location": {
36 "name": "iron-island",
37 "url": "https://pokedex.mimo.dev/api/location/24/"
38 },
39 "name": "iron-island-b3f",
40 "names": [
41 {
42 "language": {
43 "name": "en",
44 "url": "https://pokedex.mimo.dev/api/language/9/"
45 },
46 "name": "Iron Island (B3F)"
47 },
48 {
49 "language": {
50 "name": "fr",
51 "url": "https://pokedex.mimo.dev/api/language/5/"
52 },
53 "name": "Ile de Fer (3e s-sol)"
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 {
773 "name": "swarm-yes",
774 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
775 }
776 ],
777 "max_level": 32,
778 "method": {
779 "name": "walk",
780 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
781 },
782 "min_level": 32
783 }
784 ],
785 "max_chance": 20,
786 "version": {
787 "name": "platinum",
788 "url": "https://pokedex.mimo.dev/api/version/14/"
789 }
790 }
791 ]
792 },
793 {
794 "pokemon": {
795 "name": "steelix",
796 "url": "https://pokedex.mimo.dev/api/pokemon/208/"
797 },
798 "version_details": [
799 {
800 "encounter_details": [
801 {
802 "chance": 5,
803 "condition_values": [],
804 "max_level": 33,
805 "method": {
806 "name": "walk",
807 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
808 },
809 "min_level": 33
810 },
811 {
812 "chance": 5,
813 "condition_values": [],
814 "max_level": 34,
815 "method": {
816 "name": "walk",
817 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
818 },
819 "min_level": 34
820 }
821 ],
822 "max_chance": 10,
823 "version": {
824 "name": "diamond",
825 "url": "https://pokedex.mimo.dev/api/version/12/"
826 }
827 },
828 {
829 "encounter_details": [
830 {
831 "chance": 5,
832 "condition_values": [],
833 "max_level": 33,
834 "method": {
835 "name": "walk",
836 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
837 },
838 "min_level": 33
839 },
840 {
841 "chance": 5,
842 "condition_values": [],
843 "max_level": 34,
844 "method": {
845 "name": "walk",
846 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
847 },
848 "min_level": 34
849 }
850 ],
851 "max_chance": 10,
852 "version": {
853 "name": "pearl",
854 "url": "https://pokedex.mimo.dev/api/version/13/"
855 }
856 },
857 {
858 "encounter_details": [
859 {
860 "chance": 20,
861 "condition_values": [
862 {
863 "name": "swarm-no",
864 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
865 }
866 ],
867 "max_level": 32,
868 "method": {
869 "name": "walk",
870 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
871 },
872 "min_level": 32
873 },
874 {
875 "chance": 5,
876 "condition_values": [],
877 "max_level": 33,
878 "method": {
879 "name": "walk",
880 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
881 },
882 "min_level": 33
883 },
884 {
885 "chance": 5,
886 "condition_values": [],
887 "max_level": 35,
888 "method": {
889 "name": "walk",
890 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
891 },
892 "min_level": 35
893 }
894 ],
895 "max_chance": 30,
896 "version": {
897 "name": "platinum",
898 "url": "https://pokedex.mimo.dev/api/version/14/"
899 }
900 }
901 ]
902 },
903 {
904 "pokemon": {
905 "name": "sableye",
906 "url": "https://pokedex.mimo.dev/api/pokemon/302/"
907 },
908 "version_details": [
909 {
910 "encounter_details": [
911 {
912 "chance": 4,
913 "condition_values": [
914 {
915 "name": "slot2-sapphire",
916 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/10/"
917 }
918 ],
919 "max_level": 32,
920 "method": {
921 "name": "walk",
922 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
923 },
924 "min_level": 32
925 },
926 {
927 "chance": 4,
928 "condition_values": [
929 {
930 "name": "slot2-sapphire",
931 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/10/"
932 }
933 ],
934 "max_level": 34,
935 "method": {
936 "name": "walk",
937 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
938 },
939 "min_level": 34
940 }
941 ],
942 "max_chance": 8,
943 "version": {
944 "name": "diamond",
945 "url": "https://pokedex.mimo.dev/api/version/12/"
946 }
947 },
948 {
949 "encounter_details": [
950 {
951 "chance": 4,
952 "condition_values": [
953 {
954 "name": "slot2-sapphire",
955 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/10/"
956 }
957 ],
958 "max_level": 32,
959 "method": {
960 "name": "walk",
961 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
962 },
963 "min_level": 32
964 },
965 {
966 "chance": 4,
967 "condition_values": [
968 {
969 "name": "slot2-sapphire",
970 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/10/"
971 }
972 ],
973 "max_level": 34,
974 "method": {
975 "name": "walk",
976 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
977 },
978 "min_level": 34
979 }
980 ],
981 "max_chance": 8,
982 "version": {
983 "name": "pearl",
984 "url": "https://pokedex.mimo.dev/api/version/13/"
985 }
986 },
987 {
988 "encounter_details": [
989 {
990 "chance": 4,
991 "condition_values": [
992 {
993 "name": "slot2-sapphire",
994 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/10/"
995 }
996 ],
997 "max_level": 31,
998 "method": {
999 "name": "walk",
1000 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1001 },
1002 "min_level": 31
1003 },
1004 {
1005 "chance": 4,
1006 "condition_values": [
1007 {
1008 "name": "slot2-sapphire",
1009 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/10/"
1010 }
1011 ],
1012 "max_level": 32,
1013 "method": {
1014 "name": "walk",
1015 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1016 },
1017 "min_level": 32
1018 }
1019 ],
1020 "max_chance": 8,
1021 "version": {
1022 "name": "platinum",
1023 "url": "https://pokedex.mimo.dev/api/version/14/"
1024 }
1025 }
1026 ]
1027 },
1028 {
1029 "pokemon": {
1030 "name": "mawile",
1031 "url": "https://pokedex.mimo.dev/api/pokemon/303/"
1032 },
1033 "version_details": [
1034 {
1035 "encounter_details": [
1036 {
1037 "chance": 4,
1038 "condition_values": [
1039 {
1040 "name": "slot2-ruby",
1041 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/9/"
1042 }
1043 ],
1044 "max_level": 32,
1045 "method": {
1046 "name": "walk",
1047 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1048 },
1049 "min_level": 32
1050 },
1051 {
1052 "chance": 4,
1053 "condition_values": [
1054 {
1055 "name": "slot2-ruby",
1056 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/9/"
1057 }
1058 ],
1059 "max_level": 34,
1060 "method": {
1061 "name": "walk",
1062 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1063 },
1064 "min_level": 34
1065 }
1066 ],
1067 "max_chance": 8,
1068 "version": {
1069 "name": "diamond",
1070 "url": "https://pokedex.mimo.dev/api/version/12/"
1071 }
1072 },
1073 {
1074 "encounter_details": [
1075 {
1076 "chance": 4,
1077 "condition_values": [
1078 {
1079 "name": "slot2-ruby",
1080 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/9/"
1081 }
1082 ],
1083 "max_level": 32,
1084 "method": {
1085 "name": "walk",
1086 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1087 },
1088 "min_level": 32
1089 },
1090 {
1091 "chance": 4,
1092 "condition_values": [
1093 {
1094 "name": "slot2-ruby",
1095 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/9/"
1096 }
1097 ],
1098 "max_level": 34,
1099 "method": {
1100 "name": "walk",
1101 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1102 },
1103 "min_level": 34
1104 }
1105 ],
1106 "max_chance": 8,
1107 "version": {
1108 "name": "pearl",
1109 "url": "https://pokedex.mimo.dev/api/version/13/"
1110 }
1111 },
1112 {
1113 "encounter_details": [
1114 {
1115 "chance": 4,
1116 "condition_values": [
1117 {
1118 "name": "slot2-ruby",
1119 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/9/"
1120 }
1121 ],
1122 "max_level": 31,
1123 "method": {
1124 "name": "walk",
1125 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1126 },
1127 "min_level": 31
1128 },
1129 {
1130 "chance": 4,
1131 "condition_values": [
1132 {
1133 "name": "slot2-ruby",
1134 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/9/"
1135 }
1136 ],
1137 "max_level": 32,
1138 "method": {
1139 "name": "walk",
1140 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1141 },
1142 "min_level": 32
1143 }
1144 ],
1145 "max_chance": 8,
1146 "version": {
1147 "name": "platinum",
1148 "url": "https://pokedex.mimo.dev/api/version/14/"
1149 }
1150 }
1151 ]
1152 }
1153 ]
1154}