Endpoint: location-area

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

Request

GETlocation-area
1fetch("https://pokedex.mimo.dev/api/location-area/johto-route-32-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 "encounter_method": {
27 "name": "old-rod",
28 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
29 },
30 "version_details": [
31 {
32 "rate": 25,
33 "version": {
34 "name": "heartgold",
35 "url": "https://pokedex.mimo.dev/api/version/15/"
36 }
37 },
38 {
39 "rate": 25,
40 "version": {
41 "name": "soulsilver",
42 "url": "https://pokedex.mimo.dev/api/version/16/"
43 }
44 }
45 ]
46 },
47 {
48 "encounter_method": {
49 "name": "good-rod",
50 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
51 },
52 "version_details": [
53 {
54 "rate": 50,
55 "version": {
56 "name": "heartgold",
57 "url": "https://pokedex.mimo.dev/api/version/15/"
58 }
59 },
60 {
61 "rate": 50,
62 "version": {
63 "name": "soulsilver",
64 "url": "https://pokedex.mimo.dev/api/version/16/"
65 }
66 }
67 ]
68 },
69 {
70 "encounter_method": {
71 "name": "super-rod",
72 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
73 },
74 "version_details": [
75 {
76 "rate": 75,
77 "version": {
78 "name": "heartgold",
79 "url": "https://pokedex.mimo.dev/api/version/15/"
80 }
81 },
82 {
83 "rate": 75,
84 "version": {
85 "name": "soulsilver",
86 "url": "https://pokedex.mimo.dev/api/version/16/"
87 }
88 }
89 ]
90 },
91 {
92 "encounter_method": {
93 "name": "surf",
94 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
95 },
96 "version_details": [
97 {
98 "rate": 15,
99 "version": {
100 "name": "heartgold",
101 "url": "https://pokedex.mimo.dev/api/version/15/"
102 }
103 },
104 {
105 "rate": 15,
106 "version": {
107 "name": "soulsilver",
108 "url": "https://pokedex.mimo.dev/api/version/16/"
109 }
110 }
111 ]
112 }
113 ],
114 "game_index": 9,
115 "id": 192,
116 "location": {
117 "name": "johto-route-32",
118 "url": "https://pokedex.mimo.dev/api/location/112/"
119 },
120 "name": "johto-route-32-area",
121 "names": [
122 {
123 "language": {
124 "name": "en",
125 "url": "https://pokedex.mimo.dev/api/language/9/"
126 },
127 "name": "Road 32"
128 },
129 {
130 "language": {
131 "name": "fr",
132 "url": "https://pokedex.mimo.dev/api/language/5/"
133 },
134 "name": "Route 32"
135 }
136 ],
137 "pokemon_encounters": [
138 {
139 "pokemon": {
140 "name": "pidgey",
141 "url": "https://pokedex.mimo.dev/api/pokemon/16/"
142 },
143 "version_details": [
144 {
145 "encounter_details": [
146 {
147 "chance": 5,
148 "condition_values": [
149 {
150 "name": "time-day",
151 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
152 }
153 ],
154 "max_level": 7,
155 "method": {
156 "name": "walk",
157 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
158 },
159 "min_level": 7
160 },
161 {
162 "chance": 5,
163 "condition_values": [
164 {
165 "name": "time-morning",
166 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
167 }
168 ],
169 "max_level": 7,
170 "method": {
171 "name": "walk",
172 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
173 },
174 "min_level": 7
175 }
176 ],
177 "max_chance": 10,
178 "version": {
179 "name": "crystal",
180 "url": "https://pokedex.mimo.dev/api/version/6/"
181 }
182 }
183 ]
184 },
185 {
186 "pokemon": {
187 "name": "rattata",
188 "url": "https://pokedex.mimo.dev/api/pokemon/19/"
189 },
190 "version_details": [
191 {
192 "encounter_details": [
193 {
194 "chance": 30,
195 "condition_values": [
196 {
197 "name": "time-day",
198 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
199 }
200 ],
201 "max_level": 4,
202 "method": {
203 "name": "walk",
204 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
205 },
206 "min_level": 4
207 },
208 {
209 "chance": 5,
210 "condition_values": [
211 {
212 "name": "time-day",
213 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
214 }
215 ],
216 "max_level": 6,
217 "method": {
218 "name": "walk",
219 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
220 },
221 "min_level": 6
222 },
223 {
224 "chance": 4,
225 "condition_values": [
226 {
227 "name": "time-day",
228 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
229 }
230 ],
231 "max_level": 8,
232 "method": {
233 "name": "walk",
234 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
235 },
236 "min_level": 8
237 },
238 {
239 "chance": 1,
240 "condition_values": [
241 {
242 "name": "time-day",
243 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
244 }
245 ],
246 "max_level": 8,
247 "method": {
248 "name": "walk",
249 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
250 },
251 "min_level": 8
252 },
253 {
254 "chance": 30,
255 "condition_values": [
256 {
257 "name": "time-morning",
258 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
259 }
260 ],
261 "max_level": 4,
262 "method": {
263 "name": "walk",
264 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
265 },
266 "min_level": 4
267 },
268 {
269 "chance": 5,
270 "condition_values": [
271 {
272 "name": "time-morning",
273 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
274 }
275 ],
276 "max_level": 6,
277 "method": {
278 "name": "walk",
279 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
280 },
281 "min_level": 6
282 },
283 {
284 "chance": 30,
285 "condition_values": [
286 {
287 "name": "time-night",
288 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
289 }
290 ],
291 "max_level": 4,
292 "method": {
293 "name": "walk",
294 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
295 },
296 "min_level": 4
297 }
298 ],
299 "max_chance": 105,
300 "version": {
301 "name": "gold",
302 "url": "https://pokedex.mimo.dev/api/version/4/"
303 }
304 },
305 {
306 "encounter_details": [
307 {
308 "chance": 5,
309 "condition_values": [
310 {
311 "name": "time-day",
312 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
313 }
314 ],
315 "max_level": 6,
316 "method": {
317 "name": "walk",
318 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
319 },
320 "min_level": 6
321 },
322 {
323 "chance": 4,
324 "condition_values": [
325 {
326 "name": "time-day",
327 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
328 }
329 ],
330 "max_level": 8,
331 "method": {
332 "name": "walk",
333 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
334 },
335 "min_level": 8
336 },
337 {
338 "chance": 1,
339 "condition_values": [
340 {
341 "name": "time-day",
342 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
343 }
344 ],
345 "max_level": 8,
346 "method": {
347 "name": "walk",
348 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
349 },
350 "min_level": 8
351 },
352 {
353 "chance": 5,
354 "condition_values": [
355 {
356 "name": "time-morning",
357 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
358 }
359 ],
360 "max_level": 6,
361 "method": {
362 "name": "walk",
363 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
364 },
365 "min_level": 6
366 }
367 ],
368 "max_chance": 15,
369 "version": {
370 "name": "silver",
371 "url": "https://pokedex.mimo.dev/api/version/5/"
372 }
373 },
374 {
375 "encounter_details": [
376 {
377 "chance": 30,
378 "condition_values": [
379 {
380 "name": "time-day",
381 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
382 }
383 ],
384 "max_level": 5,
385 "method": {
386 "name": "walk",
387 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
388 },
389 "min_level": 5
390 },
391 {
392 "chance": 30,
393 "condition_values": [
394 {
395 "name": "time-morning",
396 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
397 }
398 ],
399 "max_level": 5,
400 "method": {
401 "name": "walk",
402 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
403 },
404 "min_level": 5
405 },
406 {
407 "chance": 30,
408 "condition_values": [
409 {
410 "name": "time-night",
411 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
412 }
413 ],
414 "max_level": 5,
415 "method": {
416 "name": "walk",
417 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
418 },
419 "min_level": 5
420 }
421 ],
422 "max_chance": 90,
423 "version": {
424 "name": "crystal",
425 "url": "https://pokedex.mimo.dev/api/version/6/"
426 }
427 },
428 {
429 "encounter_details": [
430 {
431 "chance": 20,
432 "condition_values": [],
433 "max_level": 4,
434 "method": {
435 "name": "walk",
436 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
437 },
438 "min_level": 4
439 },
440 {
441 "chance": 10,
442 "condition_values": [
443 {
444 "name": "radio-off",
445 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
446 }
447 ],
448 "max_level": 4,
449 "method": {
450 "name": "walk",
451 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
452 },
453 "min_level": 4
454 },
455 {
456 "chance": 4,
457 "condition_values": [
458 {
459 "name": "time-morning",
460 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
461 }
462 ],
463 "max_level": 6,
464 "method": {
465 "name": "walk",
466 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
467 },
468 "min_level": 6
469 },
470 {
471 "chance": 4,
472 "condition_values": [
473 {
474 "name": "time-day",
475 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
476 }
477 ],
478 "max_level": 6,
479 "method": {
480 "name": "walk",
481 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
482 },
483 "min_level": 6
484 },
485 {
486 "chance": 4,
487 "condition_values": [
488 {
489 "name": "time-day",
490 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
491 }
492 ],
493 "max_level": 4,
494 "method": {
495 "name": "walk",
496 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
497 },
498 "min_level": 4
499 },
500 {
501 "chance": 1,
502 "condition_values": [
503 {
504 "name": "time-morning",
505 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
506 }
507 ],
508 "max_level": 6,
509 "method": {
510 "name": "walk",
511 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
512 },
513 "min_level": 6
514 },
515 {
516 "chance": 1,
517 "condition_values": [
518 {
519 "name": "time-day",
520 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
521 }
522 ],
523 "max_level": 6,
524 "method": {
525 "name": "walk",
526 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
527 },
528 "min_level": 6
529 },
530 {
531 "chance": 1,
532 "condition_values": [
533 {
534 "name": "time-day",
535 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
536 }
537 ],
538 "max_level": 4,
539 "method": {
540 "name": "walk",
541 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
542 },
543 "min_level": 4
544 }
545 ],
546 "max_chance": 45,
547 "version": {
548 "name": "heartgold",
549 "url": "https://pokedex.mimo.dev/api/version/15/"
550 }
551 },
552 {
553 "encounter_details": [
554 {
555 "chance": 4,
556 "condition_values": [
557 {
558 "name": "time-morning",
559 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
560 }
561 ],
562 "max_level": 6,
563 "method": {
564 "name": "walk",
565 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
566 },
567 "min_level": 6
568 },
569 {
570 "chance": 4,
571 "condition_values": [
572 {
573 "name": "time-day",
574 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
575 }
576 ],
577 "max_level": 6,
578 "method": {
579 "name": "walk",
580 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
581 },
582 "min_level": 6
583 },
584 {
585 "chance": 4,
586 "condition_values": [
587 {
588 "name": "time-day",
589 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
590 }
591 ],
592 "max_level": 4,
593 "method": {
594 "name": "walk",
595 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
596 },
597 "min_level": 4
598 },
599 {
600 "chance": 1,
601 "condition_values": [
602 {
603 "name": "time-morning",
604 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
605 }
606 ],
607 "max_level": 6,
608 "method": {
609 "name": "walk",
610 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
611 },
612 "min_level": 6
613 },
614 {
615 "chance": 1,
616 "condition_values": [
617 {
618 "name": "time-day",
619 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
620 }
621 ],
622 "max_level": 6,
623 "method": {
624 "name": "walk",
625 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
626 },
627 "min_level": 6
628 },
629 {
630 "chance": 1,
631 "condition_values": [
632 {
633 "name": "time-day",
634 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
635 }
636 ],
637 "max_level": 4,
638 "method": {
639 "name": "walk",
640 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
641 },
642 "min_level": 4
643 }
644 ],
645 "max_chance": 15,
646 "version": {
647 "name": "soulsilver",
648 "url": "https://pokedex.mimo.dev/api/version/16/"
649 }
650 }
651 ]
652 },
653 {
654 "pokemon": {
655 "name": "spearow",
656 "url": "https://pokedex.mimo.dev/api/pokemon/21/"
657 },
658 "version_details": [
659 {
660 "encounter_details": [
661 {
662 "chance": 50,
663 "condition_values": [],
664 "max_level": 10,
665 "method": {
666 "name": "headbutt-low",
667 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
668 },
669 "min_level": 10
670 },
671 {
672 "chance": 15,
673 "condition_values": [],
674 "max_level": 10,
675 "method": {
676 "name": "headbutt-low",
677 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
678 },
679 "min_level": 10
680 },
681 {
682 "chance": 15,
683 "condition_values": [],
684 "max_level": 10,
685 "method": {
686 "name": "headbutt-low",
687 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
688 },
689 "min_level": 10
690 },
691 {
692 "chance": 50,
693 "condition_values": [],
694 "max_level": 10,
695 "method": {
696 "name": "headbutt-normal",
697 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
698 },
699 "min_level": 10
700 },
701 {
702 "chance": 15,
703 "condition_values": [],
704 "max_level": 10,
705 "method": {
706 "name": "headbutt-normal",
707 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
708 },
709 "min_level": 10
710 },
711 {
712 "chance": 15,
713 "condition_values": [],
714 "max_level": 10,
715 "method": {
716 "name": "headbutt-normal",
717 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
718 },
719 "min_level": 10
720 },
721 {
722 "chance": 50,
723 "condition_values": [],
724 "max_level": 10,
725 "method": {
726 "name": "headbutt-high",
727 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
728 },
729 "min_level": 10
730 }
731 ],
732 "max_chance": 210,
733 "version": {
734 "name": "gold",
735 "url": "https://pokedex.mimo.dev/api/version/4/"
736 }
737 },
738 {
739 "encounter_details": [
740 {
741 "chance": 50,
742 "condition_values": [],
743 "max_level": 10,
744 "method": {
745 "name": "headbutt-low",
746 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
747 },
748 "min_level": 10
749 },
750 {
751 "chance": 15,
752 "condition_values": [],
753 "max_level": 10,
754 "method": {
755 "name": "headbutt-low",
756 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
757 },
758 "min_level": 10
759 },
760 {
761 "chance": 15,
762 "condition_values": [],
763 "max_level": 10,
764 "method": {
765 "name": "headbutt-low",
766 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
767 },
768 "min_level": 10
769 },
770 {
771 "chance": 50,
772 "condition_values": [],
773 "max_level": 10,
774 "method": {
775 "name": "headbutt-normal",
776 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
777 },
778 "min_level": 10
779 },
780 {
781 "chance": 15,
782 "condition_values": [],
783 "max_level": 10,
784 "method": {
785 "name": "headbutt-normal",
786 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
787 },
788 "min_level": 10
789 },
790 {
791 "chance": 15,
792 "condition_values": [],
793 "max_level": 10,
794 "method": {
795 "name": "headbutt-normal",
796 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
797 },
798 "min_level": 10
799 },
800 {
801 "chance": 50,
802 "condition_values": [],
803 "max_level": 10,
804 "method": {
805 "name": "headbutt-high",
806 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
807 },
808 "min_level": 10
809 }
810 ],
811 "max_chance": 210,
812 "version": {
813 "name": "silver",
814 "url": "https://pokedex.mimo.dev/api/version/5/"
815 }
816 }
817 ]
818 },
819 {
820 "pokemon": {
821 "name": "ekans",
822 "url": "https://pokedex.mimo.dev/api/pokemon/23/"
823 },
824 "version_details": [
825 {
826 "encounter_details": [
827 {
828 "chance": 30,
829 "condition_values": [
830 {
831 "name": "time-day",
832 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
833 }
834 ],
835 "max_level": 4,
836 "method": {
837 "name": "walk",
838 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
839 },
840 "min_level": 4
841 },
842 {
843 "chance": 30,
844 "condition_values": [
845 {
846 "name": "time-morning",
847 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
848 }
849 ],
850 "max_level": 4,
851 "method": {
852 "name": "walk",
853 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
854 },
855 "min_level": 4
856 },
857 {
858 "chance": 30,
859 "condition_values": [
860 {
861 "name": "time-night",
862 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
863 }
864 ],
865 "max_level": 4,
866 "method": {
867 "name": "walk",
868 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
869 },
870 "min_level": 4
871 }
872 ],
873 "max_chance": 90,
874 "version": {
875 "name": "silver",
876 "url": "https://pokedex.mimo.dev/api/version/5/"
877 }
878 },
879 {
880 "encounter_details": [
881 {
882 "chance": 30,
883 "condition_values": [
884 {
885 "name": "time-day",
886 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
887 }
888 ],
889 "max_level": 4,
890 "method": {
891 "name": "walk",
892 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
893 },
894 "min_level": 4
895 },
896 {
897 "chance": 30,
898 "condition_values": [
899 {
900 "name": "time-morning",
901 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
902 }
903 ],
904 "max_level": 4,
905 "method": {
906 "name": "walk",
907 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
908 },
909 "min_level": 4
910 },
911 {
912 "chance": 15,
913 "condition_values": [],
914 "max_level": 10,
915 "method": {
916 "name": "headbutt-low",
917 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
918 },
919 "min_level": 10
920 },
921 {
922 "chance": 15,
923 "condition_values": [],
924 "max_level": 10,
925 "method": {
926 "name": "headbutt-normal",
927 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
928 },
929 "min_level": 10
930 }
931 ],
932 "max_chance": 90,
933 "version": {
934 "name": "crystal",
935 "url": "https://pokedex.mimo.dev/api/version/6/"
936 }
937 },
938 {
939 "encounter_details": [
940 {
941 "chance": 20,
942 "condition_values": [],
943 "max_level": 4,
944 "method": {
945 "name": "walk",
946 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
947 },
948 "min_level": 4
949 },
950 {
951 "chance": 10,
952 "condition_values": [
953 {
954 "name": "radio-off",
955 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
956 }
957 ],
958 "max_level": 4,
959 "method": {
960 "name": "walk",
961 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
962 },
963 "min_level": 4
964 }
965 ],
966 "max_chance": 30,
967 "version": {
968 "name": "soulsilver",
969 "url": "https://pokedex.mimo.dev/api/version/16/"
970 }
971 }
972 ]
973 },
974 {
975 "pokemon": {
976 "name": "zubat",
977 "url": "https://pokedex.mimo.dev/api/pokemon/41/"
978 },
979 "version_details": [
980 {
981 "encounter_details": [
982 {
983 "chance": 1,
984 "condition_values": [
985 {
986 "name": "time-morning",
987 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
988 }
989 ],
990 "max_level": 4,
991 "method": {
992 "name": "walk",
993 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
994 },
995 "min_level": 4
996 },
997 {
998 "chance": 4,
999 "condition_values": [
1000 {
1001 "name": "time-night",
1002 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1003 }
1004 ],
1005 "max_level": 8,
1006 "method": {
1007 "name": "walk",
1008 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1009 },
1010 "min_level": 8
1011 },
1012 {
1013 "chance": 1,
1014 "condition_values": [
1015 {
1016 "name": "time-night",
1017 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1018 }
1019 ],
1020 "max_level": 8,
1021 "method": {
1022 "name": "walk",
1023 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1024 },
1025 "min_level": 8
1026 }
1027 ],
1028 "max_chance": 6,
1029 "version": {
1030 "name": "gold",
1031 "url": "https://pokedex.mimo.dev/api/version/4/"
1032 }
1033 },
1034 {
1035 "encounter_details": [
1036 {
1037 "chance": 1,
1038 "condition_values": [
1039 {
1040 "name": "time-morning",
1041 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1042 }
1043 ],
1044 "max_level": 4,
1045 "method": {
1046 "name": "walk",
1047 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1048 },
1049 "min_level": 4
1050 },
1051 {
1052 "chance": 4,
1053 "condition_values": [
1054 {
1055 "name": "time-night",
1056 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1057 }
1058 ],
1059 "max_level": 8,
1060 "method": {
1061 "name": "walk",
1062 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1063 },
1064 "min_level": 8
1065 },
1066 {
1067 "chance": 1,
1068 "condition_values": [
1069 {
1070 "name": "time-night",
1071 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1072 }
1073 ],
1074 "max_level": 8,
1075 "method": {
1076 "name": "walk",
1077 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1078 },
1079 "min_level": 8
1080 }
1081 ],
1082 "max_chance": 6,
1083 "version": {
1084 "name": "silver",
1085 "url": "https://pokedex.mimo.dev/api/version/5/"
1086 }
1087 },
1088 {
1089 "encounter_details": [
1090 {
1091 "chance": 10,
1092 "condition_values": [
1093 {
1094 "name": "time-night",
1095 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1096 }
1097 ],
1098 "max_level": 6,
1099 "method": {
1100 "name": "walk",
1101 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1102 },
1103 "min_level": 6
1104 }
1105 ],
1106 "max_chance": 10,
1107 "version": {
1108 "name": "crystal",
1109 "url": "https://pokedex.mimo.dev/api/version/6/"
1110 }
1111 },
1112 {
1113 "encounter_details": [
1114 {
1115 "chance": 4,
1116 "condition_values": [
1117 {
1118 "name": "time-morning",
1119 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1120 }
1121 ],
1122 "max_level": 4,
1123 "method": {
1124 "name": "walk",
1125 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1126 },
1127 "min_level": 4
1128 },
1129 {
1130 "chance": 4,
1131 "condition_values": [
1132 {
1133 "name": "time-night",
1134 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1135 }
1136 ],
1137 "max_level": 4,
1138 "method": {
1139 "name": "walk",
1140 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1141 },
1142 "min_level": 4
1143 },
1144 {
1145 "chance": 1,
1146 "condition_values": [
1147 {
1148 "name": "time-morning",
1149 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1150 }
1151 ],
1152 "max_level": 4,
1153 "method": {
1154 "name": "walk",
1155 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1156 },
1157 "min_level": 4
1158 },
1159 {
1160 "chance": 1,
1161 "condition_values": [
1162 {
1163 "name": "time-night",
1164 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1165 }
1166 ],
1167 "max_level": 4,
1168 "method": {
1169 "name": "walk",
1170 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1171 },
1172 "min_level": 4
1173 }
1174 ],
1175 "max_chance": 10,
1176 "version": {
1177 "name": "heartgold",
1178 "url": "https://pokedex.mimo.dev/api/version/15/"
1179 }
1180 },
1181 {
1182 "encounter_details": [
1183 {
1184 "chance": 4,
1185 "condition_values": [
1186 {
1187 "name": "time-morning",
1188 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1189 }
1190 ],
1191 "max_level": 4,
1192 "method": {
1193 "name": "walk",
1194 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1195 },
1196 "min_level": 4
1197 },
1198 {
1199 "chance": 4,
1200 "condition_values": [
1201 {
1202 "name": "time-night",
1203 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1204 }
1205 ],
1206 "max_level": 4,
1207 "method": {
1208 "name": "walk",
1209 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1210 },
1211 "min_level": 4
1212 },
1213 {
1214 "chance": 1,
1215 "condition_values": [
1216 {
1217 "name": "time-morning",
1218 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1219 }
1220 ],
1221 "max_level": 4,
1222 "method": {
1223 "name": "walk",
1224 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1225 },
1226 "min_level": 4
1227 },
1228 {
1229 "chance": 1,
1230 "condition_values": [
1231 {
1232 "name": "time-night",
1233 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1234 }
1235 ],
1236 "max_level": 4,
1237 "method": {
1238 "name": "walk",
1239 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1240 },
1241 "min_level": 4
1242 }
1243 ],
1244 "max_chance": 10,
1245 "version": {
1246 "name": "soulsilver",
1247 "url": "https://pokedex.mimo.dev/api/version/16/"
1248 }
1249 }
1250 ]
1251 },
1252 {
1253 "pokemon": {
1254 "name": "bellsprout",
1255 "url": "https://pokedex.mimo.dev/api/pokemon/69/"
1256 },
1257 "version_details": [
1258 {
1259 "encounter_details": [
1260 {
1261 "chance": 30,
1262 "condition_values": [
1263 {
1264 "name": "time-day",
1265 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1266 }
1267 ],
1268 "max_level": 6,
1269 "method": {
1270 "name": "walk",
1271 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1272 },
1273 "min_level": 6
1274 },
1275 {
1276 "chance": 30,
1277 "condition_values": [
1278 {
1279 "name": "time-morning",
1280 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1281 }
1282 ],
1283 "max_level": 6,
1284 "method": {
1285 "name": "walk",
1286 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1287 },
1288 "min_level": 6
1289 },
1290 {
1291 "chance": 20,
1292 "condition_values": [
1293 {
1294 "name": "time-night",
1295 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1296 }
1297 ],
1298 "max_level": 6,
1299 "method": {
1300 "name": "walk",
1301 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1302 },
1303 "min_level": 6
1304 }
1305 ],
1306 "max_chance": 80,
1307 "version": {
1308 "name": "gold",
1309 "url": "https://pokedex.mimo.dev/api/version/4/"
1310 }
1311 },
1312 {
1313 "encounter_details": [
1314 {
1315 "chance": 30,
1316 "condition_values": [
1317 {
1318 "name": "time-day",
1319 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1320 }
1321 ],
1322 "max_level": 6,
1323 "method": {
1324 "name": "walk",
1325 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1326 },
1327 "min_level": 6
1328 },
1329 {
1330 "chance": 30,
1331 "condition_values": [
1332 {
1333 "name": "time-morning",
1334 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1335 }
1336 ],
1337 "max_level": 6,
1338 "method": {
1339 "name": "walk",
1340 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1341 },
1342 "min_level": 6
1343 },
1344 {
1345 "chance": 20,
1346 "condition_values": [
1347 {
1348 "name": "time-night",
1349 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1350 }
1351 ],
1352 "max_level": 6,
1353 "method": {
1354 "name": "walk",
1355 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1356 },
1357 "min_level": 6
1358 }
1359 ],
1360 "max_chance": 80,
1361 "version": {
1362 "name": "silver",
1363 "url": "https://pokedex.mimo.dev/api/version/5/"
1364 }
1365 },
1366 {
1367 "encounter_details": [
1368 {
1369 "chance": 20,
1370 "condition_values": [
1371 {
1372 "name": "time-day",
1373 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1374 }
1375 ],
1376 "max_level": 7,
1377 "method": {
1378 "name": "walk",
1379 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1380 },
1381 "min_level": 7
1382 },
1383 {
1384 "chance": 20,
1385 "condition_values": [
1386 {
1387 "name": "time-morning",
1388 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1389 }
1390 ],
1391 "max_level": 7,
1392 "method": {
1393 "name": "walk",
1394 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1395 },
1396 "min_level": 7
1397 },
1398 {
1399 "chance": 20,
1400 "condition_values": [
1401 {
1402 "name": "time-night",
1403 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1404 }
1405 ],
1406 "max_level": 7,
1407 "method": {
1408 "name": "walk",
1409 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1410 },
1411 "min_level": 7
1412 }
1413 ],
1414 "max_chance": 60,
1415 "version": {
1416 "name": "crystal",
1417 "url": "https://pokedex.mimo.dev/api/version/6/"
1418 }
1419 },
1420 {
1421 "encounter_details": [
1422 {
1423 "chance": 20,
1424 "condition_values": [
1425 {
1426 "name": "time-morning",
1427 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1428 }
1429 ],
1430 "max_level": 6,
1431 "method": {
1432 "name": "walk",
1433 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1434 },
1435 "min_level": 6
1436 },
1437 {
1438 "chance": 20,
1439 "condition_values": [
1440 {
1441 "name": "time-day",
1442 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1443 }
1444 ],
1445 "max_level": 6,
1446 "method": {
1447 "name": "walk",
1448 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1449 },
1450 "min_level": 6
1451 },
1452 {
1453 "chance": 10,
1454 "condition_values": [
1455 {
1456 "name": "time-morning",
1457 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1458 },
1459 {
1460 "name": "radio-off",
1461 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
1462 }
1463 ],
1464 "max_level": 6,
1465 "method": {
1466 "name": "walk",
1467 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1468 },
1469 "min_level": 6
1470 },
1471 {
1472 "chance": 10,
1473 "condition_values": [
1474 {
1475 "name": "time-day",
1476 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1477 },
1478 {
1479 "name": "radio-off",
1480 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
1481 }
1482 ],
1483 "max_level": 6,
1484 "method": {
1485 "name": "walk",
1486 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1487 },
1488 "min_level": 6
1489 },
1490 {
1491 "chance": 10,
1492 "condition_values": [
1493 {
1494 "name": "time-night",
1495 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1496 },
1497 {
1498 "name": "radio-off",
1499 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
1500 }
1501 ],
1502 "max_level": 6,
1503 "method": {
1504 "name": "walk",
1505 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1506 },
1507 "min_level": 6
1508 },
1509 {
1510 "chance": 10,
1511 "condition_values": [
1512 {
1513 "name": "time-night",
1514 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1515 },
1516 {
1517 "name": "radio-off",
1518 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
1519 }
1520 ],
1521 "max_level": 6,
1522 "method": {
1523 "name": "walk",
1524 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1525 },
1526 "min_level": 6
1527 }
1528 ],
1529 "max_chance": 80,
1530 "version": {
1531 "name": "heartgold",
1532 "url": "https://pokedex.mimo.dev/api/version/15/"
1533 }
1534 },
1535 {
1536 "encounter_details": [
1537 {
1538 "chance": 20,
1539 "condition_values": [
1540 {
1541 "name": "time-morning",
1542 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1543 }
1544 ],
1545 "max_level": 6,
1546 "method": {
1547 "name": "walk",
1548 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1549 },
1550 "min_level": 6
1551 },
1552 {
1553 "chance": 20,
1554 "condition_values": [
1555 {
1556 "name": "time-day",
1557 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1558 }
1559 ],
1560 "max_level": 6,
1561 "method": {
1562 "name": "walk",
1563 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1564 },
1565 "min_level": 6
1566 },
1567 {
1568 "chance": 10,
1569 "condition_values": [
1570 {
1571 "name": "time-morning",
1572 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1573 },
1574 {
1575 "name": "radio-off",
1576 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
1577 }
1578 ],
1579 "max_level": 6,
1580 "method": {
1581 "name": "walk",
1582 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1583 },
1584 "min_level": 6
1585 },
1586 {
1587 "chance": 10,
1588 "condition_values": [
1589 {
1590 "name": "time-day",
1591 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1592 },
1593 {
1594 "name": "radio-off",
1595 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
1596 }
1597 ],
1598 "max_level": 6,
1599 "method": {
1600 "name": "walk",
1601 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1602 },
1603 "min_level": 6
1604 },
1605 {
1606 "chance": 10,
1607 "condition_values": [
1608 {
1609 "name": "time-night",
1610 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1611 },
1612 {
1613 "name": "radio-off",
1614 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
1615 }
1616 ],
1617 "max_level": 6,
1618 "method": {
1619 "name": "walk",
1620 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1621 },
1622 "min_level": 6
1623 },
1624 {
1625 "chance": 10,
1626 "condition_values": [
1627 {
1628 "name": "time-night",
1629 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1630 },
1631 {
1632 "name": "radio-off",
1633 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
1634 }
1635 ],
1636 "max_level": 6,
1637 "method": {
1638 "name": "walk",
1639 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1640 },
1641 "min_level": 6
1642 }
1643 ],
1644 "max_chance": 80,
1645 "version": {
1646 "name": "soulsilver",
1647 "url": "https://pokedex.mimo.dev/api/version/16/"
1648 }
1649 }
1650 ]
1651 },
1652 {
1653 "pokemon": {
1654 "name": "tentacool",
1655 "url": "https://pokedex.mimo.dev/api/pokemon/72/"
1656 },
1657 "version_details": [
1658 {
1659 "encounter_details": [
1660 {
1661 "chance": 15,
1662 "condition_values": [
1663 {
1664 "name": "swarm-no",
1665 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
1666 }
1667 ],
1668 "max_level": 10,
1669 "method": {
1670 "name": "old-rod",
1671 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
1672 },
1673 "min_level": 10
1674 },
1675 {
1676 "chance": 35,
1677 "condition_values": [
1678 {
1679 "name": "swarm-no",
1680 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
1681 }
1682 ],
1683 "max_level": 20,
1684 "method": {
1685 "name": "good-rod",
1686 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1687 },
1688 "min_level": 20
1689 },
1690 {
1691 "chance": 20,
1692 "condition_values": [
1693 {
1694 "name": "swarm-no",
1695 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
1696 }
1697 ],
1698 "max_level": 20,
1699 "method": {
1700 "name": "good-rod",
1701 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1702 },
1703 "min_level": 20
1704 },
1705 {
1706 "chance": 10,
1707 "condition_values": [
1708 {
1709 "name": "swarm-no",
1710 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
1711 }
1712 ],
1713 "max_level": 20,
1714 "method": {
1715 "name": "good-rod",
1716 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1717 },
1718 "min_level": 20
1719 },
1720 {
1721 "chance": 40,
1722 "condition_values": [
1723 {
1724 "name": "swarm-no",
1725 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
1726 }
1727 ],
1728 "max_level": 40,
1729 "method": {
1730 "name": "super-rod",
1731 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1732 },
1733 "min_level": 40
1734 },
1735 {
1736 "chance": 30,
1737 "condition_values": [
1738 {
1739 "name": "swarm-no",
1740 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
1741 }
1742 ],
1743 "max_level": 40,
1744 "method": {
1745 "name": "super-rod",
1746 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1747 },
1748 "min_level": 40
1749 },
1750 {
1751 "chance": 60,
1752 "condition_values": [],
1753 "max_level": 19,
1754 "method": {
1755 "name": "surf",
1756 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1757 },
1758 "min_level": 15
1759 }
1760 ],
1761 "max_chance": 210,
1762 "version": {
1763 "name": "gold",
1764 "url": "https://pokedex.mimo.dev/api/version/4/"
1765 }
1766 },
1767 {
1768 "encounter_details": [
1769 {
1770 "chance": 15,
1771 "condition_values": [
1772 {
1773 "name": "swarm-no",
1774 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
1775 }
1776 ],
1777 "max_level": 10,
1778 "method": {
1779 "name": "old-rod",
1780 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
1781 },
1782 "min_level": 10
1783 },
1784 {
1785 "chance": 35,
1786 "condition_values": [
1787 {
1788 "name": "swarm-no",
1789 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
1790 }
1791 ],
1792 "max_level": 20,
1793 "method": {
1794 "name": "good-rod",
1795 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1796 },
1797 "min_level": 20
1798 },
1799 {
1800 "chance": 20,
1801 "condition_values": [
1802 {
1803 "name": "swarm-no",
1804 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
1805 }
1806 ],
1807 "max_level": 20,
1808 "method": {
1809 "name": "good-rod",
1810 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1811 },
1812 "min_level": 20
1813 },
1814 {
1815 "chance": 10,
1816 "condition_values": [
1817 {
1818 "name": "swarm-no",
1819 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
1820 }
1821 ],
1822 "max_level": 20,
1823 "method": {
1824 "name": "good-rod",
1825 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1826 },
1827 "min_level": 20
1828 },
1829 {
1830 "chance": 40,
1831 "condition_values": [],
1832 "max_level": 40,
1833 "method": {
1834 "name": "super-rod",
1835 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1836 },
1837 "min_level": 40
1838 },
1839 {
1840 "chance": 30,
1841 "condition_values": [],
1842 "max_level": 40,
1843 "method": {
1844 "name": "super-rod",
1845 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1846 },
1847 "min_level": 40
1848 },
1849 {
1850 "chance": 60,
1851 "condition_values": [],
1852 "max_level": 19,
1853 "method": {
1854 "name": "surf",
1855 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1856 },
1857 "min_level": 15
1858 }
1859 ],
1860 "max_chance": 210,
1861 "version": {
1862 "name": "silver",
1863 "url": "https://pokedex.mimo.dev/api/version/5/"
1864 }
1865 },
1866 {
1867 "encounter_details": [
1868 {
1869 "chance": 15,
1870 "condition_values": [
1871 {
1872 "name": "swarm-no",
1873 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
1874 }
1875 ],
1876 "max_level": 10,
1877 "method": {
1878 "name": "old-rod",
1879 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
1880 },
1881 "min_level": 10
1882 },
1883 {
1884 "chance": 35,
1885 "condition_values": [
1886 {
1887 "name": "swarm-no",
1888 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
1889 }
1890 ],
1891 "max_level": 20,
1892 "method": {
1893 "name": "good-rod",
1894 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1895 },
1896 "min_level": 20
1897 },
1898 {
1899 "chance": 20,
1900 "condition_values": [
1901 {
1902 "name": "swarm-no",
1903 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
1904 }
1905 ],
1906 "max_level": 20,
1907 "method": {
1908 "name": "good-rod",
1909 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1910 },
1911 "min_level": 20
1912 },
1913 {
1914 "chance": 10,
1915 "condition_values": [
1916 {
1917 "name": "swarm-no",
1918 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
1919 }
1920 ],
1921 "max_level": 20,
1922 "method": {
1923 "name": "good-rod",
1924 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1925 },
1926 "min_level": 20
1927 },
1928 {
1929 "chance": 40,
1930 "condition_values": [
1931 {
1932 "name": "swarm-no",
1933 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
1934 }
1935 ],
1936 "max_level": 40,
1937 "method": {
1938 "name": "super-rod",
1939 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1940 },
1941 "min_level": 40
1942 },
1943 {
1944 "chance": 30,
1945 "condition_values": [
1946 {
1947 "name": "swarm-no",
1948 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
1949 }
1950 ],
1951 "max_level": 40,
1952 "method": {
1953 "name": "super-rod",
1954 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1955 },
1956 "min_level": 40
1957 },
1958 {
1959 "chance": 60,
1960 "condition_values": [],
1961 "max_level": 19,
1962 "method": {
1963 "name": "surf",
1964 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1965 },
1966 "min_level": 15
1967 }
1968 ],
1969 "max_chance": 210,
1970 "version": {
1971 "name": "crystal",
1972 "url": "https://pokedex.mimo.dev/api/version/6/"
1973 }
1974 },
1975 {
1976 "encounter_details": [
1977 {
1978 "chance": 60,
1979 "condition_values": [],
1980 "max_level": 20,
1981 "method": {
1982 "name": "surf",
1983 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1984 },
1985 "min_level": 10
1986 },
1987 {
1988 "chance": 10,
1989 "condition_values": [],
1990 "max_level": 10,
1991 "method": {
1992 "name": "old-rod",
1993 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
1994 },
1995 "min_level": 10
1996 },
1997 {
1998 "chance": 5,
1999 "condition_values": [],
2000 "max_level": 10,
2001 "method": {
2002 "name": "old-rod",
2003 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2004 },
2005 "min_level": 10
2006 },
2007 {
2008 "chance": 30,
2009 "condition_values": [],
2010 "max_level": 20,
2011 "method": {
2012 "name": "good-rod",
2013 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
2014 },
2015 "min_level": 20
2016 },
2017 {
2018 "chance": 15,
2019 "condition_values": [
2020 {
2021 "name": "swarm-no",
2022 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2023 }
2024 ],
2025 "max_level": 20,
2026 "method": {
2027 "name": "good-rod",
2028 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
2029 },
2030 "min_level": 20
2031 },
2032 {
2033 "chance": 10,
2034 "condition_values": [
2035 {
2036 "name": "swarm-no",
2037 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2038 }
2039 ],
2040 "max_level": 20,
2041 "method": {
2042 "name": "good-rod",
2043 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
2044 },
2045 "min_level": 20
2046 },
2047 {
2048 "chance": 40,
2049 "condition_values": [
2050 {
2051 "name": "swarm-no",
2052 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2053 }
2054 ],
2055 "max_level": 40,
2056 "method": {
2057 "name": "super-rod",
2058 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2059 },
2060 "min_level": 40
2061 },
2062 {
2063 "chance": 30,
2064 "condition_values": [
2065 {
2066 "name": "swarm-no",
2067 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2068 }
2069 ],
2070 "max_level": 40,
2071 "method": {
2072 "name": "super-rod",
2073 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2074 },
2075 "min_level": 40
2076 }
2077 ],
2078 "max_chance": 200,
2079 "version": {
2080 "name": "heartgold",
2081 "url": "https://pokedex.mimo.dev/api/version/15/"
2082 }
2083 },
2084 {
2085 "encounter_details": [
2086 {
2087 "chance": 60,
2088 "condition_values": [],
2089 "max_level": 20,
2090 "method": {
2091 "name": "surf",
2092 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2093 },
2094 "min_level": 10
2095 },
2096 {
2097 "chance": 10,
2098 "condition_values": [],
2099 "max_level": 10,
2100 "method": {
2101 "name": "old-rod",
2102 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2103 },
2104 "min_level": 10
2105 },
2106 {
2107 "chance": 5,
2108 "condition_values": [],
2109 "max_level": 10,
2110 "method": {
2111 "name": "old-rod",
2112 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2113 },
2114 "min_level": 10
2115 },
2116 {
2117 "chance": 30,
2118 "condition_values": [],
2119 "max_level": 20,
2120 "method": {
2121 "name": "good-rod",
2122 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
2123 },
2124 "min_level": 20
2125 },
2126 {
2127 "chance": 15,
2128 "condition_values": [
2129 {
2130 "name": "swarm-no",
2131 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2132 }
2133 ],
2134 "max_level": 20,
2135 "method": {
2136 "name": "good-rod",
2137 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
2138 },
2139 "min_level": 20
2140 },
2141 {
2142 "chance": 10,
2143 "condition_values": [
2144 {
2145 "name": "swarm-no",
2146 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2147 }
2148 ],
2149 "max_level": 20,
2150 "method": {
2151 "name": "good-rod",
2152 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
2153 },
2154 "min_level": 20
2155 },
2156 {
2157 "chance": 40,
2158 "condition_values": [
2159 {
2160 "name": "swarm-no",
2161 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2162 }
2163 ],
2164 "max_level": 40,
2165 "method": {
2166 "name": "super-rod",
2167 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2168 },
2169 "min_level": 40
2170 },
2171 {
2172 "chance": 30,
2173 "condition_values": [
2174 {
2175 "name": "swarm-no",
2176 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2177 }
2178 ],
2179 "max_level": 40,
2180 "method": {
2181 "name": "super-rod",
2182 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2183 },
2184 "min_level": 40
2185 }
2186 ],
2187 "max_chance": 200,
2188 "version": {
2189 "name": "soulsilver",
2190 "url": "https://pokedex.mimo.dev/api/version/16/"
2191 }
2192 }
2193 ]
2194 },
2195 {
2196 "pokemon": {
2197 "name": "tentacruel",
2198 "url": "https://pokedex.mimo.dev/api/pokemon/73/"
2199 },
2200 "version_details": [
2201 {
2202 "encounter_details": [
2203 {
2204 "chance": 10,
2205 "condition_values": [],
2206 "max_level": 24,
2207 "method": {
2208 "name": "surf",
2209 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2210 },
2211 "min_level": 20
2212 }
2213 ],
2214 "max_chance": 10,
2215 "version": {
2216 "name": "gold",
2217 "url": "https://pokedex.mimo.dev/api/version/4/"
2218 }
2219 },
2220 {
2221 "encounter_details": [
2222 {
2223 "chance": 10,
2224 "condition_values": [],
2225 "max_level": 24,
2226 "method": {
2227 "name": "surf",
2228 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2229 },
2230 "min_level": 20
2231 }
2232 ],
2233 "max_chance": 10,
2234 "version": {
2235 "name": "silver",
2236 "url": "https://pokedex.mimo.dev/api/version/5/"
2237 }
2238 },
2239 {
2240 "encounter_details": [
2241 {
2242 "chance": 10,
2243 "condition_values": [],
2244 "max_level": 24,
2245 "method": {
2246 "name": "surf",
2247 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2248 },
2249 "min_level": 20
2250 }
2251 ],
2252 "max_chance": 10,
2253 "version": {
2254 "name": "crystal",
2255 "url": "https://pokedex.mimo.dev/api/version/6/"
2256 }
2257 },
2258 {
2259 "encounter_details": [
2260 {
2261 "chance": 5,
2262 "condition_values": [],
2263 "max_level": 25,
2264 "method": {
2265 "name": "surf",
2266 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2267 },
2268 "min_level": 15
2269 },
2270 {
2271 "chance": 4,
2272 "condition_values": [],
2273 "max_level": 25,
2274 "method": {
2275 "name": "surf",
2276 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2277 },
2278 "min_level": 15
2279 },
2280 {
2281 "chance": 1,
2282 "condition_values": [],
2283 "max_level": 36,
2284 "method": {
2285 "name": "surf",
2286 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2287 },
2288 "min_level": 36
2289 }
2290 ],
2291 "max_chance": 10,
2292 "version": {
2293 "name": "heartgold",
2294 "url": "https://pokedex.mimo.dev/api/version/15/"
2295 }
2296 },
2297 {
2298 "encounter_details": [
2299 {
2300 "chance": 5,
2301 "condition_values": [],
2302 "max_level": 25,
2303 "method": {
2304 "name": "surf",
2305 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2306 },
2307 "min_level": 15
2308 },
2309 {
2310 "chance": 4,
2311 "condition_values": [],
2312 "max_level": 25,
2313 "method": {
2314 "name": "surf",
2315 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2316 },
2317 "min_level": 15
2318 },
2319 {
2320 "chance": 1,
2321 "condition_values": [],
2322 "max_level": 36,
2323 "method": {
2324 "name": "surf",
2325 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2326 },
2327 "min_level": 36
2328 }
2329 ],
2330 "max_chance": 10,
2331 "version": {
2332 "name": "soulsilver",
2333 "url": "https://pokedex.mimo.dev/api/version/16/"
2334 }
2335 }
2336 ]
2337 },
2338 {
2339 "pokemon": {
2340 "name": "gastly",
2341 "url": "https://pokedex.mimo.dev/api/pokemon/92/"
2342 },
2343 "version_details": [
2344 {
2345 "encounter_details": [
2346 {
2347 "chance": 4,
2348 "condition_values": [
2349 {
2350 "name": "time-night",
2351 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
2352 }
2353 ],
2354 "max_level": 7,
2355 "method": {
2356 "name": "walk",
2357 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2358 },
2359 "min_level": 7
2360 },
2361 {
2362 "chance": 1,
2363 "condition_values": [
2364 {
2365 "name": "time-night",
2366 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
2367 }
2368 ],
2369 "max_level": 7,
2370 "method": {
2371 "name": "walk",
2372 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2373 },
2374 "min_level": 7
2375 }
2376 ],
2377 "max_chance": 5,
2378 "version": {
2379 "name": "crystal",
2380 "url": "https://pokedex.mimo.dev/api/version/6/"
2381 }
2382 }
2383 ]
2384 },
2385 {
2386 "pokemon": {
2387 "name": "exeggcute",
2388 "url": "https://pokedex.mimo.dev/api/pokemon/102/"
2389 },
2390 "version_details": [
2391 {
2392 "encounter_details": [
2393 {
2394 "chance": 10,
2395 "condition_values": [],
2396 "max_level": 10,
2397 "method": {
2398 "name": "headbutt-low",
2399 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
2400 },
2401 "min_level": 10
2402 },
2403 {
2404 "chance": 5,
2405 "condition_values": [],
2406 "max_level": 10,
2407 "method": {
2408 "name": "headbutt-low",
2409 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
2410 },
2411 "min_level": 10
2412 },
2413 {
2414 "chance": 5,
2415 "condition_values": [],
2416 "max_level": 10,
2417 "method": {
2418 "name": "headbutt-low",
2419 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
2420 },
2421 "min_level": 10
2422 },
2423 {
2424 "chance": 10,
2425 "condition_values": [],
2426 "max_level": 10,
2427 "method": {
2428 "name": "headbutt-normal",
2429 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
2430 },
2431 "min_level": 10
2432 },
2433 {
2434 "chance": 5,
2435 "condition_values": [],
2436 "max_level": 10,
2437 "method": {
2438 "name": "headbutt-normal",
2439 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
2440 },
2441 "min_level": 10
2442 },
2443 {
2444 "chance": 5,
2445 "condition_values": [],
2446 "max_level": 10,
2447 "method": {
2448 "name": "headbutt-normal",
2449 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
2450 },
2451 "min_level": 10
2452 },
2453 {
2454 "chance": 10,
2455 "condition_values": [],
2456 "max_level": 10,
2457 "method": {
2458 "name": "headbutt-high",
2459 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
2460 },
2461 "min_level": 10
2462 },
2463 {
2464 "chance": 5,
2465 "condition_values": [],
2466 "max_level": 10,
2467 "method": {
2468 "name": "headbutt-high",
2469 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
2470 },
2471 "min_level": 10
2472 },
2473 {
2474 "chance": 5,
2475 "condition_values": [],
2476 "max_level": 10,
2477 "method": {
2478 "name": "headbutt-high",
2479 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
2480 },
2481 "min_level": 10
2482 }
2483 ],
2484 "max_chance": 60,
2485 "version": {
2486 "name": "crystal",
2487 "url": "https://pokedex.mimo.dev/api/version/6/"
2488 }
2489 }
2490 ]
2491 },
2492 {
2493 "pokemon": {
2494 "name": "magikarp",
2495 "url": "https://pokedex.mimo.dev/api/pokemon/129/"
2496 },
2497 "version_details": [
2498 {
2499 "encounter_details": [
2500 {
2501 "chance": 70,
2502 "condition_values": [
2503 {
2504 "name": "swarm-no",
2505 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2506 }
2507 ],
2508 "max_level": 10,
2509 "method": {
2510 "name": "old-rod",
2511 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2512 },
2513 "min_level": 10
2514 },
2515 {
2516 "chance": 15,
2517 "condition_values": [
2518 {
2519 "name": "swarm-no",
2520 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2521 }
2522 ],
2523 "max_level": 10,
2524 "method": {
2525 "name": "old-rod",
2526 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2527 },
2528 "min_level": 10
2529 },
2530 {
2531 "chance": 70,
2532 "condition_values": [
2533 {
2534 "name": "swarm-yes",
2535 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
2536 }
2537 ],
2538 "max_level": 5,
2539 "method": {
2540 "name": "old-rod",
2541 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2542 },
2543 "min_level": 5
2544 },
2545 {
2546 "chance": 15,
2547 "condition_values": [
2548 {
2549 "name": "swarm-yes",
2550 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
2551 }
2552 ],
2553 "max_level": 5,
2554 "method": {
2555 "name": "old-rod",
2556 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2557 },
2558 "min_level": 5
2559 },
2560 {
2561 "chance": 35,
2562 "condition_values": [
2563 {
2564 "name": "swarm-no",
2565 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2566 }
2567 ],
2568 "max_level": 20,
2569 "method": {
2570 "name": "good-rod",
2571 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
2572 },
2573 "min_level": 20
2574 },
2575 {
2576 "chance": 20,
2577 "condition_values": [
2578 {
2579 "name": "swarm-no",
2580 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2581 }
2582 ],
2583 "max_level": 40,
2584 "method": {
2585 "name": "super-rod",
2586 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2587 },
2588 "min_level": 40
2589 }
2590 ],
2591 "max_chance": 225,
2592 "version": {
2593 "name": "gold",
2594 "url": "https://pokedex.mimo.dev/api/version/4/"
2595 }
2596 },
2597 {
2598 "encounter_details": [
2599 {
2600 "chance": 70,
2601 "condition_values": [
2602 {
2603 "name": "swarm-no",
2604 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2605 }
2606 ],
2607 "max_level": 10,
2608 "method": {
2609 "name": "old-rod",
2610 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2611 },
2612 "min_level": 10
2613 },
2614 {
2615 "chance": 15,
2616 "condition_values": [
2617 {
2618 "name": "swarm-no",
2619 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2620 }
2621 ],
2622 "max_level": 10,
2623 "method": {
2624 "name": "old-rod",
2625 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2626 },
2627 "min_level": 10
2628 },
2629 {
2630 "chance": 70,
2631 "condition_values": [
2632 {
2633 "name": "swarm-yes",
2634 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
2635 }
2636 ],
2637 "max_level": 5,
2638 "method": {
2639 "name": "old-rod",
2640 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2641 },
2642 "min_level": 5
2643 },
2644 {
2645 "chance": 15,
2646 "condition_values": [
2647 {
2648 "name": "swarm-yes",
2649 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
2650 }
2651 ],
2652 "max_level": 5,
2653 "method": {
2654 "name": "old-rod",
2655 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2656 },
2657 "min_level": 5
2658 },
2659 {
2660 "chance": 35,
2661 "condition_values": [
2662 {
2663 "name": "swarm-no",
2664 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2665 }
2666 ],
2667 "max_level": 20,
2668 "method": {
2669 "name": "good-rod",
2670 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
2671 },
2672 "min_level": 20
2673 },
2674 {
2675 "chance": 20,
2676 "condition_values": [],
2677 "max_level": 40,
2678 "method": {
2679 "name": "super-rod",
2680 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2681 },
2682 "min_level": 40
2683 }
2684 ],
2685 "max_chance": 225,
2686 "version": {
2687 "name": "silver",
2688 "url": "https://pokedex.mimo.dev/api/version/5/"
2689 }
2690 },
2691 {
2692 "encounter_details": [
2693 {
2694 "chance": 70,
2695 "condition_values": [
2696 {
2697 "name": "swarm-no",
2698 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2699 }
2700 ],
2701 "max_level": 10,
2702 "method": {
2703 "name": "old-rod",
2704 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2705 },
2706 "min_level": 10
2707 },
2708 {
2709 "chance": 15,
2710 "condition_values": [
2711 {
2712 "name": "swarm-no",
2713 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2714 }
2715 ],
2716 "max_level": 10,
2717 "method": {
2718 "name": "old-rod",
2719 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2720 },
2721 "min_level": 10
2722 },
2723 {
2724 "chance": 70,
2725 "condition_values": [
2726 {
2727 "name": "swarm-yes",
2728 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
2729 }
2730 ],
2731 "max_level": 5,
2732 "method": {
2733 "name": "old-rod",
2734 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2735 },
2736 "min_level": 5
2737 },
2738 {
2739 "chance": 15,
2740 "condition_values": [
2741 {
2742 "name": "swarm-yes",
2743 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
2744 }
2745 ],
2746 "max_level": 5,
2747 "method": {
2748 "name": "old-rod",
2749 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2750 },
2751 "min_level": 5
2752 },
2753 {
2754 "chance": 35,
2755 "condition_values": [
2756 {
2757 "name": "swarm-no",
2758 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2759 }
2760 ],
2761 "max_level": 20,
2762 "method": {
2763 "name": "good-rod",
2764 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
2765 },
2766 "min_level": 20
2767 },
2768 {
2769 "chance": 20,
2770 "condition_values": [
2771 {
2772 "name": "swarm-no",
2773 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2774 }
2775 ],
2776 "max_level": 40,
2777 "method": {
2778 "name": "super-rod",
2779 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2780 },
2781 "min_level": 40
2782 }
2783 ],
2784 "max_chance": 225,
2785 "version": {
2786 "name": "crystal",
2787 "url": "https://pokedex.mimo.dev/api/version/6/"
2788 }
2789 },
2790 {
2791 "encounter_details": [
2792 {
2793 "chance": 40,
2794 "condition_values": [],
2795 "max_level": 10,
2796 "method": {
2797 "name": "old-rod",
2798 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2799 },
2800 "min_level": 10
2801 },
2802 {
2803 "chance": 30,
2804 "condition_values": [],
2805 "max_level": 10,
2806 "method": {
2807 "name": "old-rod",
2808 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2809 },
2810 "min_level": 10
2811 },
2812 {
2813 "chance": 15,
2814 "condition_values": [
2815 {
2816 "name": "swarm-no",
2817 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2818 }
2819 ],
2820 "max_level": 10,
2821 "method": {
2822 "name": "old-rod",
2823 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2824 },
2825 "min_level": 10
2826 },
2827 {
2828 "chance": 40,
2829 "condition_values": [
2830 {
2831 "name": "swarm-no",
2832 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2833 }
2834 ],
2835 "max_level": 20,
2836 "method": {
2837 "name": "good-rod",
2838 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
2839 },
2840 "min_level": 20
2841 },
2842 {
2843 "chance": 15,
2844 "condition_values": [
2845 {
2846 "name": "swarm-no",
2847 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2848 }
2849 ],
2850 "max_level": 40,
2851 "method": {
2852 "name": "super-rod",
2853 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2854 },
2855 "min_level": 40
2856 },
2857 {
2858 "chance": 5,
2859 "condition_values": [
2860 {
2861 "name": "swarm-no",
2862 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2863 }
2864 ],
2865 "max_level": 40,
2866 "method": {
2867 "name": "super-rod",
2868 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2869 },
2870 "min_level": 40
2871 }
2872 ],
2873 "max_chance": 145,
2874 "version": {
2875 "name": "heartgold",
2876 "url": "https://pokedex.mimo.dev/api/version/15/"
2877 }
2878 },
2879 {
2880 "encounter_details": [
2881 {
2882 "chance": 40,
2883 "condition_values": [],
2884 "max_level": 10,
2885 "method": {
2886 "name": "old-rod",
2887 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2888 },
2889 "min_level": 10
2890 },
2891 {
2892 "chance": 30,
2893 "condition_values": [],
2894 "max_level": 10,
2895 "method": {
2896 "name": "old-rod",
2897 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2898 },
2899 "min_level": 10
2900 },
2901 {
2902 "chance": 15,
2903 "condition_values": [
2904 {
2905 "name": "swarm-no",
2906 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2907 }
2908 ],
2909 "max_level": 10,
2910 "method": {
2911 "name": "old-rod",
2912 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2913 },
2914 "min_level": 10
2915 },
2916 {
2917 "chance": 40,
2918 "condition_values": [
2919 {
2920 "name": "swarm-no",
2921 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2922 }
2923 ],
2924 "max_level": 20,
2925 "method": {
2926 "name": "good-rod",
2927 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
2928 },
2929 "min_level": 20
2930 },
2931 {
2932 "chance": 15,
2933 "condition_values": [
2934 {
2935 "name": "swarm-no",
2936 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2937 }
2938 ],
2939 "max_level": 40,
2940 "method": {
2941 "name": "super-rod",
2942 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2943 },
2944 "min_level": 40
2945 },
2946 {
2947 "chance": 5,
2948 "condition_values": [
2949 {
2950 "name": "swarm-no",
2951 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
2952 }
2953 ],
2954 "max_level": 40,
2955 "method": {
2956 "name": "super-rod",
2957 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2958 },
2959 "min_level": 40
2960 }
2961 ],
2962 "max_chance": 145,
2963 "version": {
2964 "name": "soulsilver",
2965 "url": "https://pokedex.mimo.dev/api/version/16/"
2966 }
2967 }
2968 ]
2969 },
2970 {
2971 "pokemon": {
2972 "name": "hoothoot",
2973 "url": "https://pokedex.mimo.dev/api/pokemon/163/"
2974 },
2975 "version_details": [
2976 {
2977 "encounter_details": [
2978 {
2979 "chance": 5,
2980 "condition_values": [
2981 {
2982 "name": "time-night",
2983 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
2984 }
2985 ],
2986 "max_level": 7,
2987 "method": {
2988 "name": "walk",
2989 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2990 },
2991 "min_level": 7
2992 },
2993 {
2994 "chance": 50,
2995 "condition_values": [],
2996 "max_level": 10,
2997 "method": {
2998 "name": "headbutt-low",
2999 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
3000 },
3001 "min_level": 10
3002 },
3003 {
3004 "chance": 15,
3005 "condition_values": [],
3006 "max_level": 10,
3007 "method": {
3008 "name": "headbutt-low",
3009 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
3010 },
3011 "min_level": 10
3012 },
3013 {
3014 "chance": 50,
3015 "condition_values": [],
3016 "max_level": 10,
3017 "method": {
3018 "name": "headbutt-normal",
3019 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
3020 },
3021 "min_level": 10
3022 },
3023 {
3024 "chance": 15,
3025 "condition_values": [],
3026 "max_level": 10,
3027 "method": {
3028 "name": "headbutt-normal",
3029 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
3030 },
3031 "min_level": 10
3032 },
3033 {
3034 "chance": 50,
3035 "condition_values": [],
3036 "max_level": 10,
3037 "method": {
3038 "name": "headbutt-high",
3039 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3040 },
3041 "min_level": 10
3042 }
3043 ],
3044 "max_chance": 185,
3045 "version": {
3046 "name": "crystal",
3047 "url": "https://pokedex.mimo.dev/api/version/6/"
3048 }
3049 }
3050 ]
3051 },
3052 {
3053 "pokemon": {
3054 "name": "mareep",
3055 "url": "https://pokedex.mimo.dev/api/pokemon/179/"
3056 },
3057 "version_details": [
3058 {
3059 "encounter_details": [
3060 {
3061 "chance": 20,
3062 "condition_values": [
3063 {
3064 "name": "time-day",
3065 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
3066 }
3067 ],
3068 "max_level": 6,
3069 "method": {
3070 "name": "walk",
3071 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3072 },
3073 "min_level": 6
3074 },
3075 {
3076 "chance": 20,
3077 "condition_values": [
3078 {
3079 "name": "time-morning",
3080 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
3081 }
3082 ],
3083 "max_level": 6,
3084 "method": {
3085 "name": "walk",
3086 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3087 },
3088 "min_level": 6
3089 },
3090 {
3091 "chance": 10,
3092 "condition_values": [
3093 {
3094 "name": "time-night",
3095 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
3096 }
3097 ],
3098 "max_level": 6,
3099 "method": {
3100 "name": "walk",
3101 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3102 },
3103 "min_level": 6
3104 }
3105 ],
3106 "max_chance": 50,
3107 "version": {
3108 "name": "gold",
3109 "url": "https://pokedex.mimo.dev/api/version/4/"
3110 }
3111 },
3112 {
3113 "encounter_details": [
3114 {
3115 "chance": 20,
3116 "condition_values": [
3117 {
3118 "name": "time-day",
3119 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
3120 }
3121 ],
3122 "max_level": 6,
3123 "method": {
3124 "name": "walk",
3125 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3126 },
3127 "min_level": 6
3128 },
3129 {
3130 "chance": 20,
3131 "condition_values": [
3132 {
3133 "name": "time-morning",
3134 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
3135 }
3136 ],
3137 "max_level": 6,
3138 "method": {
3139 "name": "walk",
3140 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3141 },
3142 "min_level": 6
3143 },
3144 {
3145 "chance": 10,
3146 "condition_values": [
3147 {
3148 "name": "time-night",
3149 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
3150 }
3151 ],
3152 "max_level": 6,
3153 "method": {
3154 "name": "walk",
3155 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3156 },
3157 "min_level": 6
3158 }
3159 ],
3160 "max_chance": 50,
3161 "version": {
3162 "name": "silver",
3163 "url": "https://pokedex.mimo.dev/api/version/5/"
3164 }
3165 },
3166 {
3167 "encounter_details": [
3168 {
3169 "chance": 10,
3170 "condition_values": [
3171 {
3172 "name": "time-morning",
3173 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
3174 },
3175 {
3176 "name": "radio-off",
3177 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
3178 }
3179 ],
3180 "max_level": 6,
3181 "method": {
3182 "name": "walk",
3183 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3184 },
3185 "min_level": 6
3186 },
3187 {
3188 "chance": 10,
3189 "condition_values": [
3190 {
3191 "name": "time-day",
3192 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
3193 },
3194 {
3195 "name": "radio-off",
3196 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
3197 }
3198 ],
3199 "max_level": 6,
3200 "method": {
3201 "name": "walk",
3202 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3203 },
3204 "min_level": 6
3205 },
3206 {
3207 "chance": 10,
3208 "condition_values": [
3209 {
3210 "name": "time-morning",
3211 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
3212 },
3213 {
3214 "name": "radio-off",
3215 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
3216 }
3217 ],
3218 "max_level": 6,
3219 "method": {
3220 "name": "walk",
3221 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3222 },
3223 "min_level": 6
3224 },
3225 {
3226 "chance": 10,
3227 "condition_values": [
3228 {
3229 "name": "time-day",
3230 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
3231 },
3232 {
3233 "name": "radio-off",
3234 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
3235 }
3236 ],
3237 "max_level": 6,
3238 "method": {
3239 "name": "walk",
3240 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3241 },
3242 "min_level": 6
3243 },
3244 {
3245 "chance": 5,
3246 "condition_values": [
3247 {
3248 "name": "time-night",
3249 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
3250 }
3251 ],
3252 "max_level": 6,
3253 "method": {
3254 "name": "walk",
3255 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3256 },
3257 "min_level": 6
3258 },
3259 {
3260 "chance": 5,
3261 "condition_values": [
3262 {
3263 "name": "time-night",
3264 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
3265 }
3266 ],
3267 "max_level": 6,
3268 "method": {
3269 "name": "walk",
3270 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3271 },
3272 "min_level": 6
3273 }
3274 ],
3275 "max_chance": 50,
3276 "version": {
3277 "name": "heartgold",
3278 "url": "https://pokedex.mimo.dev/api/version/15/"
3279 }
3280 },
3281 {
3282 "encounter_details": [
3283 {
3284 "chance": 10,
3285 "condition_values": [
3286 {
3287 "name": "time-morning",
3288 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
3289 },
3290 {
3291 "name": "radio-off",
3292 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
3293 }
3294 ],
3295 "max_level": 6,
3296 "method": {
3297 "name": "walk",
3298 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3299 },
3300 "min_level": 6
3301 },
3302 {
3303 "chance": 10,
3304 "condition_values": [
3305 {
3306 "name": "time-day",
3307 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
3308 },
3309 {
3310 "name": "radio-off",
3311 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
3312 }
3313 ],
3314 "max_level": 6,
3315 "method": {
3316 "name": "walk",
3317 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3318 },
3319 "min_level": 6
3320 },
3321 {
3322 "chance": 10,
3323 "condition_values": [
3324 {
3325 "name": "time-morning",
3326 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
3327 },
3328 {
3329 "name": "radio-off",
3330 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
3331 }
3332 ],
3333 "max_level": 6,
3334 "method": {
3335 "name": "walk",
3336 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3337 },
3338 "min_level": 6
3339 },
3340 {
3341 "chance": 10,
3342 "condition_values": [
3343 {
3344 "name": "time-day",
3345 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
3346 },
3347 {
3348 "name": "radio-off",
3349 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
3350 }
3351 ],
3352 "max_level": 6,
3353 "method": {
3354 "name": "walk",
3355 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3356 },
3357 "min_level": 6
3358 },
3359 {
3360 "chance": 5,
3361 "condition_values": [
3362 {
3363 "name": "time-night",
3364 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
3365 }
3366 ],
3367 "max_level": 6,
3368 "method": {
3369 "name": "walk",
3370 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3371 },
3372 "min_level": 6
3373 },
3374 {
3375 "chance": 5,
3376 "condition_values": [
3377 {
3378 "name": "time-night",
3379 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
3380 }
3381 ],
3382 "max_level": 6,
3383 "method": {
3384 "name": "walk",
3385 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3386 },
3387 "min_level": 6
3388 }
3389 ],
3390 "max_chance": 50,
3391 "version": {
3392 "name": "soulsilver",
3393 "url": "https://pokedex.mimo.dev/api/version/16/"
3394 }
3395 }
3396 ]
3397 },
3398 {
3399 "pokemon": {
3400 "name": "hoppip",
3401 "url": "https://pokedex.mimo.dev/api/pokemon/187/"
3402 },
3403 "version_details": [
3404 {
3405 "encounter_details": [
3406 {
3407 "chance": 10,
3408 "condition_values": [
3409 {
3410 "name": "time-day",
3411 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
3412 }
3413 ],
3414 "max_level": 6,
3415 "method": {
3416 "name": "walk",
3417 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3418 },
3419 "min_level": 6
3420 },
3421 {
3422 "chance": 10,
3423 "condition_values": [
3424 {
3425 "name": "time-morning",
3426 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
3427 }
3428 ],
3429 "max_level": 6,
3430 "method": {
3431 "name": "walk",
3432 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3433 },
3434 "min_level": 6
3435 }
3436 ],
3437 "max_chance": 20,
3438 "version": {
3439 "name": "gold",
3440 "url": "https://pokedex.mimo.dev/api/version/4/"
3441 }
3442 },
3443 {
3444 "encounter_details": [
3445 {
3446 "chance": 10,
3447 "condition_values": [
3448 {
3449 "name": "time-day",
3450 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
3451 }
3452 ],
3453 "max_level": 6,
3454 "method": {
3455 "name": "walk",
3456 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3457 },
3458 "min_level": 6
3459 },
3460 {
3461 "chance": 10,
3462 "condition_values": [
3463 {
3464 "name": "time-morning",
3465 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
3466 }
3467 ],
3468 "max_level": 6,
3469 "method": {
3470 "name": "walk",
3471 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3472 },
3473 "min_level": 6
3474 }
3475 ],
3476 "max_chance": 20,
3477 "version": {
3478 "name": "silver",
3479 "url": "https://pokedex.mimo.dev/api/version/5/"
3480 }
3481 },
3482 {
3483 "encounter_details": [
3484 {
3485 "chance": 10,
3486 "condition_values": [
3487 {
3488 "name": "time-day",
3489 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
3490 }
3491 ],
3492 "max_level": 6,
3493 "method": {
3494 "name": "walk",
3495 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3496 },
3497 "min_level": 6
3498 },
3499 {
3500 "chance": 4,
3501 "condition_values": [
3502 {
3503 "name": "time-day",
3504 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
3505 }
3506 ],
3507 "max_level": 7,
3508 "method": {
3509 "name": "walk",
3510 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3511 },
3512 "min_level": 7
3513 },
3514 {
3515 "chance": 1,
3516 "condition_values": [
3517 {
3518 "name": "time-day",
3519 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
3520 }
3521 ],
3522 "max_level": 7,
3523 "method": {
3524 "name": "walk",
3525 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3526 },
3527 "min_level": 7
3528 },
3529 {
3530 "chance": 10,
3531 "condition_values": [
3532 {
3533 "name": "time-morning",
3534 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
3535 }
3536 ],
3537 "max_level": 6,
3538 "method": {
3539 "name": "walk",
3540 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3541 },
3542 "min_level": 6
3543 },
3544 {
3545 "chance": 4,
3546 "condition_values": [
3547 {
3548 "name": "time-morning",
3549 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
3550 }
3551 ],
3552 "max_level": 7,
3553 "method": {
3554 "name": "walk",
3555 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3556 },
3557 "min_level": 7
3558 },
3559 {
3560 "chance": 1,
3561 "condition_values": [
3562 {
3563 "name": "time-morning",
3564 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
3565 }
3566 ],
3567 "max_level": 7,
3568 "method": {
3569 "name": "walk",
3570 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3571 },
3572 "min_level": 7
3573 }
3574 ],
3575 "max_chance": 30,
3576 "version": {
3577 "name": "crystal",
3578 "url": "https://pokedex.mimo.dev/api/version/6/"
3579 }
3580 },
3581 {
3582 "encounter_details": [
3583 {
3584 "chance": 5,
3585 "condition_values": [
3586 {
3587 "name": "time-morning",
3588 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
3589 }
3590 ],
3591 "max_level": 6,
3592 "method": {
3593 "name": "walk",
3594 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3595 },
3596 "min_level": 6
3597 },
3598 {
3599 "chance": 5,
3600 "condition_values": [
3601 {
3602 "name": "time-day",
3603 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
3604 }
3605 ],
3606 "max_level": 6,
3607 "method": {
3608 "name": "walk",
3609 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3610 },
3611 "min_level": 6
3612 },
3613 {
3614 "chance": 5,
3615 "condition_values": [
3616 {
3617 "name": "time-morning",
3618 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
3619 }
3620 ],
3621 "max_level": 6,
3622 "method": {
3623 "name": "walk",
3624 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3625 },
3626 "min_level": 6
3627 },
3628 {
3629 "chance": 5,
3630 "condition_values": [
3631 {
3632 "name": "time-day",
3633 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
3634 }
3635 ],
3636 "max_level": 6,
3637 "method": {
3638 "name": "walk",
3639 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3640 },
3641 "min_level": 6
3642 }
3643 ],
3644 "max_chance": 20,
3645 "version": {
3646 "name": "heartgold",
3647 "url": "https://pokedex.mimo.dev/api/version/15/"
3648 }
3649 },
3650 {
3651 "encounter_details": [
3652 {
3653 "chance": 5,
3654 "condition_values": [
3655 {
3656 "name": "time-morning",
3657 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
3658 }
3659 ],
3660 "max_level": 6,
3661 "method": {
3662 "name": "walk",
3663 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3664 },
3665 "min_level": 6
3666 },
3667 {
3668 "chance": 5,
3669 "condition_values": [
3670 {
3671 "name": "time-day",
3672 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
3673 }
3674 ],
3675 "max_level": 6,
3676 "method": {
3677 "name": "walk",
3678 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3679 },
3680 "min_level": 6
3681 },
3682 {
3683 "chance": 5,
3684 "condition_values": [
3685 {
3686 "name": "time-morning",
3687 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
3688 }
3689 ],
3690 "max_level": 6,
3691 "method": {
3692 "name": "walk",
3693 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3694 },
3695 "min_level": 6
3696 },
3697 {
3698 "chance": 5,
3699 "condition_values": [
3700 {
3701 "name": "time-day",
3702 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
3703 }
3704 ],
3705 "max_level": 6,
3706 "method": {
3707 "name": "walk",
3708 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3709 },
3710 "min_level": 6
3711 }
3712 ],
3713 "max_chance": 20,
3714 "version": {
3715 "name": "soulsilver",
3716 "url": "https://pokedex.mimo.dev/api/version/16/"
3717 }
3718 }
3719 ]
3720 },
3721 {
3722 "pokemon": {
3723 "name": "aipom",
3724 "url": "https://pokedex.mimo.dev/api/pokemon/190/"
3725 },
3726 "version_details": [
3727 {
3728 "encounter_details": [
3729 {
3730 "chance": 10,
3731 "condition_values": [],
3732 "max_level": 10,
3733 "method": {
3734 "name": "headbutt-low",
3735 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
3736 },
3737 "min_level": 10
3738 },
3739 {
3740 "chance": 5,
3741 "condition_values": [],
3742 "max_level": 10,
3743 "method": {
3744 "name": "headbutt-low",
3745 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
3746 },
3747 "min_level": 10
3748 },
3749 {
3750 "chance": 5,
3751 "condition_values": [],
3752 "max_level": 10,
3753 "method": {
3754 "name": "headbutt-low",
3755 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
3756 },
3757 "min_level": 10
3758 },
3759 {
3760 "chance": 10,
3761 "condition_values": [],
3762 "max_level": 10,
3763 "method": {
3764 "name": "headbutt-normal",
3765 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
3766 },
3767 "min_level": 10
3768 },
3769 {
3770 "chance": 5,
3771 "condition_values": [],
3772 "max_level": 10,
3773 "method": {
3774 "name": "headbutt-normal",
3775 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
3776 },
3777 "min_level": 10
3778 },
3779 {
3780 "chance": 5,
3781 "condition_values": [],
3782 "max_level": 10,
3783 "method": {
3784 "name": "headbutt-normal",
3785 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
3786 },
3787 "min_level": 10
3788 },
3789 {
3790 "chance": 10,
3791 "condition_values": [],
3792 "max_level": 10,
3793 "method": {
3794 "name": "headbutt-high",
3795 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3796 },
3797 "min_level": 10
3798 },
3799 {
3800 "chance": 5,
3801 "condition_values": [],
3802 "max_level": 10,
3803 "method": {
3804 "name": "headbutt-high",
3805 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3806 },
3807 "min_level": 10
3808 },
3809 {
3810 "chance": 5,
3811 "condition_values": [],
3812 "max_level": 10,
3813 "method": {
3814 "name": "headbutt-high",
3815 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3816 },
3817 "min_level": 10
3818 }
3819 ],
3820 "max_chance": 60,
3821 "version": {
3822 "name": "gold",
3823 "url": "https://pokedex.mimo.dev/api/version/4/"
3824 }
3825 },
3826 {
3827 "encounter_details": [
3828 {
3829 "chance": 10,
3830 "condition_values": [],
3831 "max_level": 10,
3832 "method": {
3833 "name": "headbutt-low",
3834 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
3835 },
3836 "min_level": 10
3837 },
3838 {
3839 "chance": 5,
3840 "condition_values": [],
3841 "max_level": 10,
3842 "method": {
3843 "name": "headbutt-low",
3844 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
3845 },
3846 "min_level": 10
3847 },
3848 {
3849 "chance": 5,
3850 "condition_values": [],
3851 "max_level": 10,
3852 "method": {
3853 "name": "headbutt-low",
3854 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
3855 },
3856 "min_level": 10
3857 },
3858 {
3859 "chance": 10,
3860 "condition_values": [],
3861 "max_level": 10,
3862 "method": {
3863 "name": "headbutt-normal",
3864 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
3865 },
3866 "min_level": 10
3867 },
3868 {
3869 "chance": 5,
3870 "condition_values": [],
3871 "max_level": 10,
3872 "method": {
3873 "name": "headbutt-normal",
3874 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
3875 },
3876 "min_level": 10
3877 },
3878 {
3879 "chance": 5,
3880 "condition_values": [],
3881 "max_level": 10,
3882 "method": {
3883 "name": "headbutt-normal",
3884 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
3885 },
3886 "min_level": 10
3887 },
3888 {
3889 "chance": 10,
3890 "condition_values": [],
3891 "max_level": 10,
3892 "method": {
3893 "name": "headbutt-high",
3894 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3895 },
3896 "min_level": 10
3897 },
3898 {
3899 "chance": 5,
3900 "condition_values": [],
3901 "max_level": 10,
3902 "method": {
3903 "name": "headbutt-high",
3904 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3905 },
3906 "min_level": 10
3907 },
3908 {
3909 "chance": 5,
3910 "condition_values": [],
3911 "max_level": 10,
3912 "method": {
3913 "name": "headbutt-high",
3914 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3915 },
3916 "min_level": 10
3917 }
3918 ],
3919 "max_chance": 60,
3920 "version": {
3921 "name": "silver",
3922 "url": "https://pokedex.mimo.dev/api/version/5/"
3923 }
3924 }
3925 ]
3926 },
3927 {
3928 "pokemon": {
3929 "name": "wooper",
3930 "url": "https://pokedex.mimo.dev/api/pokemon/194/"
3931 },
3932 "version_details": [
3933 {
3934 "encounter_details": [
3935 {
3936 "chance": 4,
3937 "condition_values": [
3938 {
3939 "name": "time-morning",
3940 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
3941 }
3942 ],
3943 "max_level": 4,
3944 "method": {
3945 "name": "walk",
3946 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3947 },
3948 "min_level": 4
3949 },
3950 {
3951 "chance": 30,
3952 "condition_values": [
3953 {
3954 "name": "time-night",
3955 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
3956 }
3957 ],
3958 "max_level": 6,
3959 "method": {
3960 "name": "walk",
3961 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3962 },
3963 "min_level": 6
3964 },
3965 {
3966 "chance": 5,
3967 "condition_values": [
3968 {
3969 "name": "time-night",
3970 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
3971 }
3972 ],
3973 "max_level": 8,
3974 "method": {
3975 "name": "walk",
3976 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3977 },
3978 "min_level": 8
3979 }
3980 ],
3981 "max_chance": 39,
3982 "version": {
3983 "name": "gold",
3984 "url": "https://pokedex.mimo.dev/api/version/4/"
3985 }
3986 },
3987 {
3988 "encounter_details": [
3989 {
3990 "chance": 4,
3991 "condition_values": [
3992 {
3993 "name": "time-morning",
3994 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
3995 }
3996 ],
3997 "max_level": 4,
3998 "method": {
3999 "name": "walk",
4000 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4001 },
4002 "min_level": 4
4003 },
4004 {
4005 "chance": 30,
4006 "condition_values": [
4007 {
4008 "name": "time-night",
4009 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
4010 }
4011 ],
4012 "max_level": 6,
4013 "method": {
4014 "name": "walk",
4015 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4016 },
4017 "min_level": 6
4018 },
4019 {
4020 "chance": 5,
4021 "condition_values": [
4022 {
4023 "name": "time-night",
4024 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
4025 }
4026 ],
4027 "max_level": 8,
4028 "method": {
4029 "name": "walk",
4030 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4031 },
4032 "min_level": 8
4033 }
4034 ],
4035 "max_chance": 39,
4036 "version": {
4037 "name": "silver",
4038 "url": "https://pokedex.mimo.dev/api/version/5/"
4039 }
4040 },
4041 {
4042 "encounter_details": [
4043 {
4044 "chance": 30,
4045 "condition_values": [
4046 {
4047 "name": "time-night",
4048 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
4049 }
4050 ],
4051 "max_level": 4,
4052 "method": {
4053 "name": "walk",
4054 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4055 },
4056 "min_level": 4
4057 }
4058 ],
4059 "max_chance": 30,
4060 "version": {
4061 "name": "crystal",
4062 "url": "https://pokedex.mimo.dev/api/version/6/"
4063 }
4064 },
4065 {
4066 "encounter_details": [
4067 {
4068 "chance": 20,
4069 "condition_values": [
4070 {
4071 "name": "time-night",
4072 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
4073 }
4074 ],
4075 "max_level": 6,
4076 "method": {
4077 "name": "walk",
4078 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4079 },
4080 "min_level": 6
4081 },
4082 {
4083 "chance": 10,
4084 "condition_values": [
4085 {
4086 "name": "time-night",
4087 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
4088 },
4089 {
4090 "name": "radio-off",
4091 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
4092 }
4093 ],
4094 "max_level": 6,
4095 "method": {
4096 "name": "walk",
4097 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4098 },
4099 "min_level": 6
4100 },
4101 {
4102 "chance": 4,
4103 "condition_values": [
4104 {
4105 "name": "time-night",
4106 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
4107 }
4108 ],
4109 "max_level": 6,
4110 "method": {
4111 "name": "walk",
4112 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4113 },
4114 "min_level": 6
4115 },
4116 {
4117 "chance": 1,
4118 "condition_values": [
4119 {
4120 "name": "time-night",
4121 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
4122 }
4123 ],
4124 "max_level": 6,
4125 "method": {
4126 "name": "walk",
4127 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4128 },
4129 "min_level": 6
4130 }
4131 ],
4132 "max_chance": 35,
4133 "version": {
4134 "name": "heartgold",
4135 "url": "https://pokedex.mimo.dev/api/version/15/"
4136 }
4137 },
4138 {
4139 "encounter_details": [
4140 {
4141 "chance": 20,
4142 "condition_values": [
4143 {
4144 "name": "time-night",
4145 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
4146 }
4147 ],
4148 "max_level": 6,
4149 "method": {
4150 "name": "walk",
4151 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4152 },
4153 "min_level": 6
4154 },
4155 {
4156 "chance": 10,
4157 "condition_values": [
4158 {
4159 "name": "time-night",
4160 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
4161 },
4162 {
4163 "name": "radio-off",
4164 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
4165 }
4166 ],
4167 "max_level": 6,
4168 "method": {
4169 "name": "walk",
4170 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4171 },
4172 "min_level": 6
4173 },
4174 {
4175 "chance": 4,
4176 "condition_values": [
4177 {
4178 "name": "time-night",
4179 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
4180 }
4181 ],
4182 "max_level": 6,
4183 "method": {
4184 "name": "walk",
4185 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4186 },
4187 "min_level": 6
4188 },
4189 {
4190 "chance": 1,
4191 "condition_values": [
4192 {
4193 "name": "time-night",
4194 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
4195 }
4196 ],
4197 "max_level": 6,
4198 "method": {
4199 "name": "walk",
4200 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4201 },
4202 "min_level": 6
4203 }
4204 ],
4205 "max_chance": 35,
4206 "version": {
4207 "name": "soulsilver",
4208 "url": "https://pokedex.mimo.dev/api/version/16/"
4209 }
4210 }
4211 ]
4212 },
4213 {
4214 "pokemon": {
4215 "name": "quagsire",
4216 "url": "https://pokedex.mimo.dev/api/pokemon/195/"
4217 },
4218 "version_details": [
4219 {
4220 "encounter_details": [
4221 {
4222 "chance": 30,
4223 "condition_values": [],
4224 "max_level": 24,
4225 "method": {
4226 "name": "surf",
4227 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
4228 },
4229 "min_level": 20
4230 }
4231 ],
4232 "max_chance": 30,
4233 "version": {
4234 "name": "gold",
4235 "url": "https://pokedex.mimo.dev/api/version/4/"
4236 }
4237 },
4238 {
4239 "encounter_details": [
4240 {
4241 "chance": 30,
4242 "condition_values": [],
4243 "max_level": 24,
4244 "method": {
4245 "name": "surf",
4246 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
4247 },
4248 "min_level": 20
4249 }
4250 ],
4251 "max_chance": 30,
4252 "version": {
4253 "name": "silver",
4254 "url": "https://pokedex.mimo.dev/api/version/5/"
4255 }
4256 },
4257 {
4258 "encounter_details": [
4259 {
4260 "chance": 30,
4261 "condition_values": [],
4262 "max_level": 24,
4263 "method": {
4264 "name": "surf",
4265 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
4266 },
4267 "min_level": 20
4268 }
4269 ],
4270 "max_chance": 30,
4271 "version": {
4272 "name": "crystal",
4273 "url": "https://pokedex.mimo.dev/api/version/6/"
4274 }
4275 },
4276 {
4277 "encounter_details": [
4278 {
4279 "chance": 30,
4280 "condition_values": [],
4281 "max_level": 25,
4282 "method": {
4283 "name": "surf",
4284 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
4285 },
4286 "min_level": 15
4287 }
4288 ],
4289 "max_chance": 30,
4290 "version": {
4291 "name": "heartgold",
4292 "url": "https://pokedex.mimo.dev/api/version/15/"
4293 }
4294 },
4295 {
4296 "encounter_details": [
4297 {
4298 "chance": 30,
4299 "condition_values": [],
4300 "max_level": 25,
4301 "method": {
4302 "name": "surf",
4303 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
4304 },
4305 "min_level": 15
4306 }
4307 ],
4308 "max_chance": 30,
4309 "version": {
4310 "name": "soulsilver",
4311 "url": "https://pokedex.mimo.dev/api/version/16/"
4312 }
4313 }
4314 ]
4315 },
4316 {
4317 "pokemon": {
4318 "name": "pineco",
4319 "url": "https://pokedex.mimo.dev/api/pokemon/204/"
4320 },
4321 "version_details": [
4322 {
4323 "encounter_details": [
4324 {
4325 "chance": 15,
4326 "condition_values": [],
4327 "max_level": 10,
4328 "method": {
4329 "name": "headbutt-high",
4330 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
4331 },
4332 "min_level": 10
4333 },
4334 {
4335 "chance": 15,
4336 "condition_values": [],
4337 "max_level": 10,
4338 "method": {
4339 "name": "headbutt-high",
4340 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
4341 },
4342 "min_level": 10
4343 }
4344 ],
4345 "max_chance": 30,
4346 "version": {
4347 "name": "crystal",
4348 "url": "https://pokedex.mimo.dev/api/version/6/"
4349 }
4350 }
4351 ]
4352 },
4353 {
4354 "pokemon": {
4355 "name": "qwilfish",
4356 "url": "https://pokedex.mimo.dev/api/pokemon/211/"
4357 },
4358 "version_details": [
4359 {
4360 "encounter_details": [
4361 {
4362 "chance": 15,
4363 "condition_values": [
4364 {
4365 "name": "swarm-yes",
4366 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4367 }
4368 ],
4369 "max_level": 5,
4370 "method": {
4371 "name": "old-rod",
4372 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
4373 },
4374 "min_level": 5
4375 },
4376 {
4377 "chance": 35,
4378 "condition_values": [
4379 {
4380 "name": "swarm-yes",
4381 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4382 }
4383 ],
4384 "max_level": 20,
4385 "method": {
4386 "name": "good-rod",
4387 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
4388 },
4389 "min_level": 20
4390 },
4391 {
4392 "chance": 20,
4393 "condition_values": [
4394 {
4395 "name": "swarm-yes",
4396 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4397 }
4398 ],
4399 "max_level": 20,
4400 "method": {
4401 "name": "good-rod",
4402 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
4403 },
4404 "min_level": 20
4405 },
4406 {
4407 "chance": 10,
4408 "condition_values": [
4409 {
4410 "name": "swarm-yes",
4411 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4412 }
4413 ],
4414 "max_level": 20,
4415 "method": {
4416 "name": "good-rod",
4417 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
4418 },
4419 "min_level": 20
4420 },
4421 {
4422 "chance": 10,
4423 "condition_values": [
4424 {
4425 "name": "swarm-no",
4426 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
4427 }
4428 ],
4429 "max_level": 40,
4430 "method": {
4431 "name": "super-rod",
4432 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4433 },
4434 "min_level": 40
4435 },
4436 {
4437 "chance": 40,
4438 "condition_values": [
4439 {
4440 "name": "swarm-yes",
4441 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4442 }
4443 ],
4444 "max_level": 40,
4445 "method": {
4446 "name": "super-rod",
4447 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4448 },
4449 "min_level": 40
4450 },
4451 {
4452 "chance": 30,
4453 "condition_values": [
4454 {
4455 "name": "swarm-yes",
4456 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4457 }
4458 ],
4459 "max_level": 40,
4460 "method": {
4461 "name": "super-rod",
4462 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4463 },
4464 "min_level": 40
4465 },
4466 {
4467 "chance": 20,
4468 "condition_values": [
4469 {
4470 "name": "swarm-yes",
4471 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4472 }
4473 ],
4474 "max_level": 40,
4475 "method": {
4476 "name": "super-rod",
4477 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4478 },
4479 "min_level": 40
4480 },
4481 {
4482 "chance": 10,
4483 "condition_values": [
4484 {
4485 "name": "swarm-yes",
4486 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4487 }
4488 ],
4489 "max_level": 40,
4490 "method": {
4491 "name": "super-rod",
4492 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4493 },
4494 "min_level": 40
4495 }
4496 ],
4497 "max_chance": 190,
4498 "version": {
4499 "name": "gold",
4500 "url": "https://pokedex.mimo.dev/api/version/4/"
4501 }
4502 },
4503 {
4504 "encounter_details": [
4505 {
4506 "chance": 15,
4507 "condition_values": [
4508 {
4509 "name": "swarm-yes",
4510 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4511 }
4512 ],
4513 "max_level": 5,
4514 "method": {
4515 "name": "old-rod",
4516 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
4517 },
4518 "min_level": 5
4519 },
4520 {
4521 "chance": 35,
4522 "condition_values": [
4523 {
4524 "name": "swarm-yes",
4525 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4526 }
4527 ],
4528 "max_level": 20,
4529 "method": {
4530 "name": "good-rod",
4531 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
4532 },
4533 "min_level": 20
4534 },
4535 {
4536 "chance": 20,
4537 "condition_values": [
4538 {
4539 "name": "swarm-yes",
4540 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4541 }
4542 ],
4543 "max_level": 20,
4544 "method": {
4545 "name": "good-rod",
4546 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
4547 },
4548 "min_level": 20
4549 },
4550 {
4551 "chance": 10,
4552 "condition_values": [
4553 {
4554 "name": "swarm-yes",
4555 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4556 }
4557 ],
4558 "max_level": 20,
4559 "method": {
4560 "name": "good-rod",
4561 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
4562 },
4563 "min_level": 20
4564 },
4565 {
4566 "chance": 10,
4567 "condition_values": [],
4568 "max_level": 40,
4569 "method": {
4570 "name": "super-rod",
4571 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4572 },
4573 "min_level": 40
4574 },
4575 {
4576 "chance": 40,
4577 "condition_values": [],
4578 "max_level": 40,
4579 "method": {
4580 "name": "super-rod",
4581 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4582 },
4583 "min_level": 40
4584 },
4585 {
4586 "chance": 30,
4587 "condition_values": [],
4588 "max_level": 40,
4589 "method": {
4590 "name": "super-rod",
4591 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4592 },
4593 "min_level": 40
4594 },
4595 {
4596 "chance": 20,
4597 "condition_values": [],
4598 "max_level": 40,
4599 "method": {
4600 "name": "super-rod",
4601 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4602 },
4603 "min_level": 40
4604 },
4605 {
4606 "chance": 10,
4607 "condition_values": [],
4608 "max_level": 40,
4609 "method": {
4610 "name": "super-rod",
4611 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4612 },
4613 "min_level": 40
4614 }
4615 ],
4616 "max_chance": 190,
4617 "version": {
4618 "name": "silver",
4619 "url": "https://pokedex.mimo.dev/api/version/5/"
4620 }
4621 },
4622 {
4623 "encounter_details": [
4624 {
4625 "chance": 15,
4626 "condition_values": [
4627 {
4628 "name": "swarm-yes",
4629 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4630 }
4631 ],
4632 "max_level": 5,
4633 "method": {
4634 "name": "old-rod",
4635 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
4636 },
4637 "min_level": 5
4638 },
4639 {
4640 "chance": 35,
4641 "condition_values": [
4642 {
4643 "name": "swarm-yes",
4644 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4645 }
4646 ],
4647 "max_level": 20,
4648 "method": {
4649 "name": "good-rod",
4650 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
4651 },
4652 "min_level": 20
4653 },
4654 {
4655 "chance": 20,
4656 "condition_values": [
4657 {
4658 "name": "swarm-yes",
4659 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4660 }
4661 ],
4662 "max_level": 20,
4663 "method": {
4664 "name": "good-rod",
4665 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
4666 },
4667 "min_level": 20
4668 },
4669 {
4670 "chance": 10,
4671 "condition_values": [
4672 {
4673 "name": "swarm-yes",
4674 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4675 }
4676 ],
4677 "max_level": 20,
4678 "method": {
4679 "name": "good-rod",
4680 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
4681 },
4682 "min_level": 20
4683 },
4684 {
4685 "chance": 10,
4686 "condition_values": [
4687 {
4688 "name": "swarm-no",
4689 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/2/"
4690 }
4691 ],
4692 "max_level": 40,
4693 "method": {
4694 "name": "super-rod",
4695 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4696 },
4697 "min_level": 40
4698 },
4699 {
4700 "chance": 40,
4701 "condition_values": [
4702 {
4703 "name": "swarm-yes",
4704 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4705 }
4706 ],
4707 "max_level": 40,
4708 "method": {
4709 "name": "super-rod",
4710 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4711 },
4712 "min_level": 40
4713 },
4714 {
4715 "chance": 30,
4716 "condition_values": [
4717 {
4718 "name": "swarm-yes",
4719 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4720 }
4721 ],
4722 "max_level": 40,
4723 "method": {
4724 "name": "super-rod",
4725 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4726 },
4727 "min_level": 40
4728 },
4729 {
4730 "chance": 20,
4731 "condition_values": [
4732 {
4733 "name": "swarm-yes",
4734 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4735 }
4736 ],
4737 "max_level": 40,
4738 "method": {
4739 "name": "super-rod",
4740 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4741 },
4742 "min_level": 40
4743 },
4744 {
4745 "chance": 10,
4746 "condition_values": [
4747 {
4748 "name": "swarm-yes",
4749 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4750 }
4751 ],
4752 "max_level": 40,
4753 "method": {
4754 "name": "super-rod",
4755 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4756 },
4757 "min_level": 40
4758 }
4759 ],
4760 "max_chance": 190,
4761 "version": {
4762 "name": "crystal",
4763 "url": "https://pokedex.mimo.dev/api/version/6/"
4764 }
4765 },
4766 {
4767 "encounter_details": [
4768 {
4769 "chance": 15,
4770 "condition_values": [
4771 {
4772 "name": "swarm-yes",
4773 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4774 }
4775 ],
4776 "max_level": 10,
4777 "method": {
4778 "name": "old-rod",
4779 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
4780 },
4781 "min_level": 10
4782 },
4783 {
4784 "chance": 40,
4785 "condition_values": [
4786 {
4787 "name": "swarm-yes",
4788 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4789 }
4790 ],
4791 "max_level": 20,
4792 "method": {
4793 "name": "good-rod",
4794 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
4795 },
4796 "min_level": 20
4797 },
4798 {
4799 "chance": 15,
4800 "condition_values": [
4801 {
4802 "name": "swarm-yes",
4803 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4804 }
4805 ],
4806 "max_level": 20,
4807 "method": {
4808 "name": "good-rod",
4809 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
4810 },
4811 "min_level": 20
4812 },
4813 {
4814 "chance": 10,
4815 "condition_values": [
4816 {
4817 "name": "swarm-yes",
4818 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4819 }
4820 ],
4821 "max_level": 20,
4822 "method": {
4823 "name": "good-rod",
4824 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
4825 },
4826 "min_level": 20
4827 },
4828 {
4829 "chance": 5,
4830 "condition_values": [],
4831 "max_level": 20,
4832 "method": {
4833 "name": "good-rod",
4834 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
4835 },
4836 "min_level": 20
4837 },
4838 {
4839 "chance": 40,
4840 "condition_values": [
4841 {
4842 "name": "swarm-yes",
4843 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4844 }
4845 ],
4846 "max_level": 40,
4847 "method": {
4848 "name": "super-rod",
4849 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4850 },
4851 "min_level": 40
4852 },
4853 {
4854 "chance": 30,
4855 "condition_values": [
4856 {
4857 "name": "swarm-yes",
4858 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4859 }
4860 ],
4861 "max_level": 40,
4862 "method": {
4863 "name": "super-rod",
4864 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4865 },
4866 "min_level": 40
4867 },
4868 {
4869 "chance": 15,
4870 "condition_values": [
4871 {
4872 "name": "swarm-yes",
4873 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4874 }
4875 ],
4876 "max_level": 40,
4877 "method": {
4878 "name": "super-rod",
4879 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4880 },
4881 "min_level": 40
4882 },
4883 {
4884 "chance": 10,
4885 "condition_values": [],
4886 "max_level": 40,
4887 "method": {
4888 "name": "super-rod",
4889 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4890 },
4891 "min_level": 40
4892 },
4893 {
4894 "chance": 5,
4895 "condition_values": [
4896 {
4897 "name": "swarm-yes",
4898 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4899 }
4900 ],
4901 "max_level": 40,
4902 "method": {
4903 "name": "super-rod",
4904 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4905 },
4906 "min_level": 40
4907 }
4908 ],
4909 "max_chance": 185,
4910 "version": {
4911 "name": "heartgold",
4912 "url": "https://pokedex.mimo.dev/api/version/15/"
4913 }
4914 },
4915 {
4916 "encounter_details": [
4917 {
4918 "chance": 15,
4919 "condition_values": [
4920 {
4921 "name": "swarm-yes",
4922 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4923 }
4924 ],
4925 "max_level": 10,
4926 "method": {
4927 "name": "old-rod",
4928 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
4929 },
4930 "min_level": 10
4931 },
4932 {
4933 "chance": 40,
4934 "condition_values": [
4935 {
4936 "name": "swarm-yes",
4937 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4938 }
4939 ],
4940 "max_level": 20,
4941 "method": {
4942 "name": "good-rod",
4943 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
4944 },
4945 "min_level": 20
4946 },
4947 {
4948 "chance": 15,
4949 "condition_values": [
4950 {
4951 "name": "swarm-yes",
4952 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4953 }
4954 ],
4955 "max_level": 20,
4956 "method": {
4957 "name": "good-rod",
4958 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
4959 },
4960 "min_level": 20
4961 },
4962 {
4963 "chance": 10,
4964 "condition_values": [
4965 {
4966 "name": "swarm-yes",
4967 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4968 }
4969 ],
4970 "max_level": 20,
4971 "method": {
4972 "name": "good-rod",
4973 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
4974 },
4975 "min_level": 20
4976 },
4977 {
4978 "chance": 5,
4979 "condition_values": [],
4980 "max_level": 20,
4981 "method": {
4982 "name": "good-rod",
4983 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
4984 },
4985 "min_level": 20
4986 },
4987 {
4988 "chance": 40,
4989 "condition_values": [
4990 {
4991 "name": "swarm-yes",
4992 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
4993 }
4994 ],
4995 "max_level": 40,
4996 "method": {
4997 "name": "super-rod",
4998 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
4999 },
5000 "min_level": 40
5001 },
5002 {
5003 "chance": 30,
5004 "condition_values": [
5005 {
5006 "name": "swarm-yes",
5007 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
5008 }
5009 ],
5010 "max_level": 40,
5011 "method": {
5012 "name": "super-rod",
5013 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
5014 },
5015 "min_level": 40
5016 },
5017 {
5018 "chance": 15,
5019 "condition_values": [
5020 {
5021 "name": "swarm-yes",
5022 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
5023 }
5024 ],
5025 "max_level": 40,
5026 "method": {
5027 "name": "super-rod",
5028 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
5029 },
5030 "min_level": 40
5031 },
5032 {
5033 "chance": 10,
5034 "condition_values": [],
5035 "max_level": 40,
5036 "method": {
5037 "name": "super-rod",
5038 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
5039 },
5040 "min_level": 40
5041 },
5042 {
5043 "chance": 5,
5044 "condition_values": [
5045 {
5046 "name": "swarm-yes",
5047 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/1/"
5048 }
5049 ],
5050 "max_level": 40,
5051 "method": {
5052 "name": "super-rod",
5053 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
5054 },
5055 "min_level": 40
5056 }
5057 ],
5058 "max_chance": 185,
5059 "version": {
5060 "name": "soulsilver",
5061 "url": "https://pokedex.mimo.dev/api/version/16/"
5062 }
5063 }
5064 ]
5065 },
5066 {
5067 "pokemon": {
5068 "name": "heracross",
5069 "url": "https://pokedex.mimo.dev/api/pokemon/214/"
5070 },
5071 "version_details": [
5072 {
5073 "encounter_details": [
5074 {
5075 "chance": 15,
5076 "condition_values": [],
5077 "max_level": 10,
5078 "method": {
5079 "name": "headbutt-high",
5080 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
5081 },
5082 "min_level": 10
5083 },
5084 {
5085 "chance": 15,
5086 "condition_values": [],
5087 "max_level": 10,
5088 "method": {
5089 "name": "headbutt-high",
5090 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
5091 },
5092 "min_level": 10
5093 }
5094 ],
5095 "max_chance": 30,
5096 "version": {
5097 "name": "gold",
5098 "url": "https://pokedex.mimo.dev/api/version/4/"
5099 }
5100 },
5101 {
5102 "encounter_details": [
5103 {
5104 "chance": 15,
5105 "condition_values": [],
5106 "max_level": 10,
5107 "method": {
5108 "name": "headbutt-high",
5109 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
5110 },
5111 "min_level": 10
5112 },
5113 {
5114 "chance": 15,
5115 "condition_values": [],
5116 "max_level": 10,
5117 "method": {
5118 "name": "headbutt-high",
5119 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
5120 },
5121 "min_level": 10
5122 }
5123 ],
5124 "max_chance": 30,
5125 "version": {
5126 "name": "silver",
5127 "url": "https://pokedex.mimo.dev/api/version/5/"
5128 }
5129 }
5130 ]
5131 },
5132 {
5133 "pokemon": {
5134 "name": "linoone",
5135 "url": "https://pokedex.mimo.dev/api/pokemon/264/"
5136 },
5137 "version_details": [
5138 {
5139 "encounter_details": [
5140 {
5141 "chance": 10,
5142 "condition_values": [
5143 {
5144 "name": "radio-hoenn",
5145 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
5146 }
5147 ],
5148 "max_level": 6,
5149 "method": {
5150 "name": "walk",
5151 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5152 },
5153 "min_level": 6
5154 },
5155 {
5156 "chance": 10,
5157 "condition_values": [
5158 {
5159 "name": "radio-hoenn",
5160 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
5161 }
5162 ],
5163 "max_level": 6,
5164 "method": {
5165 "name": "walk",
5166 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5167 },
5168 "min_level": 6
5169 }
5170 ],
5171 "max_chance": 20,
5172 "version": {
5173 "name": "heartgold",
5174 "url": "https://pokedex.mimo.dev/api/version/15/"
5175 }
5176 },
5177 {
5178 "encounter_details": [
5179 {
5180 "chance": 10,
5181 "condition_values": [
5182 {
5183 "name": "radio-hoenn",
5184 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
5185 }
5186 ],
5187 "max_level": 6,
5188 "method": {
5189 "name": "walk",
5190 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5191 },
5192 "min_level": 6
5193 },
5194 {
5195 "chance": 10,
5196 "condition_values": [
5197 {
5198 "name": "radio-hoenn",
5199 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
5200 }
5201 ],
5202 "max_level": 6,
5203 "method": {
5204 "name": "walk",
5205 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5206 },
5207 "min_level": 6
5208 }
5209 ],
5210 "max_chance": 20,
5211 "version": {
5212 "name": "soulsilver",
5213 "url": "https://pokedex.mimo.dev/api/version/16/"
5214 }
5215 }
5216 ]
5217 },
5218 {
5219 "pokemon": {
5220 "name": "whismur",
5221 "url": "https://pokedex.mimo.dev/api/pokemon/293/"
5222 },
5223 "version_details": [
5224 {
5225 "encounter_details": [
5226 {
5227 "chance": 10,
5228 "condition_values": [
5229 {
5230 "name": "radio-hoenn",
5231 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
5232 }
5233 ],
5234 "max_level": 6,
5235 "method": {
5236 "name": "walk",
5237 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5238 },
5239 "min_level": 6
5240 },
5241 {
5242 "chance": 10,
5243 "condition_values": [
5244 {
5245 "name": "radio-hoenn",
5246 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
5247 }
5248 ],
5249 "max_level": 4,
5250 "method": {
5251 "name": "walk",
5252 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5253 },
5254 "min_level": 4
5255 }
5256 ],
5257 "max_chance": 20,
5258 "version": {
5259 "name": "heartgold",
5260 "url": "https://pokedex.mimo.dev/api/version/15/"
5261 }
5262 },
5263 {
5264 "encounter_details": [
5265 {
5266 "chance": 10,
5267 "condition_values": [
5268 {
5269 "name": "radio-hoenn",
5270 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
5271 }
5272 ],
5273 "max_level": 6,
5274 "method": {
5275 "name": "walk",
5276 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5277 },
5278 "min_level": 6
5279 },
5280 {
5281 "chance": 10,
5282 "condition_values": [
5283 {
5284 "name": "radio-hoenn",
5285 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
5286 }
5287 ],
5288 "max_level": 4,
5289 "method": {
5290 "name": "walk",
5291 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5292 },
5293 "min_level": 4
5294 }
5295 ],
5296 "max_chance": 20,
5297 "version": {
5298 "name": "soulsilver",
5299 "url": "https://pokedex.mimo.dev/api/version/16/"
5300 }
5301 }
5302 ]
5303 },
5304 {
5305 "pokemon": {
5306 "name": "bidoof",
5307 "url": "https://pokedex.mimo.dev/api/pokemon/399/"
5308 },
5309 "version_details": [
5310 {
5311 "encounter_details": [
5312 {
5313 "chance": 10,
5314 "condition_values": [
5315 {
5316 "name": "radio-sinnoh",
5317 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
5318 }
5319 ],
5320 "max_level": 6,
5321 "method": {
5322 "name": "walk",
5323 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5324 },
5325 "min_level": 6
5326 },
5327 {
5328 "chance": 10,
5329 "condition_values": [
5330 {
5331 "name": "radio-sinnoh",
5332 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
5333 }
5334 ],
5335 "max_level": 6,
5336 "method": {
5337 "name": "walk",
5338 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5339 },
5340 "min_level": 6
5341 }
5342 ],
5343 "max_chance": 20,
5344 "version": {
5345 "name": "heartgold",
5346 "url": "https://pokedex.mimo.dev/api/version/15/"
5347 }
5348 },
5349 {
5350 "encounter_details": [
5351 {
5352 "chance": 10,
5353 "condition_values": [
5354 {
5355 "name": "radio-sinnoh",
5356 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
5357 }
5358 ],
5359 "max_level": 6,
5360 "method": {
5361 "name": "walk",
5362 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5363 },
5364 "min_level": 6
5365 },
5366 {
5367 "chance": 10,
5368 "condition_values": [
5369 {
5370 "name": "radio-sinnoh",
5371 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
5372 }
5373 ],
5374 "max_level": 6,
5375 "method": {
5376 "name": "walk",
5377 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5378 },
5379 "min_level": 6
5380 }
5381 ],
5382 "max_chance": 20,
5383 "version": {
5384 "name": "soulsilver",
5385 "url": "https://pokedex.mimo.dev/api/version/16/"
5386 }
5387 }
5388 ]
5389 },
5390 {
5391 "pokemon": {
5392 "name": "buizel",
5393 "url": "https://pokedex.mimo.dev/api/pokemon/418/"
5394 },
5395 "version_details": [
5396 {
5397 "encounter_details": [
5398 {
5399 "chance": 10,
5400 "condition_values": [
5401 {
5402 "name": "radio-sinnoh",
5403 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
5404 }
5405 ],
5406 "max_level": 6,
5407 "method": {
5408 "name": "walk",
5409 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5410 },
5411 "min_level": 6
5412 },
5413 {
5414 "chance": 10,
5415 "condition_values": [
5416 {
5417 "name": "radio-sinnoh",
5418 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
5419 }
5420 ],
5421 "max_level": 4,
5422 "method": {
5423 "name": "walk",
5424 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5425 },
5426 "min_level": 4
5427 }
5428 ],
5429 "max_chance": 20,
5430 "version": {
5431 "name": "heartgold",
5432 "url": "https://pokedex.mimo.dev/api/version/15/"
5433 }
5434 },
5435 {
5436 "encounter_details": [
5437 {
5438 "chance": 10,
5439 "condition_values": [
5440 {
5441 "name": "radio-sinnoh",
5442 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
5443 }
5444 ],
5445 "max_level": 6,
5446 "method": {
5447 "name": "walk",
5448 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5449 },
5450 "min_level": 6
5451 },
5452 {
5453 "chance": 10,
5454 "condition_values": [
5455 {
5456 "name": "radio-sinnoh",
5457 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
5458 }
5459 ],
5460 "max_level": 4,
5461 "method": {
5462 "name": "walk",
5463 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5464 },
5465 "min_level": 4
5466 }
5467 ],
5468 "max_chance": 20,
5469 "version": {
5470 "name": "soulsilver",
5471 "url": "https://pokedex.mimo.dev/api/version/16/"
5472 }
5473 }
5474 ]
5475 }
5476 ]
5477}