Endpoint: location-area

GEThttps://pokedex.mimo.dev/api/location-area/johto-route-39-area

Request

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

Response

response.json
1{
2 "encounter_method_rates": [
3 {
4 "encounter_method": {
5 "name": "walk",
6 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
7 },
8 "version_details": [
9 {
10 "rate": 25,
11 "version": {
12 "name": "heartgold",
13 "url": "https://pokedex.mimo.dev/api/version/15/"
14 }
15 },
16 {
17 "rate": 25,
18 "version": {
19 "name": "soulsilver",
20 "url": "https://pokedex.mimo.dev/api/version/16/"
21 }
22 }
23 ]
24 }
25 ],
26 "game_index": 40,
27 "id": 223,
28 "location": {
29 "name": "johto-route-39",
30 "url": "https://pokedex.mimo.dev/api/location/119/"
31 },
32 "name": "johto-route-39-area",
33 "names": [
34 {
35 "language": {
36 "name": "en",
37 "url": "https://pokedex.mimo.dev/api/language/9/"
38 },
39 "name": "Road 39"
40 },
41 {
42 "language": {
43 "name": "fr",
44 "url": "https://pokedex.mimo.dev/api/language/5/"
45 },
46 "name": "Route 39"
47 }
48 ],
49 "pokemon_encounters": [
50 {
51 "pokemon": {
52 "name": "caterpie",
53 "url": "https://pokedex.mimo.dev/api/pokemon/10/"
54 },
55 "version_details": [
56 {
57 "encounter_details": [
58 {
59 "chance": 50,
60 "condition_values": [],
61 "max_level": 10,
62 "method": {
63 "name": "headbutt-low",
64 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
65 },
66 "min_level": 10
67 },
68 {
69 "chance": 15,
70 "condition_values": [],
71 "max_level": 10,
72 "method": {
73 "name": "headbutt-low",
74 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
75 },
76 "min_level": 10
77 },
78 {
79 "chance": 50,
80 "condition_values": [],
81 "max_level": 10,
82 "method": {
83 "name": "headbutt-normal",
84 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
85 },
86 "min_level": 10
87 },
88 {
89 "chance": 15,
90 "condition_values": [],
91 "max_level": 10,
92 "method": {
93 "name": "headbutt-normal",
94 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
95 },
96 "min_level": 10
97 },
98 {
99 "chance": 50,
100 "condition_values": [],
101 "max_level": 10,
102 "method": {
103 "name": "headbutt-high",
104 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
105 },
106 "min_level": 10
107 }
108 ],
109 "max_chance": 180,
110 "version": {
111 "name": "gold",
112 "url": "https://pokedex.mimo.dev/api/version/4/"
113 }
114 }
115 ]
116 },
117 {
118 "pokemon": {
119 "name": "metapod",
120 "url": "https://pokedex.mimo.dev/api/pokemon/11/"
121 },
122 "version_details": [
123 {
124 "encounter_details": [
125 {
126 "chance": 15,
127 "condition_values": [],
128 "max_level": 10,
129 "method": {
130 "name": "headbutt-low",
131 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
132 },
133 "min_level": 10
134 },
135 {
136 "chance": 15,
137 "condition_values": [],
138 "max_level": 10,
139 "method": {
140 "name": "headbutt-normal",
141 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
142 },
143 "min_level": 10
144 }
145 ],
146 "max_chance": 30,
147 "version": {
148 "name": "gold",
149 "url": "https://pokedex.mimo.dev/api/version/4/"
150 }
151 }
152 ]
153 },
154 {
155 "pokemon": {
156 "name": "butterfree",
157 "url": "https://pokedex.mimo.dev/api/pokemon/12/"
158 },
159 "version_details": [
160 {
161 "encounter_details": [
162 {
163 "chance": 5,
164 "condition_values": [],
165 "max_level": 10,
166 "method": {
167 "name": "headbutt-low",
168 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
169 },
170 "min_level": 10
171 },
172 {
173 "chance": 5,
174 "condition_values": [],
175 "max_level": 10,
176 "method": {
177 "name": "headbutt-normal",
178 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
179 },
180 "min_level": 10
181 },
182 {
183 "chance": 5,
184 "condition_values": [],
185 "max_level": 10,
186 "method": {
187 "name": "headbutt-high",
188 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
189 },
190 "min_level": 10
191 }
192 ],
193 "max_chance": 15,
194 "version": {
195 "name": "gold",
196 "url": "https://pokedex.mimo.dev/api/version/4/"
197 }
198 }
199 ]
200 },
201 {
202 "pokemon": {
203 "name": "weedle",
204 "url": "https://pokedex.mimo.dev/api/pokemon/13/"
205 },
206 "version_details": [
207 {
208 "encounter_details": [
209 {
210 "chance": 50,
211 "condition_values": [],
212 "max_level": 10,
213 "method": {
214 "name": "headbutt-low",
215 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
216 },
217 "min_level": 10
218 },
219 {
220 "chance": 15,
221 "condition_values": [],
222 "max_level": 10,
223 "method": {
224 "name": "headbutt-low",
225 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
226 },
227 "min_level": 10
228 },
229 {
230 "chance": 50,
231 "condition_values": [],
232 "max_level": 10,
233 "method": {
234 "name": "headbutt-normal",
235 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
236 },
237 "min_level": 10
238 },
239 {
240 "chance": 15,
241 "condition_values": [],
242 "max_level": 10,
243 "method": {
244 "name": "headbutt-normal",
245 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
246 },
247 "min_level": 10
248 },
249 {
250 "chance": 50,
251 "condition_values": [],
252 "max_level": 10,
253 "method": {
254 "name": "headbutt-high",
255 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
256 },
257 "min_level": 10
258 }
259 ],
260 "max_chance": 180,
261 "version": {
262 "name": "silver",
263 "url": "https://pokedex.mimo.dev/api/version/5/"
264 }
265 }
266 ]
267 },
268 {
269 "pokemon": {
270 "name": "kakuna",
271 "url": "https://pokedex.mimo.dev/api/pokemon/14/"
272 },
273 "version_details": [
274 {
275 "encounter_details": [
276 {
277 "chance": 15,
278 "condition_values": [],
279 "max_level": 10,
280 "method": {
281 "name": "headbutt-low",
282 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
283 },
284 "min_level": 10
285 },
286 {
287 "chance": 15,
288 "condition_values": [],
289 "max_level": 10,
290 "method": {
291 "name": "headbutt-normal",
292 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
293 },
294 "min_level": 10
295 }
296 ],
297 "max_chance": 30,
298 "version": {
299 "name": "silver",
300 "url": "https://pokedex.mimo.dev/api/version/5/"
301 }
302 }
303 ]
304 },
305 {
306 "pokemon": {
307 "name": "beedrill",
308 "url": "https://pokedex.mimo.dev/api/pokemon/15/"
309 },
310 "version_details": [
311 {
312 "encounter_details": [
313 {
314 "chance": 5,
315 "condition_values": [],
316 "max_level": 10,
317 "method": {
318 "name": "headbutt-low",
319 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
320 },
321 "min_level": 10
322 },
323 {
324 "chance": 5,
325 "condition_values": [],
326 "max_level": 10,
327 "method": {
328 "name": "headbutt-normal",
329 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
330 },
331 "min_level": 10
332 },
333 {
334 "chance": 5,
335 "condition_values": [],
336 "max_level": 10,
337 "method": {
338 "name": "headbutt-high",
339 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
340 },
341 "min_level": 10
342 }
343 ],
344 "max_chance": 15,
345 "version": {
346 "name": "silver",
347 "url": "https://pokedex.mimo.dev/api/version/5/"
348 }
349 }
350 ]
351 },
352 {
353 "pokemon": {
354 "name": "pidgeotto",
355 "url": "https://pokedex.mimo.dev/api/pokemon/17/"
356 },
357 "version_details": [
358 {
359 "encounter_details": [
360 {
361 "chance": 10,
362 "condition_values": [
363 {
364 "name": "time-day",
365 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
366 }
367 ],
368 "max_level": 16,
369 "method": {
370 "name": "walk",
371 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
372 },
373 "min_level": 16
374 },
375 {
376 "chance": 10,
377 "condition_values": [
378 {
379 "name": "time-morning",
380 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
381 }
382 ],
383 "max_level": 16,
384 "method": {
385 "name": "walk",
386 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
387 },
388 "min_level": 16
389 }
390 ],
391 "max_chance": 20,
392 "version": {
393 "name": "crystal",
394 "url": "https://pokedex.mimo.dev/api/version/6/"
395 }
396 }
397 ]
398 },
399 {
400 "pokemon": {
401 "name": "rattata",
402 "url": "https://pokedex.mimo.dev/api/pokemon/19/"
403 },
404 "version_details": [
405 {
406 "encounter_details": [
407 {
408 "chance": 30,
409 "condition_values": [
410 {
411 "name": "time-day",
412 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
413 }
414 ],
415 "max_level": 16,
416 "method": {
417 "name": "walk",
418 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
419 },
420 "min_level": 16
421 },
422 {
423 "chance": 30,
424 "condition_values": [
425 {
426 "name": "time-morning",
427 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
428 }
429 ],
430 "max_level": 16,
431 "method": {
432 "name": "walk",
433 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
434 },
435 "min_level": 16
436 },
437 {
438 "chance": 30,
439 "condition_values": [
440 {
441 "name": "time-night",
442 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
443 }
444 ],
445 "max_level": 16,
446 "method": {
447 "name": "walk",
448 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
449 },
450 "min_level": 16
451 },
452 {
453 "chance": 10,
454 "condition_values": [
455 {
456 "name": "time-night",
457 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
458 }
459 ],
460 "max_level": 16,
461 "method": {
462 "name": "walk",
463 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
464 },
465 "min_level": 16
466 }
467 ],
468 "max_chance": 100,
469 "version": {
470 "name": "gold",
471 "url": "https://pokedex.mimo.dev/api/version/4/"
472 }
473 },
474 {
475 "encounter_details": [
476 {
477 "chance": 30,
478 "condition_values": [
479 {
480 "name": "time-night",
481 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
482 }
483 ],
484 "max_level": 16,
485 "method": {
486 "name": "walk",
487 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
488 },
489 "min_level": 16
490 }
491 ],
492 "max_chance": 30,
493 "version": {
494 "name": "silver",
495 "url": "https://pokedex.mimo.dev/api/version/5/"
496 }
497 },
498 {
499 "encounter_details": [
500 {
501 "chance": 30,
502 "condition_values": [
503 {
504 "name": "time-day",
505 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
506 }
507 ],
508 "max_level": 16,
509 "method": {
510 "name": "walk",
511 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
512 },
513 "min_level": 16
514 },
515 {
516 "chance": 30,
517 "condition_values": [
518 {
519 "name": "time-morning",
520 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
521 }
522 ],
523 "max_level": 16,
524 "method": {
525 "name": "walk",
526 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
527 },
528 "min_level": 16
529 }
530 ],
531 "max_chance": 60,
532 "version": {
533 "name": "crystal",
534 "url": "https://pokedex.mimo.dev/api/version/6/"
535 }
536 },
537 {
538 "encounter_details": [
539 {
540 "chance": 20,
541 "condition_values": [],
542 "max_level": 16,
543 "method": {
544 "name": "walk",
545 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
546 },
547 "min_level": 16
548 },
549 {
550 "chance": 10,
551 "condition_values": [
552 {
553 "name": "radio-off",
554 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
555 }
556 ],
557 "max_level": 16,
558 "method": {
559 "name": "walk",
560 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
561 },
562 "min_level": 16
563 },
564 {
565 "chance": 5,
566 "condition_values": [
567 {
568 "name": "time-night",
569 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
570 }
571 ],
572 "max_level": 16,
573 "method": {
574 "name": "walk",
575 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
576 },
577 "min_level": 16
578 },
579 {
580 "chance": 5,
581 "condition_values": [
582 {
583 "name": "time-night",
584 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
585 }
586 ],
587 "max_level": 16,
588 "method": {
589 "name": "walk",
590 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
591 },
592 "min_level": 16
593 }
594 ],
595 "max_chance": 40,
596 "version": {
597 "name": "heartgold",
598 "url": "https://pokedex.mimo.dev/api/version/15/"
599 }
600 }
601 ]
602 },
603 {
604 "pokemon": {
605 "name": "raticate",
606 "url": "https://pokedex.mimo.dev/api/pokemon/20/"
607 },
608 "version_details": [
609 {
610 "encounter_details": [
611 {
612 "chance": 30,
613 "condition_values": [
614 {
615 "name": "time-day",
616 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
617 }
618 ],
619 "max_level": 17,
620 "method": {
621 "name": "walk",
622 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
623 },
624 "min_level": 17
625 },
626 {
627 "chance": 30,
628 "condition_values": [
629 {
630 "name": "time-morning",
631 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
632 }
633 ],
634 "max_level": 17,
635 "method": {
636 "name": "walk",
637 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
638 },
639 "min_level": 17
640 },
641 {
642 "chance": 30,
643 "condition_values": [
644 {
645 "name": "time-night",
646 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
647 }
648 ],
649 "max_level": 17,
650 "method": {
651 "name": "walk",
652 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
653 },
654 "min_level": 17
655 }
656 ],
657 "max_chance": 90,
658 "version": {
659 "name": "gold",
660 "url": "https://pokedex.mimo.dev/api/version/4/"
661 }
662 },
663 {
664 "encounter_details": [
665 {
666 "chance": 30,
667 "condition_values": [
668 {
669 "name": "time-day",
670 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
671 }
672 ],
673 "max_level": 17,
674 "method": {
675 "name": "walk",
676 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
677 },
678 "min_level": 17
679 },
680 {
681 "chance": 30,
682 "condition_values": [
683 {
684 "name": "time-morning",
685 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
686 }
687 ],
688 "max_level": 17,
689 "method": {
690 "name": "walk",
691 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
692 },
693 "min_level": 17
694 },
695 {
696 "chance": 30,
697 "condition_values": [
698 {
699 "name": "time-night",
700 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
701 }
702 ],
703 "max_level": 17,
704 "method": {
705 "name": "walk",
706 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
707 },
708 "min_level": 17
709 }
710 ],
711 "max_chance": 90,
712 "version": {
713 "name": "silver",
714 "url": "https://pokedex.mimo.dev/api/version/5/"
715 }
716 },
717 {
718 "encounter_details": [
719 {
720 "chance": 30,
721 "condition_values": [
722 {
723 "name": "time-day",
724 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
725 }
726 ],
727 "max_level": 16,
728 "method": {
729 "name": "walk",
730 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
731 },
732 "min_level": 16
733 },
734 {
735 "chance": 30,
736 "condition_values": [
737 {
738 "name": "time-morning",
739 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
740 }
741 ],
742 "max_level": 16,
743 "method": {
744 "name": "walk",
745 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
746 },
747 "min_level": 16
748 },
749 {
750 "chance": 30,
751 "condition_values": [
752 {
753 "name": "time-night",
754 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
755 }
756 ],
757 "max_level": 16,
758 "method": {
759 "name": "walk",
760 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
761 },
762 "min_level": 16
763 }
764 ],
765 "max_chance": 90,
766 "version": {
767 "name": "crystal",
768 "url": "https://pokedex.mimo.dev/api/version/6/"
769 }
770 },
771 {
772 "encounter_details": [
773 {
774 "chance": 20,
775 "condition_values": [],
776 "max_level": 17,
777 "method": {
778 "name": "walk",
779 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
780 },
781 "min_level": 17
782 },
783 {
784 "chance": 10,
785 "condition_values": [
786 {
787 "name": "radio-off",
788 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
789 }
790 ],
791 "max_level": 17,
792 "method": {
793 "name": "walk",
794 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
795 },
796 "min_level": 17
797 }
798 ],
799 "max_chance": 30,
800 "version": {
801 "name": "heartgold",
802 "url": "https://pokedex.mimo.dev/api/version/15/"
803 }
804 },
805 {
806 "encounter_details": [
807 {
808 "chance": 20,
809 "condition_values": [],
810 "max_level": 17,
811 "method": {
812 "name": "walk",
813 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
814 },
815 "min_level": 17
816 },
817 {
818 "chance": 10,
819 "condition_values": [
820 {
821 "name": "radio-off",
822 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
823 }
824 ],
825 "max_level": 17,
826 "method": {
827 "name": "walk",
828 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
829 },
830 "min_level": 17
831 }
832 ],
833 "max_chance": 30,
834 "version": {
835 "name": "soulsilver",
836 "url": "https://pokedex.mimo.dev/api/version/16/"
837 }
838 }
839 ]
840 },
841 {
842 "pokemon": {
843 "name": "meowth",
844 "url": "https://pokedex.mimo.dev/api/pokemon/52/"
845 },
846 "version_details": [
847 {
848 "encounter_details": [
849 {
850 "chance": 30,
851 "condition_values": [
852 {
853 "name": "time-day",
854 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
855 }
856 ],
857 "max_level": 16,
858 "method": {
859 "name": "walk",
860 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
861 },
862 "min_level": 16
863 },
864 {
865 "chance": 30,
866 "condition_values": [
867 {
868 "name": "time-morning",
869 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
870 }
871 ],
872 "max_level": 16,
873 "method": {
874 "name": "walk",
875 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
876 },
877 "min_level": 16
878 },
879 {
880 "chance": 10,
881 "condition_values": [
882 {
883 "name": "time-night",
884 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
885 }
886 ],
887 "max_level": 16,
888 "method": {
889 "name": "walk",
890 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
891 },
892 "min_level": 16
893 }
894 ],
895 "max_chance": 70,
896 "version": {
897 "name": "silver",
898 "url": "https://pokedex.mimo.dev/api/version/5/"
899 }
900 },
901 {
902 "encounter_details": [
903 {
904 "chance": 30,
905 "condition_values": [
906 {
907 "name": "time-night",
908 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
909 }
910 ],
911 "max_level": 16,
912 "method": {
913 "name": "walk",
914 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
915 },
916 "min_level": 16
917 },
918 {
919 "chance": 5,
920 "condition_values": [
921 {
922 "name": "time-night",
923 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
924 }
925 ],
926 "max_level": 18,
927 "method": {
928 "name": "walk",
929 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
930 },
931 "min_level": 18
932 },
933 {
934 "chance": 4,
935 "condition_values": [
936 {
937 "name": "time-night",
938 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
939 }
940 ],
941 "max_level": 18,
942 "method": {
943 "name": "walk",
944 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
945 },
946 "min_level": 18
947 },
948 {
949 "chance": 1,
950 "condition_values": [
951 {
952 "name": "time-night",
953 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
954 }
955 ],
956 "max_level": 18,
957 "method": {
958 "name": "walk",
959 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
960 },
961 "min_level": 18
962 }
963 ],
964 "max_chance": 40,
965 "version": {
966 "name": "crystal",
967 "url": "https://pokedex.mimo.dev/api/version/6/"
968 }
969 },
970 {
971 "encounter_details": [
972 {
973 "chance": 20,
974 "condition_values": [],
975 "max_level": 16,
976 "method": {
977 "name": "walk",
978 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
979 },
980 "min_level": 16
981 },
982 {
983 "chance": 10,
984 "condition_values": [
985 {
986 "name": "time-day",
987 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
988 },
989 {
990 "name": "radio-off",
991 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
992 }
993 ],
994 "max_level": 16,
995 "method": {
996 "name": "walk",
997 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
998 },
999 "min_level": 16
1000 },
1001 {
1002 "chance": 10,
1003 "condition_values": [
1004 {
1005 "name": "time-night",
1006 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1007 },
1008 {
1009 "name": "radio-off",
1010 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
1011 }
1012 ],
1013 "max_level": 16,
1014 "method": {
1015 "name": "walk",
1016 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1017 },
1018 "min_level": 16
1019 },
1020 {
1021 "chance": 5,
1022 "condition_values": [
1023 {
1024 "name": "time-morning",
1025 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1026 }
1027 ],
1028 "max_level": 16,
1029 "method": {
1030 "name": "walk",
1031 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1032 },
1033 "min_level": 16
1034 },
1035 {
1036 "chance": 5,
1037 "condition_values": [
1038 {
1039 "name": "time-night",
1040 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1041 }
1042 ],
1043 "max_level": 16,
1044 "method": {
1045 "name": "walk",
1046 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1047 },
1048 "min_level": 16
1049 },
1050 {
1051 "chance": 5,
1052 "condition_values": [
1053 {
1054 "name": "time-morning",
1055 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1056 }
1057 ],
1058 "max_level": 16,
1059 "method": {
1060 "name": "walk",
1061 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1062 },
1063 "min_level": 16
1064 },
1065 {
1066 "chance": 5,
1067 "condition_values": [
1068 {
1069 "name": "time-night",
1070 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1071 }
1072 ],
1073 "max_level": 16,
1074 "method": {
1075 "name": "walk",
1076 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1077 },
1078 "min_level": 16
1079 }
1080 ],
1081 "max_chance": 60,
1082 "version": {
1083 "name": "soulsilver",
1084 "url": "https://pokedex.mimo.dev/api/version/16/"
1085 }
1086 }
1087 ]
1088 },
1089 {
1090 "pokemon": {
1091 "name": "magnemite",
1092 "url": "https://pokedex.mimo.dev/api/pokemon/81/"
1093 },
1094 "version_details": [
1095 {
1096 "encounter_details": [
1097 {
1098 "chance": 20,
1099 "condition_values": [
1100 {
1101 "name": "time-day",
1102 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1103 }
1104 ],
1105 "max_level": 16,
1106 "method": {
1107 "name": "walk",
1108 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1109 },
1110 "min_level": 16
1111 },
1112 {
1113 "chance": 20,
1114 "condition_values": [
1115 {
1116 "name": "time-morning",
1117 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1118 }
1119 ],
1120 "max_level": 16,
1121 "method": {
1122 "name": "walk",
1123 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1124 },
1125 "min_level": 16
1126 },
1127 {
1128 "chance": 20,
1129 "condition_values": [
1130 {
1131 "name": "time-night",
1132 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1133 }
1134 ],
1135 "max_level": 16,
1136 "method": {
1137 "name": "walk",
1138 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1139 },
1140 "min_level": 16
1141 }
1142 ],
1143 "max_chance": 60,
1144 "version": {
1145 "name": "gold",
1146 "url": "https://pokedex.mimo.dev/api/version/4/"
1147 }
1148 },
1149 {
1150 "encounter_details": [
1151 {
1152 "chance": 20,
1153 "condition_values": [
1154 {
1155 "name": "time-day",
1156 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1157 }
1158 ],
1159 "max_level": 16,
1160 "method": {
1161 "name": "walk",
1162 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1163 },
1164 "min_level": 16
1165 },
1166 {
1167 "chance": 20,
1168 "condition_values": [
1169 {
1170 "name": "time-morning",
1171 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1172 }
1173 ],
1174 "max_level": 16,
1175 "method": {
1176 "name": "walk",
1177 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1178 },
1179 "min_level": 16
1180 },
1181 {
1182 "chance": 20,
1183 "condition_values": [
1184 {
1185 "name": "time-night",
1186 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1187 }
1188 ],
1189 "max_level": 16,
1190 "method": {
1191 "name": "walk",
1192 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1193 },
1194 "min_level": 16
1195 }
1196 ],
1197 "max_chance": 60,
1198 "version": {
1199 "name": "silver",
1200 "url": "https://pokedex.mimo.dev/api/version/5/"
1201 }
1202 },
1203 {
1204 "encounter_details": [
1205 {
1206 "chance": 20,
1207 "condition_values": [
1208 {
1209 "name": "time-day",
1210 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1211 }
1212 ],
1213 "max_level": 16,
1214 "method": {
1215 "name": "walk",
1216 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1217 },
1218 "min_level": 16
1219 },
1220 {
1221 "chance": 20,
1222 "condition_values": [
1223 {
1224 "name": "time-morning",
1225 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1226 }
1227 ],
1228 "max_level": 16,
1229 "method": {
1230 "name": "walk",
1231 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1232 },
1233 "min_level": 16
1234 },
1235 {
1236 "chance": 20,
1237 "condition_values": [
1238 {
1239 "name": "time-night",
1240 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1241 }
1242 ],
1243 "max_level": 16,
1244 "method": {
1245 "name": "walk",
1246 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1247 },
1248 "min_level": 16
1249 }
1250 ],
1251 "max_chance": 60,
1252 "version": {
1253 "name": "crystal",
1254 "url": "https://pokedex.mimo.dev/api/version/6/"
1255 }
1256 },
1257 {
1258 "encounter_details": [
1259 {
1260 "chance": 10,
1261 "condition_values": [
1262 {
1263 "name": "radio-off",
1264 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
1265 }
1266 ],
1267 "max_level": 16,
1268 "method": {
1269 "name": "walk",
1270 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1271 },
1272 "min_level": 16
1273 },
1274 {
1275 "chance": 10,
1276 "condition_values": [
1277 {
1278 "name": "radio-off",
1279 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
1280 }
1281 ],
1282 "max_level": 16,
1283 "method": {
1284 "name": "walk",
1285 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1286 },
1287 "min_level": 16
1288 }
1289 ],
1290 "max_chance": 20,
1291 "version": {
1292 "name": "heartgold",
1293 "url": "https://pokedex.mimo.dev/api/version/15/"
1294 }
1295 },
1296 {
1297 "encounter_details": [
1298 {
1299 "chance": 10,
1300 "condition_values": [
1301 {
1302 "name": "radio-off",
1303 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
1304 }
1305 ],
1306 "max_level": 16,
1307 "method": {
1308 "name": "walk",
1309 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1310 },
1311 "min_level": 16
1312 },
1313 {
1314 "chance": 10,
1315 "condition_values": [
1316 {
1317 "name": "radio-off",
1318 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
1319 }
1320 ],
1321 "max_level": 16,
1322 "method": {
1323 "name": "walk",
1324 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1325 },
1326 "min_level": 16
1327 }
1328 ],
1329 "max_chance": 20,
1330 "version": {
1331 "name": "soulsilver",
1332 "url": "https://pokedex.mimo.dev/api/version/16/"
1333 }
1334 }
1335 ]
1336 },
1337 {
1338 "pokemon": {
1339 "name": "farfetchd",
1340 "url": "https://pokedex.mimo.dev/api/pokemon/83/"
1341 },
1342 "version_details": [
1343 {
1344 "encounter_details": [
1345 {
1346 "chance": 10,
1347 "condition_values": [
1348 {
1349 "name": "time-day",
1350 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1351 }
1352 ],
1353 "max_level": 16,
1354 "method": {
1355 "name": "walk",
1356 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1357 },
1358 "min_level": 16
1359 },
1360 {
1361 "chance": 10,
1362 "condition_values": [
1363 {
1364 "name": "time-morning",
1365 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1366 }
1367 ],
1368 "max_level": 16,
1369 "method": {
1370 "name": "walk",
1371 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1372 },
1373 "min_level": 16
1374 }
1375 ],
1376 "max_chance": 20,
1377 "version": {
1378 "name": "gold",
1379 "url": "https://pokedex.mimo.dev/api/version/4/"
1380 }
1381 },
1382 {
1383 "encounter_details": [
1384 {
1385 "chance": 10,
1386 "condition_values": [
1387 {
1388 "name": "time-day",
1389 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1390 }
1391 ],
1392 "max_level": 16,
1393 "method": {
1394 "name": "walk",
1395 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1396 },
1397 "min_level": 16
1398 },
1399 {
1400 "chance": 10,
1401 "condition_values": [
1402 {
1403 "name": "time-morning",
1404 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1405 }
1406 ],
1407 "max_level": 16,
1408 "method": {
1409 "name": "walk",
1410 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1411 },
1412 "min_level": 16
1413 }
1414 ],
1415 "max_chance": 20,
1416 "version": {
1417 "name": "silver",
1418 "url": "https://pokedex.mimo.dev/api/version/5/"
1419 }
1420 },
1421 {
1422 "encounter_details": [
1423 {
1424 "chance": 5,
1425 "condition_values": [
1426 {
1427 "name": "time-morning",
1428 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1429 }
1430 ],
1431 "max_level": 16,
1432 "method": {
1433 "name": "walk",
1434 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1435 },
1436 "min_level": 16
1437 },
1438 {
1439 "chance": 5,
1440 "condition_values": [
1441 {
1442 "name": "time-day",
1443 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1444 }
1445 ],
1446 "max_level": 16,
1447 "method": {
1448 "name": "walk",
1449 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1450 },
1451 "min_level": 16
1452 },
1453 {
1454 "chance": 5,
1455 "condition_values": [
1456 {
1457 "name": "time-morning",
1458 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1459 }
1460 ],
1461 "max_level": 16,
1462 "method": {
1463 "name": "walk",
1464 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1465 },
1466 "min_level": 16
1467 },
1468 {
1469 "chance": 5,
1470 "condition_values": [
1471 {
1472 "name": "time-day",
1473 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1474 }
1475 ],
1476 "max_level": 16,
1477 "method": {
1478 "name": "walk",
1479 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1480 },
1481 "min_level": 16
1482 }
1483 ],
1484 "max_chance": 20,
1485 "version": {
1486 "name": "heartgold",
1487 "url": "https://pokedex.mimo.dev/api/version/15/"
1488 }
1489 },
1490 {
1491 "encounter_details": [
1492 {
1493 "chance": 10,
1494 "condition_values": [
1495 {
1496 "name": "time-morning",
1497 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1498 },
1499 {
1500 "name": "radio-off",
1501 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
1502 }
1503 ],
1504 "max_level": 16,
1505 "method": {
1506 "name": "walk",
1507 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1508 },
1509 "min_level": 16
1510 },
1511 {
1512 "chance": 5,
1513 "condition_values": [
1514 {
1515 "name": "time-day",
1516 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1517 }
1518 ],
1519 "max_level": 16,
1520 "method": {
1521 "name": "walk",
1522 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1523 },
1524 "min_level": 16
1525 },
1526 {
1527 "chance": 5,
1528 "condition_values": [
1529 {
1530 "name": "time-day",
1531 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1532 }
1533 ],
1534 "max_level": 16,
1535 "method": {
1536 "name": "walk",
1537 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1538 },
1539 "min_level": 16
1540 }
1541 ],
1542 "max_chance": 20,
1543 "version": {
1544 "name": "soulsilver",
1545 "url": "https://pokedex.mimo.dev/api/version/16/"
1546 }
1547 }
1548 ]
1549 },
1550 {
1551 "pokemon": {
1552 "name": "exeggcute",
1553 "url": "https://pokedex.mimo.dev/api/pokemon/102/"
1554 },
1555 "version_details": [
1556 {
1557 "encounter_details": [
1558 {
1559 "chance": 10,
1560 "condition_values": [],
1561 "max_level": 10,
1562 "method": {
1563 "name": "headbutt-low",
1564 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
1565 },
1566 "min_level": 10
1567 },
1568 {
1569 "chance": 5,
1570 "condition_values": [],
1571 "max_level": 10,
1572 "method": {
1573 "name": "headbutt-low",
1574 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
1575 },
1576 "min_level": 10
1577 },
1578 {
1579 "chance": 10,
1580 "condition_values": [],
1581 "max_level": 10,
1582 "method": {
1583 "name": "headbutt-normal",
1584 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
1585 },
1586 "min_level": 10
1587 },
1588 {
1589 "chance": 5,
1590 "condition_values": [],
1591 "max_level": 10,
1592 "method": {
1593 "name": "headbutt-normal",
1594 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
1595 },
1596 "min_level": 10
1597 },
1598 {
1599 "chance": 10,
1600 "condition_values": [],
1601 "max_level": 10,
1602 "method": {
1603 "name": "headbutt-high",
1604 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
1605 },
1606 "min_level": 10
1607 },
1608 {
1609 "chance": 5,
1610 "condition_values": [],
1611 "max_level": 10,
1612 "method": {
1613 "name": "headbutt-high",
1614 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
1615 },
1616 "min_level": 10
1617 }
1618 ],
1619 "max_chance": 45,
1620 "version": {
1621 "name": "gold",
1622 "url": "https://pokedex.mimo.dev/api/version/4/"
1623 }
1624 },
1625 {
1626 "encounter_details": [
1627 {
1628 "chance": 10,
1629 "condition_values": [],
1630 "max_level": 10,
1631 "method": {
1632 "name": "headbutt-low",
1633 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
1634 },
1635 "min_level": 10
1636 },
1637 {
1638 "chance": 5,
1639 "condition_values": [],
1640 "max_level": 10,
1641 "method": {
1642 "name": "headbutt-low",
1643 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
1644 },
1645 "min_level": 10
1646 },
1647 {
1648 "chance": 10,
1649 "condition_values": [],
1650 "max_level": 10,
1651 "method": {
1652 "name": "headbutt-normal",
1653 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
1654 },
1655 "min_level": 10
1656 },
1657 {
1658 "chance": 5,
1659 "condition_values": [],
1660 "max_level": 10,
1661 "method": {
1662 "name": "headbutt-normal",
1663 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
1664 },
1665 "min_level": 10
1666 },
1667 {
1668 "chance": 10,
1669 "condition_values": [],
1670 "max_level": 10,
1671 "method": {
1672 "name": "headbutt-high",
1673 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
1674 },
1675 "min_level": 10
1676 },
1677 {
1678 "chance": 5,
1679 "condition_values": [],
1680 "max_level": 10,
1681 "method": {
1682 "name": "headbutt-high",
1683 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
1684 },
1685 "min_level": 10
1686 }
1687 ],
1688 "max_chance": 45,
1689 "version": {
1690 "name": "silver",
1691 "url": "https://pokedex.mimo.dev/api/version/5/"
1692 }
1693 },
1694 {
1695 "encounter_details": [
1696 {
1697 "chance": 10,
1698 "condition_values": [],
1699 "max_level": 10,
1700 "method": {
1701 "name": "headbutt-low",
1702 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
1703 },
1704 "min_level": 10
1705 },
1706 {
1707 "chance": 5,
1708 "condition_values": [],
1709 "max_level": 10,
1710 "method": {
1711 "name": "headbutt-low",
1712 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
1713 },
1714 "min_level": 10
1715 },
1716 {
1717 "chance": 5,
1718 "condition_values": [],
1719 "max_level": 10,
1720 "method": {
1721 "name": "headbutt-low",
1722 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
1723 },
1724 "min_level": 10
1725 },
1726 {
1727 "chance": 10,
1728 "condition_values": [],
1729 "max_level": 10,
1730 "method": {
1731 "name": "headbutt-normal",
1732 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
1733 },
1734 "min_level": 10
1735 },
1736 {
1737 "chance": 5,
1738 "condition_values": [],
1739 "max_level": 10,
1740 "method": {
1741 "name": "headbutt-normal",
1742 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
1743 },
1744 "min_level": 10
1745 },
1746 {
1747 "chance": 5,
1748 "condition_values": [],
1749 "max_level": 10,
1750 "method": {
1751 "name": "headbutt-normal",
1752 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
1753 },
1754 "min_level": 10
1755 },
1756 {
1757 "chance": 10,
1758 "condition_values": [],
1759 "max_level": 10,
1760 "method": {
1761 "name": "headbutt-high",
1762 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
1763 },
1764 "min_level": 10
1765 },
1766 {
1767 "chance": 5,
1768 "condition_values": [],
1769 "max_level": 10,
1770 "method": {
1771 "name": "headbutt-high",
1772 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
1773 },
1774 "min_level": 10
1775 },
1776 {
1777 "chance": 5,
1778 "condition_values": [],
1779 "max_level": 10,
1780 "method": {
1781 "name": "headbutt-high",
1782 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
1783 },
1784 "min_level": 10
1785 }
1786 ],
1787 "max_chance": 60,
1788 "version": {
1789 "name": "crystal",
1790 "url": "https://pokedex.mimo.dev/api/version/6/"
1791 }
1792 }
1793 ]
1794 },
1795 {
1796 "pokemon": {
1797 "name": "tauros",
1798 "url": "https://pokedex.mimo.dev/api/pokemon/128/"
1799 },
1800 "version_details": [
1801 {
1802 "encounter_details": [
1803 {
1804 "chance": 4,
1805 "condition_values": [
1806 {
1807 "name": "time-day",
1808 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1809 }
1810 ],
1811 "max_level": 15,
1812 "method": {
1813 "name": "walk",
1814 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1815 },
1816 "min_level": 15
1817 },
1818 {
1819 "chance": 1,
1820 "condition_values": [
1821 {
1822 "name": "time-day",
1823 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1824 }
1825 ],
1826 "max_level": 15,
1827 "method": {
1828 "name": "walk",
1829 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1830 },
1831 "min_level": 15
1832 },
1833 {
1834 "chance": 4,
1835 "condition_values": [
1836 {
1837 "name": "time-morning",
1838 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1839 }
1840 ],
1841 "max_level": 15,
1842 "method": {
1843 "name": "walk",
1844 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1845 },
1846 "min_level": 15
1847 },
1848 {
1849 "chance": 1,
1850 "condition_values": [
1851 {
1852 "name": "time-morning",
1853 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1854 }
1855 ],
1856 "max_level": 15,
1857 "method": {
1858 "name": "walk",
1859 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1860 },
1861 "min_level": 15
1862 },
1863 {
1864 "chance": 4,
1865 "condition_values": [
1866 {
1867 "name": "time-night",
1868 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1869 }
1870 ],
1871 "max_level": 15,
1872 "method": {
1873 "name": "walk",
1874 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1875 },
1876 "min_level": 15
1877 },
1878 {
1879 "chance": 1,
1880 "condition_values": [
1881 {
1882 "name": "time-night",
1883 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1884 }
1885 ],
1886 "max_level": 15,
1887 "method": {
1888 "name": "walk",
1889 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1890 },
1891 "min_level": 15
1892 }
1893 ],
1894 "max_chance": 15,
1895 "version": {
1896 "name": "gold",
1897 "url": "https://pokedex.mimo.dev/api/version/4/"
1898 }
1899 },
1900 {
1901 "encounter_details": [
1902 {
1903 "chance": 4,
1904 "condition_values": [
1905 {
1906 "name": "time-day",
1907 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1908 }
1909 ],
1910 "max_level": 15,
1911 "method": {
1912 "name": "walk",
1913 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1914 },
1915 "min_level": 15
1916 },
1917 {
1918 "chance": 1,
1919 "condition_values": [
1920 {
1921 "name": "time-day",
1922 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1923 }
1924 ],
1925 "max_level": 15,
1926 "method": {
1927 "name": "walk",
1928 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1929 },
1930 "min_level": 15
1931 },
1932 {
1933 "chance": 4,
1934 "condition_values": [
1935 {
1936 "name": "time-morning",
1937 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1938 }
1939 ],
1940 "max_level": 15,
1941 "method": {
1942 "name": "walk",
1943 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1944 },
1945 "min_level": 15
1946 },
1947 {
1948 "chance": 1,
1949 "condition_values": [
1950 {
1951 "name": "time-morning",
1952 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1953 }
1954 ],
1955 "max_level": 15,
1956 "method": {
1957 "name": "walk",
1958 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1959 },
1960 "min_level": 15
1961 },
1962 {
1963 "chance": 4,
1964 "condition_values": [
1965 {
1966 "name": "time-night",
1967 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1968 }
1969 ],
1970 "max_level": 15,
1971 "method": {
1972 "name": "walk",
1973 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1974 },
1975 "min_level": 15
1976 },
1977 {
1978 "chance": 1,
1979 "condition_values": [
1980 {
1981 "name": "time-night",
1982 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1983 }
1984 ],
1985 "max_level": 15,
1986 "method": {
1987 "name": "walk",
1988 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1989 },
1990 "min_level": 15
1991 }
1992 ],
1993 "max_chance": 15,
1994 "version": {
1995 "name": "silver",
1996 "url": "https://pokedex.mimo.dev/api/version/5/"
1997 }
1998 },
1999 {
2000 "encounter_details": [
2001 {
2002 "chance": 5,
2003 "condition_values": [
2004 {
2005 "name": "time-day",
2006 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
2007 }
2008 ],
2009 "max_level": 15,
2010 "method": {
2011 "name": "walk",
2012 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2013 },
2014 "min_level": 15
2015 },
2016 {
2017 "chance": 5,
2018 "condition_values": [
2019 {
2020 "name": "time-morning",
2021 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
2022 }
2023 ],
2024 "max_level": 15,
2025 "method": {
2026 "name": "walk",
2027 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2028 },
2029 "min_level": 15
2030 }
2031 ],
2032 "max_chance": 10,
2033 "version": {
2034 "name": "crystal",
2035 "url": "https://pokedex.mimo.dev/api/version/6/"
2036 }
2037 },
2038 {
2039 "encounter_details": [
2040 {
2041 "chance": 4,
2042 "condition_values": [],
2043 "max_level": 15,
2044 "method": {
2045 "name": "walk",
2046 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2047 },
2048 "min_level": 15
2049 },
2050 {
2051 "chance": 1,
2052 "condition_values": [],
2053 "max_level": 15,
2054 "method": {
2055 "name": "walk",
2056 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2057 },
2058 "min_level": 15
2059 }
2060 ],
2061 "max_chance": 5,
2062 "version": {
2063 "name": "heartgold",
2064 "url": "https://pokedex.mimo.dev/api/version/15/"
2065 }
2066 },
2067 {
2068 "encounter_details": [
2069 {
2070 "chance": 4,
2071 "condition_values": [],
2072 "max_level": 15,
2073 "method": {
2074 "name": "walk",
2075 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2076 },
2077 "min_level": 15
2078 },
2079 {
2080 "chance": 1,
2081 "condition_values": [],
2082 "max_level": 15,
2083 "method": {
2084 "name": "walk",
2085 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2086 },
2087 "min_level": 15
2088 }
2089 ],
2090 "max_chance": 5,
2091 "version": {
2092 "name": "soulsilver",
2093 "url": "https://pokedex.mimo.dev/api/version/16/"
2094 }
2095 }
2096 ]
2097 },
2098 {
2099 "pokemon": {
2100 "name": "hoothoot",
2101 "url": "https://pokedex.mimo.dev/api/pokemon/163/"
2102 },
2103 "version_details": [
2104 {
2105 "encounter_details": [
2106 {
2107 "chance": 50,
2108 "condition_values": [],
2109 "max_level": 10,
2110 "method": {
2111 "name": "headbutt-low",
2112 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
2113 },
2114 "min_level": 10
2115 },
2116 {
2117 "chance": 50,
2118 "condition_values": [],
2119 "max_level": 10,
2120 "method": {
2121 "name": "headbutt-normal",
2122 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
2123 },
2124 "min_level": 10
2125 },
2126 {
2127 "chance": 50,
2128 "condition_values": [],
2129 "max_level": 10,
2130 "method": {
2131 "name": "headbutt-high",
2132 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
2133 },
2134 "min_level": 10
2135 }
2136 ],
2137 "max_chance": 150,
2138 "version": {
2139 "name": "crystal",
2140 "url": "https://pokedex.mimo.dev/api/version/6/"
2141 }
2142 }
2143 ]
2144 },
2145 {
2146 "pokemon": {
2147 "name": "noctowl",
2148 "url": "https://pokedex.mimo.dev/api/pokemon/164/"
2149 },
2150 "version_details": [
2151 {
2152 "encounter_details": [
2153 {
2154 "chance": 10,
2155 "condition_values": [
2156 {
2157 "name": "time-night",
2158 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
2159 }
2160 ],
2161 "max_level": 16,
2162 "method": {
2163 "name": "walk",
2164 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2165 },
2166 "min_level": 16
2167 }
2168 ],
2169 "max_chance": 10,
2170 "version": {
2171 "name": "crystal",
2172 "url": "https://pokedex.mimo.dev/api/version/6/"
2173 }
2174 }
2175 ]
2176 },
2177 {
2178 "pokemon": {
2179 "name": "ledyba",
2180 "url": "https://pokedex.mimo.dev/api/pokemon/165/"
2181 },
2182 "version_details": [
2183 {
2184 "encounter_details": [
2185 {
2186 "chance": 15,
2187 "condition_values": [],
2188 "max_level": 10,
2189 "method": {
2190 "name": "headbutt-low",
2191 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
2192 },
2193 "min_level": 10
2194 },
2195 {
2196 "chance": 15,
2197 "condition_values": [],
2198 "max_level": 10,
2199 "method": {
2200 "name": "headbutt-normal",
2201 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
2202 },
2203 "min_level": 10
2204 }
2205 ],
2206 "max_chance": 30,
2207 "version": {
2208 "name": "crystal",
2209 "url": "https://pokedex.mimo.dev/api/version/6/"
2210 }
2211 }
2212 ]
2213 },
2214 {
2215 "pokemon": {
2216 "name": "spinarak",
2217 "url": "https://pokedex.mimo.dev/api/pokemon/167/"
2218 },
2219 "version_details": [
2220 {
2221 "encounter_details": [
2222 {
2223 "chance": 15,
2224 "condition_values": [],
2225 "max_level": 10,
2226 "method": {
2227 "name": "headbutt-low",
2228 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
2229 },
2230 "min_level": 10
2231 },
2232 {
2233 "chance": 15,
2234 "condition_values": [],
2235 "max_level": 10,
2236 "method": {
2237 "name": "headbutt-normal",
2238 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
2239 },
2240 "min_level": 10
2241 }
2242 ],
2243 "max_chance": 30,
2244 "version": {
2245 "name": "crystal",
2246 "url": "https://pokedex.mimo.dev/api/version/6/"
2247 }
2248 }
2249 ]
2250 },
2251 {
2252 "pokemon": {
2253 "name": "pineco",
2254 "url": "https://pokedex.mimo.dev/api/pokemon/204/"
2255 },
2256 "version_details": [
2257 {
2258 "encounter_details": [
2259 {
2260 "chance": 15,
2261 "condition_values": [],
2262 "max_level": 10,
2263 "method": {
2264 "name": "headbutt-high",
2265 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
2266 },
2267 "min_level": 10
2268 },
2269 {
2270 "chance": 15,
2271 "condition_values": [],
2272 "max_level": 10,
2273 "method": {
2274 "name": "headbutt-high",
2275 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
2276 },
2277 "min_level": 10
2278 }
2279 ],
2280 "max_chance": 30,
2281 "version": {
2282 "name": "gold",
2283 "url": "https://pokedex.mimo.dev/api/version/4/"
2284 }
2285 },
2286 {
2287 "encounter_details": [
2288 {
2289 "chance": 15,
2290 "condition_values": [],
2291 "max_level": 10,
2292 "method": {
2293 "name": "headbutt-high",
2294 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
2295 },
2296 "min_level": 10
2297 },
2298 {
2299 "chance": 15,
2300 "condition_values": [],
2301 "max_level": 10,
2302 "method": {
2303 "name": "headbutt-high",
2304 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
2305 },
2306 "min_level": 10
2307 }
2308 ],
2309 "max_chance": 30,
2310 "version": {
2311 "name": "silver",
2312 "url": "https://pokedex.mimo.dev/api/version/5/"
2313 }
2314 },
2315 {
2316 "encounter_details": [
2317 {
2318 "chance": 15,
2319 "condition_values": [],
2320 "max_level": 10,
2321 "method": {
2322 "name": "headbutt-high",
2323 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
2324 },
2325 "min_level": 10
2326 },
2327 {
2328 "chance": 15,
2329 "condition_values": [],
2330 "max_level": 10,
2331 "method": {
2332 "name": "headbutt-high",
2333 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
2334 },
2335 "min_level": 10
2336 }
2337 ],
2338 "max_chance": 30,
2339 "version": {
2340 "name": "crystal",
2341 "url": "https://pokedex.mimo.dev/api/version/6/"
2342 }
2343 }
2344 ]
2345 },
2346 {
2347 "pokemon": {
2348 "name": "miltank",
2349 "url": "https://pokedex.mimo.dev/api/pokemon/241/"
2350 },
2351 "version_details": [
2352 {
2353 "encounter_details": [
2354 {
2355 "chance": 5,
2356 "condition_values": [
2357 {
2358 "name": "time-day",
2359 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
2360 }
2361 ],
2362 "max_level": 15,
2363 "method": {
2364 "name": "walk",
2365 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2366 },
2367 "min_level": 15
2368 },
2369 {
2370 "chance": 5,
2371 "condition_values": [
2372 {
2373 "name": "time-morning",
2374 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
2375 }
2376 ],
2377 "max_level": 15,
2378 "method": {
2379 "name": "walk",
2380 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2381 },
2382 "min_level": 15
2383 },
2384 {
2385 "chance": 5,
2386 "condition_values": [
2387 {
2388 "name": "time-night",
2389 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
2390 }
2391 ],
2392 "max_level": 15,
2393 "method": {
2394 "name": "walk",
2395 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2396 },
2397 "min_level": 15
2398 }
2399 ],
2400 "max_chance": 15,
2401 "version": {
2402 "name": "gold",
2403 "url": "https://pokedex.mimo.dev/api/version/4/"
2404 }
2405 },
2406 {
2407 "encounter_details": [
2408 {
2409 "chance": 5,
2410 "condition_values": [
2411 {
2412 "name": "time-day",
2413 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
2414 }
2415 ],
2416 "max_level": 15,
2417 "method": {
2418 "name": "walk",
2419 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2420 },
2421 "min_level": 15
2422 },
2423 {
2424 "chance": 5,
2425 "condition_values": [
2426 {
2427 "name": "time-morning",
2428 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
2429 }
2430 ],
2431 "max_level": 15,
2432 "method": {
2433 "name": "walk",
2434 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2435 },
2436 "min_level": 15
2437 },
2438 {
2439 "chance": 5,
2440 "condition_values": [
2441 {
2442 "name": "time-night",
2443 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
2444 }
2445 ],
2446 "max_level": 15,
2447 "method": {
2448 "name": "walk",
2449 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2450 },
2451 "min_level": 15
2452 }
2453 ],
2454 "max_chance": 15,
2455 "version": {
2456 "name": "silver",
2457 "url": "https://pokedex.mimo.dev/api/version/5/"
2458 }
2459 },
2460 {
2461 "encounter_details": [
2462 {
2463 "chance": 4,
2464 "condition_values": [
2465 {
2466 "name": "time-day",
2467 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
2468 }
2469 ],
2470 "max_level": 15,
2471 "method": {
2472 "name": "walk",
2473 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2474 },
2475 "min_level": 15
2476 },
2477 {
2478 "chance": 1,
2479 "condition_values": [
2480 {
2481 "name": "time-day",
2482 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
2483 }
2484 ],
2485 "max_level": 15,
2486 "method": {
2487 "name": "walk",
2488 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2489 },
2490 "min_level": 15
2491 },
2492 {
2493 "chance": 4,
2494 "condition_values": [
2495 {
2496 "name": "time-morning",
2497 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
2498 }
2499 ],
2500 "max_level": 15,
2501 "method": {
2502 "name": "walk",
2503 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2504 },
2505 "min_level": 15
2506 },
2507 {
2508 "chance": 1,
2509 "condition_values": [
2510 {
2511 "name": "time-morning",
2512 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
2513 }
2514 ],
2515 "max_level": 15,
2516 "method": {
2517 "name": "walk",
2518 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2519 },
2520 "min_level": 15
2521 }
2522 ],
2523 "max_chance": 10,
2524 "version": {
2525 "name": "crystal",
2526 "url": "https://pokedex.mimo.dev/api/version/6/"
2527 }
2528 },
2529 {
2530 "encounter_details": [
2531 {
2532 "chance": 4,
2533 "condition_values": [],
2534 "max_level": 15,
2535 "method": {
2536 "name": "walk",
2537 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2538 },
2539 "min_level": 15
2540 },
2541 {
2542 "chance": 1,
2543 "condition_values": [],
2544 "max_level": 15,
2545 "method": {
2546 "name": "walk",
2547 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2548 },
2549 "min_level": 15
2550 }
2551 ],
2552 "max_chance": 5,
2553 "version": {
2554 "name": "heartgold",
2555 "url": "https://pokedex.mimo.dev/api/version/15/"
2556 }
2557 },
2558 {
2559 "encounter_details": [
2560 {
2561 "chance": 4,
2562 "condition_values": [],
2563 "max_level": 15,
2564 "method": {
2565 "name": "walk",
2566 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2567 },
2568 "min_level": 15
2569 },
2570 {
2571 "chance": 1,
2572 "condition_values": [],
2573 "max_level": 15,
2574 "method": {
2575 "name": "walk",
2576 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2577 },
2578 "min_level": 15
2579 }
2580 ],
2581 "max_chance": 5,
2582 "version": {
2583 "name": "soulsilver",
2584 "url": "https://pokedex.mimo.dev/api/version/16/"
2585 }
2586 }
2587 ]
2588 },
2589 {
2590 "pokemon": {
2591 "name": "plusle",
2592 "url": "https://pokedex.mimo.dev/api/pokemon/311/"
2593 },
2594 "version_details": [
2595 {
2596 "encounter_details": [
2597 {
2598 "chance": 10,
2599 "condition_values": [
2600 {
2601 "name": "radio-hoenn",
2602 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
2603 }
2604 ],
2605 "max_level": 16,
2606 "method": {
2607 "name": "walk",
2608 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2609 },
2610 "min_level": 16
2611 },
2612 {
2613 "chance": 10,
2614 "condition_values": [
2615 {
2616 "name": "radio-hoenn",
2617 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
2618 }
2619 ],
2620 "max_level": 17,
2621 "method": {
2622 "name": "walk",
2623 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2624 },
2625 "min_level": 17
2626 }
2627 ],
2628 "max_chance": 20,
2629 "version": {
2630 "name": "heartgold",
2631 "url": "https://pokedex.mimo.dev/api/version/15/"
2632 }
2633 },
2634 {
2635 "encounter_details": [
2636 {
2637 "chance": 10,
2638 "condition_values": [
2639 {
2640 "name": "radio-hoenn",
2641 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
2642 }
2643 ],
2644 "max_level": 16,
2645 "method": {
2646 "name": "walk",
2647 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2648 },
2649 "min_level": 16
2650 },
2651 {
2652 "chance": 10,
2653 "condition_values": [
2654 {
2655 "name": "radio-hoenn",
2656 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
2657 }
2658 ],
2659 "max_level": 17,
2660 "method": {
2661 "name": "walk",
2662 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2663 },
2664 "min_level": 17
2665 }
2666 ],
2667 "max_chance": 20,
2668 "version": {
2669 "name": "soulsilver",
2670 "url": "https://pokedex.mimo.dev/api/version/16/"
2671 }
2672 }
2673 ]
2674 },
2675 {
2676 "pokemon": {
2677 "name": "minun",
2678 "url": "https://pokedex.mimo.dev/api/pokemon/312/"
2679 },
2680 "version_details": [
2681 {
2682 "encounter_details": [
2683 {
2684 "chance": 10,
2685 "condition_values": [
2686 {
2687 "name": "radio-hoenn",
2688 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
2689 }
2690 ],
2691 "max_level": 16,
2692 "method": {
2693 "name": "walk",
2694 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2695 },
2696 "min_level": 16
2697 },
2698 {
2699 "chance": 10,
2700 "condition_values": [
2701 {
2702 "name": "radio-hoenn",
2703 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
2704 }
2705 ],
2706 "max_level": 16,
2707 "method": {
2708 "name": "walk",
2709 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2710 },
2711 "min_level": 16
2712 }
2713 ],
2714 "max_chance": 20,
2715 "version": {
2716 "name": "heartgold",
2717 "url": "https://pokedex.mimo.dev/api/version/15/"
2718 }
2719 },
2720 {
2721 "encounter_details": [
2722 {
2723 "chance": 10,
2724 "condition_values": [
2725 {
2726 "name": "radio-hoenn",
2727 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
2728 }
2729 ],
2730 "max_level": 16,
2731 "method": {
2732 "name": "walk",
2733 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2734 },
2735 "min_level": 16
2736 },
2737 {
2738 "chance": 10,
2739 "condition_values": [
2740 {
2741 "name": "radio-hoenn",
2742 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
2743 }
2744 ],
2745 "max_level": 16,
2746 "method": {
2747 "name": "walk",
2748 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2749 },
2750 "min_level": 16
2751 }
2752 ],
2753 "max_chance": 20,
2754 "version": {
2755 "name": "soulsilver",
2756 "url": "https://pokedex.mimo.dev/api/version/16/"
2757 }
2758 }
2759 ]
2760 },
2761 {
2762 "pokemon": {
2763 "name": "shinx",
2764 "url": "https://pokedex.mimo.dev/api/pokemon/403/"
2765 },
2766 "version_details": [
2767 {
2768 "encounter_details": [
2769 {
2770 "chance": 10,
2771 "condition_values": [
2772 {
2773 "name": "radio-sinnoh",
2774 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
2775 }
2776 ],
2777 "max_level": 16,
2778 "method": {
2779 "name": "walk",
2780 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2781 },
2782 "min_level": 16
2783 },
2784 {
2785 "chance": 10,
2786 "condition_values": [
2787 {
2788 "name": "radio-sinnoh",
2789 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
2790 }
2791 ],
2792 "max_level": 17,
2793 "method": {
2794 "name": "walk",
2795 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2796 },
2797 "min_level": 17
2798 },
2799 {
2800 "chance": 10,
2801 "condition_values": [
2802 {
2803 "name": "radio-sinnoh",
2804 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
2805 }
2806 ],
2807 "max_level": 16,
2808 "method": {
2809 "name": "walk",
2810 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2811 },
2812 "min_level": 16
2813 },
2814 {
2815 "chance": 10,
2816 "condition_values": [
2817 {
2818 "name": "radio-sinnoh",
2819 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
2820 }
2821 ],
2822 "max_level": 16,
2823 "method": {
2824 "name": "walk",
2825 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2826 },
2827 "min_level": 16
2828 }
2829 ],
2830 "max_chance": 40,
2831 "version": {
2832 "name": "heartgold",
2833 "url": "https://pokedex.mimo.dev/api/version/15/"
2834 }
2835 },
2836 {
2837 "encounter_details": [
2838 {
2839 "chance": 10,
2840 "condition_values": [
2841 {
2842 "name": "radio-sinnoh",
2843 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
2844 }
2845 ],
2846 "max_level": 16,
2847 "method": {
2848 "name": "walk",
2849 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2850 },
2851 "min_level": 16
2852 },
2853 {
2854 "chance": 10,
2855 "condition_values": [
2856 {
2857 "name": "radio-sinnoh",
2858 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
2859 }
2860 ],
2861 "max_level": 17,
2862 "method": {
2863 "name": "walk",
2864 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2865 },
2866 "min_level": 17
2867 },
2868 {
2869 "chance": 10,
2870 "condition_values": [
2871 {
2872 "name": "radio-sinnoh",
2873 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
2874 }
2875 ],
2876 "max_level": 16,
2877 "method": {
2878 "name": "walk",
2879 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2880 },
2881 "min_level": 16
2882 },
2883 {
2884 "chance": 10,
2885 "condition_values": [
2886 {
2887 "name": "radio-sinnoh",
2888 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
2889 }
2890 ],
2891 "max_level": 16,
2892 "method": {
2893 "name": "walk",
2894 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2895 },
2896 "min_level": 16
2897 }
2898 ],
2899 "max_chance": 40,
2900 "version": {
2901 "name": "soulsilver",
2902 "url": "https://pokedex.mimo.dev/api/version/16/"
2903 }
2904 }
2905 ]
2906 }
2907 ]
2908}