Endpoint: location-area

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

Request

GETlocation-area
1fetch("https://pokedex.mimo.dev/api/location-area/johto-route-42-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": 10,
99 "version": {
100 "name": "heartgold",
101 "url": "https://pokedex.mimo.dev/api/version/15/"
102 }
103 },
104 {
105 "rate": 10,
106 "version": {
107 "name": "soulsilver",
108 "url": "https://pokedex.mimo.dev/api/version/16/"
109 }
110 }
111 ]
112 }
113 ],
114 "game_index": 53,
115 "id": 236,
116 "location": {
117 "name": "johto-route-42",
118 "url": "https://pokedex.mimo.dev/api/location/123/"
119 },
120 "name": "johto-route-42-area",
121 "names": [
122 {
123 "language": {
124 "name": "en",
125 "url": "https://pokedex.mimo.dev/api/language/9/"
126 },
127 "name": "Road 42"
128 },
129 {
130 "language": {
131 "name": "fr",
132 "url": "https://pokedex.mimo.dev/api/language/5/"
133 },
134 "name": "Route 42"
135 }
136 ],
137 "pokemon_encounters": [
138 {
139 "pokemon": {
140 "name": "rattata",
141 "url": "https://pokedex.mimo.dev/api/pokemon/19/"
142 },
143 "version_details": [
144 {
145 "encounter_details": [
146 {
147 "chance": 20,
148 "condition_values": [
149 {
150 "name": "time-day",
151 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
152 }
153 ],
154 "max_level": 15,
155 "method": {
156 "name": "walk",
157 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
158 },
159 "min_level": 15
160 },
161 {
162 "chance": 20,
163 "condition_values": [
164 {
165 "name": "time-morning",
166 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
167 }
168 ],
169 "max_level": 15,
170 "method": {
171 "name": "walk",
172 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
173 },
174 "min_level": 15
175 },
176 {
177 "chance": 30,
178 "condition_values": [
179 {
180 "name": "time-night",
181 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
182 }
183 ],
184 "max_level": 13,
185 "method": {
186 "name": "walk",
187 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
188 },
189 "min_level": 13
190 }
191 ],
192 "max_chance": 70,
193 "version": {
194 "name": "crystal",
195 "url": "https://pokedex.mimo.dev/api/version/6/"
196 }
197 }
198 ]
199 },
200 {
201 "pokemon": {
202 "name": "raticate",
203 "url": "https://pokedex.mimo.dev/api/pokemon/20/"
204 },
205 "version_details": [
206 {
207 "encounter_details": [
208 {
209 "chance": 10,
210 "condition_values": [
211 {
212 "name": "time-day",
213 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
214 }
215 ],
216 "max_level": 16,
217 "method": {
218 "name": "walk",
219 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
220 },
221 "min_level": 16
222 },
223 {
224 "chance": 10,
225 "condition_values": [
226 {
227 "name": "time-morning",
228 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
229 }
230 ],
231 "max_level": 16,
232 "method": {
233 "name": "walk",
234 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
235 },
236 "min_level": 16
237 },
238 {
239 "chance": 20,
240 "condition_values": [
241 {
242 "name": "time-night",
243 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
244 }
245 ],
246 "max_level": 15,
247 "method": {
248 "name": "walk",
249 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
250 },
251 "min_level": 15
252 }
253 ],
254 "max_chance": 40,
255 "version": {
256 "name": "crystal",
257 "url": "https://pokedex.mimo.dev/api/version/6/"
258 }
259 }
260 ]
261 },
262 {
263 "pokemon": {
264 "name": "spearow",
265 "url": "https://pokedex.mimo.dev/api/pokemon/21/"
266 },
267 "version_details": [
268 {
269 "encounter_details": [
270 {
271 "chance": 20,
272 "condition_values": [
273 {
274 "name": "time-day",
275 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
276 }
277 ],
278 "max_level": 14,
279 "method": {
280 "name": "walk",
281 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
282 },
283 "min_level": 14
284 },
285 {
286 "chance": 10,
287 "condition_values": [
288 {
289 "name": "time-day",
290 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
291 }
292 ],
293 "max_level": 16,
294 "method": {
295 "name": "walk",
296 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
297 },
298 "min_level": 16
299 },
300 {
301 "chance": 20,
302 "condition_values": [
303 {
304 "name": "time-morning",
305 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
306 }
307 ],
308 "max_level": 14,
309 "method": {
310 "name": "walk",
311 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
312 },
313 "min_level": 14
314 },
315 {
316 "chance": 10,
317 "condition_values": [
318 {
319 "name": "time-morning",
320 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
321 }
322 ],
323 "max_level": 16,
324 "method": {
325 "name": "walk",
326 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
327 },
328 "min_level": 16
329 },
330 {
331 "chance": 50,
332 "condition_values": [],
333 "max_level": 10,
334 "method": {
335 "name": "headbutt-low",
336 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
337 },
338 "min_level": 10
339 },
340 {
341 "chance": 15,
342 "condition_values": [],
343 "max_level": 10,
344 "method": {
345 "name": "headbutt-low",
346 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
347 },
348 "min_level": 10
349 },
350 {
351 "chance": 15,
352 "condition_values": [],
353 "max_level": 10,
354 "method": {
355 "name": "headbutt-low",
356 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
357 },
358 "min_level": 10
359 },
360 {
361 "chance": 50,
362 "condition_values": [],
363 "max_level": 10,
364 "method": {
365 "name": "headbutt-normal",
366 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
367 },
368 "min_level": 10
369 },
370 {
371 "chance": 15,
372 "condition_values": [],
373 "max_level": 10,
374 "method": {
375 "name": "headbutt-normal",
376 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
377 },
378 "min_level": 10
379 },
380 {
381 "chance": 15,
382 "condition_values": [],
383 "max_level": 10,
384 "method": {
385 "name": "headbutt-normal",
386 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
387 },
388 "min_level": 10
389 },
390 {
391 "chance": 50,
392 "condition_values": [],
393 "max_level": 10,
394 "method": {
395 "name": "headbutt-high",
396 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
397 },
398 "min_level": 10
399 }
400 ],
401 "max_chance": 270,
402 "version": {
403 "name": "gold",
404 "url": "https://pokedex.mimo.dev/api/version/4/"
405 }
406 },
407 {
408 "encounter_details": [
409 {
410 "chance": 30,
411 "condition_values": [
412 {
413 "name": "time-day",
414 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
415 }
416 ],
417 "max_level": 14,
418 "method": {
419 "name": "walk",
420 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
421 },
422 "min_level": 14
423 },
424 {
425 "chance": 10,
426 "condition_values": [
427 {
428 "name": "time-day",
429 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
430 }
431 ],
432 "max_level": 16,
433 "method": {
434 "name": "walk",
435 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
436 },
437 "min_level": 16
438 },
439 {
440 "chance": 30,
441 "condition_values": [
442 {
443 "name": "time-morning",
444 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
445 }
446 ],
447 "max_level": 14,
448 "method": {
449 "name": "walk",
450 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
451 },
452 "min_level": 14
453 },
454 {
455 "chance": 10,
456 "condition_values": [
457 {
458 "name": "time-morning",
459 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
460 }
461 ],
462 "max_level": 16,
463 "method": {
464 "name": "walk",
465 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
466 },
467 "min_level": 16
468 },
469 {
470 "chance": 50,
471 "condition_values": [],
472 "max_level": 10,
473 "method": {
474 "name": "headbutt-low",
475 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
476 },
477 "min_level": 10
478 },
479 {
480 "chance": 15,
481 "condition_values": [],
482 "max_level": 10,
483 "method": {
484 "name": "headbutt-low",
485 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
486 },
487 "min_level": 10
488 },
489 {
490 "chance": 15,
491 "condition_values": [],
492 "max_level": 10,
493 "method": {
494 "name": "headbutt-low",
495 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
496 },
497 "min_level": 10
498 },
499 {
500 "chance": 50,
501 "condition_values": [],
502 "max_level": 10,
503 "method": {
504 "name": "headbutt-normal",
505 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
506 },
507 "min_level": 10
508 },
509 {
510 "chance": 15,
511 "condition_values": [],
512 "max_level": 10,
513 "method": {
514 "name": "headbutt-normal",
515 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
516 },
517 "min_level": 10
518 },
519 {
520 "chance": 15,
521 "condition_values": [],
522 "max_level": 10,
523 "method": {
524 "name": "headbutt-normal",
525 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
526 },
527 "min_level": 10
528 },
529 {
530 "chance": 50,
531 "condition_values": [],
532 "max_level": 10,
533 "method": {
534 "name": "headbutt-high",
535 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
536 },
537 "min_level": 10
538 }
539 ],
540 "max_chance": 290,
541 "version": {
542 "name": "silver",
543 "url": "https://pokedex.mimo.dev/api/version/5/"
544 }
545 },
546 {
547 "encounter_details": [
548 {
549 "chance": 30,
550 "condition_values": [
551 {
552 "name": "time-day",
553 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
554 }
555 ],
556 "max_level": 14,
557 "method": {
558 "name": "walk",
559 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
560 },
561 "min_level": 14
562 },
563 {
564 "chance": 30,
565 "condition_values": [
566 {
567 "name": "time-morning",
568 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
569 }
570 ],
571 "max_level": 14,
572 "method": {
573 "name": "walk",
574 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
575 },
576 "min_level": 14
577 },
578 {
579 "chance": 50,
580 "condition_values": [],
581 "max_level": 10,
582 "method": {
583 "name": "headbutt-low",
584 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
585 },
586 "min_level": 10
587 },
588 {
589 "chance": 15,
590 "condition_values": [],
591 "max_level": 10,
592 "method": {
593 "name": "headbutt-low",
594 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
595 },
596 "min_level": 10
597 },
598 {
599 "chance": 50,
600 "condition_values": [],
601 "max_level": 10,
602 "method": {
603 "name": "headbutt-normal",
604 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
605 },
606 "min_level": 10
607 },
608 {
609 "chance": 15,
610 "condition_values": [],
611 "max_level": 10,
612 "method": {
613 "name": "headbutt-normal",
614 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
615 },
616 "min_level": 10
617 },
618 {
619 "chance": 50,
620 "condition_values": [],
621 "max_level": 10,
622 "method": {
623 "name": "headbutt-high",
624 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
625 },
626 "min_level": 10
627 }
628 ],
629 "max_chance": 240,
630 "version": {
631 "name": "crystal",
632 "url": "https://pokedex.mimo.dev/api/version/6/"
633 }
634 },
635 {
636 "encounter_details": [
637 {
638 "chance": 10,
639 "condition_values": [
640 {
641 "name": "time-morning",
642 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
643 },
644 {
645 "name": "radio-off",
646 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
647 }
648 ],
649 "max_level": 14,
650 "method": {
651 "name": "walk",
652 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
653 },
654 "min_level": 14
655 },
656 {
657 "chance": 10,
658 "condition_values": [
659 {
660 "name": "time-day",
661 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
662 },
663 {
664 "name": "radio-off",
665 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
666 }
667 ],
668 "max_level": 14,
669 "method": {
670 "name": "walk",
671 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
672 },
673 "min_level": 14
674 },
675 {
676 "chance": 10,
677 "condition_values": [
678 {
679 "name": "time-morning",
680 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
681 },
682 {
683 "name": "radio-off",
684 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
685 }
686 ],
687 "max_level": 14,
688 "method": {
689 "name": "walk",
690 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
691 },
692 "min_level": 14
693 },
694 {
695 "chance": 10,
696 "condition_values": [
697 {
698 "name": "time-day",
699 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
700 },
701 {
702 "name": "radio-off",
703 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
704 }
705 ],
706 "max_level": 14,
707 "method": {
708 "name": "walk",
709 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
710 },
711 "min_level": 14
712 },
713 {
714 "chance": 5,
715 "condition_values": [
716 {
717 "name": "time-morning",
718 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
719 }
720 ],
721 "max_level": 16,
722 "method": {
723 "name": "walk",
724 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
725 },
726 "min_level": 16
727 },
728 {
729 "chance": 5,
730 "condition_values": [
731 {
732 "name": "time-day",
733 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
734 }
735 ],
736 "max_level": 16,
737 "method": {
738 "name": "walk",
739 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
740 },
741 "min_level": 16
742 },
743 {
744 "chance": 5,
745 "condition_values": [
746 {
747 "name": "time-morning",
748 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
749 }
750 ],
751 "max_level": 16,
752 "method": {
753 "name": "walk",
754 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
755 },
756 "min_level": 16
757 },
758 {
759 "chance": 5,
760 "condition_values": [
761 {
762 "name": "time-day",
763 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
764 }
765 ],
766 "max_level": 16,
767 "method": {
768 "name": "walk",
769 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
770 },
771 "min_level": 16
772 }
773 ],
774 "max_chance": 60,
775 "version": {
776 "name": "heartgold",
777 "url": "https://pokedex.mimo.dev/api/version/15/"
778 }
779 },
780 {
781 "encounter_details": [
782 {
783 "chance": 20,
784 "condition_values": [
785 {
786 "name": "time-morning",
787 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
788 }
789 ],
790 "max_level": 14,
791 "method": {
792 "name": "walk",
793 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
794 },
795 "min_level": 14
796 },
797 {
798 "chance": 20,
799 "condition_values": [
800 {
801 "name": "time-day",
802 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
803 }
804 ],
805 "max_level": 14,
806 "method": {
807 "name": "walk",
808 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
809 },
810 "min_level": 14
811 },
812 {
813 "chance": 10,
814 "condition_values": [
815 {
816 "name": "time-morning",
817 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
818 },
819 {
820 "name": "radio-off",
821 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
822 }
823 ],
824 "max_level": 14,
825 "method": {
826 "name": "walk",
827 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
828 },
829 "min_level": 14
830 },
831 {
832 "chance": 10,
833 "condition_values": [
834 {
835 "name": "time-day",
836 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
837 },
838 {
839 "name": "radio-off",
840 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
841 }
842 ],
843 "max_level": 14,
844 "method": {
845 "name": "walk",
846 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
847 },
848 "min_level": 14
849 },
850 {
851 "chance": 5,
852 "condition_values": [
853 {
854 "name": "time-morning",
855 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
856 }
857 ],
858 "max_level": 16,
859 "method": {
860 "name": "walk",
861 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
862 },
863 "min_level": 16
864 },
865 {
866 "chance": 5,
867 "condition_values": [
868 {
869 "name": "time-day",
870 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
871 }
872 ],
873 "max_level": 16,
874 "method": {
875 "name": "walk",
876 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
877 },
878 "min_level": 16
879 },
880 {
881 "chance": 5,
882 "condition_values": [
883 {
884 "name": "time-morning",
885 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
886 }
887 ],
888 "max_level": 16,
889 "method": {
890 "name": "walk",
891 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
892 },
893 "min_level": 16
894 },
895 {
896 "chance": 5,
897 "condition_values": [
898 {
899 "name": "time-day",
900 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
901 }
902 ],
903 "max_level": 16,
904 "method": {
905 "name": "walk",
906 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
907 },
908 "min_level": 16
909 }
910 ],
911 "max_chance": 80,
912 "version": {
913 "name": "soulsilver",
914 "url": "https://pokedex.mimo.dev/api/version/16/"
915 }
916 }
917 ]
918 },
919 {
920 "pokemon": {
921 "name": "fearow",
922 "url": "https://pokedex.mimo.dev/api/pokemon/22/"
923 },
924 "version_details": [
925 {
926 "encounter_details": [
927 {
928 "chance": 4,
929 "condition_values": [
930 {
931 "name": "time-day",
932 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
933 }
934 ],
935 "max_level": 16,
936 "method": {
937 "name": "walk",
938 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
939 },
940 "min_level": 16
941 },
942 {
943 "chance": 1,
944 "condition_values": [
945 {
946 "name": "time-day",
947 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
948 }
949 ],
950 "max_level": 16,
951 "method": {
952 "name": "walk",
953 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
954 },
955 "min_level": 16
956 },
957 {
958 "chance": 4,
959 "condition_values": [
960 {
961 "name": "time-morning",
962 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
963 }
964 ],
965 "max_level": 16,
966 "method": {
967 "name": "walk",
968 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
969 },
970 "min_level": 16
971 },
972 {
973 "chance": 1,
974 "condition_values": [
975 {
976 "name": "time-morning",
977 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
978 }
979 ],
980 "max_level": 16,
981 "method": {
982 "name": "walk",
983 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
984 },
985 "min_level": 16
986 }
987 ],
988 "max_chance": 10,
989 "version": {
990 "name": "crystal",
991 "url": "https://pokedex.mimo.dev/api/version/6/"
992 }
993 }
994 ]
995 },
996 {
997 "pokemon": {
998 "name": "ekans",
999 "url": "https://pokedex.mimo.dev/api/pokemon/23/"
1000 },
1001 "version_details": [
1002 {
1003 "encounter_details": [
1004 {
1005 "chance": 30,
1006 "condition_values": [
1007 {
1008 "name": "time-day",
1009 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1010 }
1011 ],
1012 "max_level": 13,
1013 "method": {
1014 "name": "walk",
1015 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1016 },
1017 "min_level": 13
1018 },
1019 {
1020 "chance": 30,
1021 "condition_values": [
1022 {
1023 "name": "time-morning",
1024 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1025 }
1026 ],
1027 "max_level": 13,
1028 "method": {
1029 "name": "walk",
1030 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1031 },
1032 "min_level": 13
1033 },
1034 {
1035 "chance": 15,
1036 "condition_values": [],
1037 "max_level": 10,
1038 "method": {
1039 "name": "headbutt-low",
1040 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
1041 },
1042 "min_level": 10
1043 },
1044 {
1045 "chance": 15,
1046 "condition_values": [],
1047 "max_level": 10,
1048 "method": {
1049 "name": "headbutt-normal",
1050 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
1051 },
1052 "min_level": 10
1053 }
1054 ],
1055 "max_chance": 90,
1056 "version": {
1057 "name": "crystal",
1058 "url": "https://pokedex.mimo.dev/api/version/6/"
1059 }
1060 }
1061 ]
1062 },
1063 {
1064 "pokemon": {
1065 "name": "arbok",
1066 "url": "https://pokedex.mimo.dev/api/pokemon/24/"
1067 },
1068 "version_details": [
1069 {
1070 "encounter_details": [
1071 {
1072 "chance": 5,
1073 "condition_values": [
1074 {
1075 "name": "time-day",
1076 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1077 }
1078 ],
1079 "max_level": 15,
1080 "method": {
1081 "name": "walk",
1082 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1083 },
1084 "min_level": 15
1085 },
1086 {
1087 "chance": 5,
1088 "condition_values": [
1089 {
1090 "name": "time-morning",
1091 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1092 }
1093 ],
1094 "max_level": 15,
1095 "method": {
1096 "name": "walk",
1097 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1098 },
1099 "min_level": 15
1100 }
1101 ],
1102 "max_chance": 10,
1103 "version": {
1104 "name": "crystal",
1105 "url": "https://pokedex.mimo.dev/api/version/6/"
1106 }
1107 }
1108 ]
1109 },
1110 {
1111 "pokemon": {
1112 "name": "zubat",
1113 "url": "https://pokedex.mimo.dev/api/pokemon/41/"
1114 },
1115 "version_details": [
1116 {
1117 "encounter_details": [
1118 {
1119 "chance": 20,
1120 "condition_values": [
1121 {
1122 "name": "time-night",
1123 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1124 }
1125 ],
1126 "max_level": 14,
1127 "method": {
1128 "name": "walk",
1129 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1130 },
1131 "min_level": 14
1132 },
1133 {
1134 "chance": 10,
1135 "condition_values": [
1136 {
1137 "name": "time-night",
1138 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1139 }
1140 ],
1141 "max_level": 16,
1142 "method": {
1143 "name": "walk",
1144 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1145 },
1146 "min_level": 16
1147 }
1148 ],
1149 "max_chance": 30,
1150 "version": {
1151 "name": "gold",
1152 "url": "https://pokedex.mimo.dev/api/version/4/"
1153 }
1154 },
1155 {
1156 "encounter_details": [
1157 {
1158 "chance": 30,
1159 "condition_values": [
1160 {
1161 "name": "time-night",
1162 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1163 }
1164 ],
1165 "max_level": 14,
1166 "method": {
1167 "name": "walk",
1168 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1169 },
1170 "min_level": 14
1171 },
1172 {
1173 "chance": 10,
1174 "condition_values": [
1175 {
1176 "name": "time-night",
1177 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1178 }
1179 ],
1180 "max_level": 16,
1181 "method": {
1182 "name": "walk",
1183 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1184 },
1185 "min_level": 16
1186 }
1187 ],
1188 "max_chance": 40,
1189 "version": {
1190 "name": "silver",
1191 "url": "https://pokedex.mimo.dev/api/version/5/"
1192 }
1193 },
1194 {
1195 "encounter_details": [
1196 {
1197 "chance": 30,
1198 "condition_values": [
1199 {
1200 "name": "time-night",
1201 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1202 }
1203 ],
1204 "max_level": 14,
1205 "method": {
1206 "name": "walk",
1207 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1208 },
1209 "min_level": 14
1210 }
1211 ],
1212 "max_chance": 30,
1213 "version": {
1214 "name": "crystal",
1215 "url": "https://pokedex.mimo.dev/api/version/6/"
1216 }
1217 },
1218 {
1219 "encounter_details": [
1220 {
1221 "chance": 10,
1222 "condition_values": [
1223 {
1224 "name": "time-night",
1225 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1226 },
1227 {
1228 "name": "radio-off",
1229 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
1230 }
1231 ],
1232 "max_level": 14,
1233 "method": {
1234 "name": "walk",
1235 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1236 },
1237 "min_level": 14
1238 },
1239 {
1240 "chance": 10,
1241 "condition_values": [
1242 {
1243 "name": "time-night",
1244 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1245 },
1246 {
1247 "name": "radio-off",
1248 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
1249 }
1250 ],
1251 "max_level": 14,
1252 "method": {
1253 "name": "walk",
1254 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1255 },
1256 "min_level": 14
1257 },
1258 {
1259 "chance": 5,
1260 "condition_values": [
1261 {
1262 "name": "time-night",
1263 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1264 }
1265 ],
1266 "max_level": 16,
1267 "method": {
1268 "name": "walk",
1269 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1270 },
1271 "min_level": 16
1272 },
1273 {
1274 "chance": 5,
1275 "condition_values": [
1276 {
1277 "name": "time-night",
1278 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1279 }
1280 ],
1281 "max_level": 16,
1282 "method": {
1283 "name": "walk",
1284 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1285 },
1286 "min_level": 16
1287 }
1288 ],
1289 "max_chance": 30,
1290 "version": {
1291 "name": "heartgold",
1292 "url": "https://pokedex.mimo.dev/api/version/15/"
1293 }
1294 },
1295 {
1296 "encounter_details": [
1297 {
1298 "chance": 20,
1299 "condition_values": [
1300 {
1301 "name": "time-night",
1302 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1303 }
1304 ],
1305 "max_level": 14,
1306 "method": {
1307 "name": "walk",
1308 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1309 },
1310 "min_level": 14
1311 },
1312 {
1313 "chance": 10,
1314 "condition_values": [
1315 {
1316 "name": "time-night",
1317 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1318 },
1319 {
1320 "name": "radio-off",
1321 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
1322 }
1323 ],
1324 "max_level": 14,
1325 "method": {
1326 "name": "walk",
1327 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1328 },
1329 "min_level": 14
1330 },
1331 {
1332 "chance": 5,
1333 "condition_values": [
1334 {
1335 "name": "time-night",
1336 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1337 }
1338 ],
1339 "max_level": 16,
1340 "method": {
1341 "name": "walk",
1342 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1343 },
1344 "min_level": 16
1345 },
1346 {
1347 "chance": 5,
1348 "condition_values": [
1349 {
1350 "name": "time-night",
1351 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1352 }
1353 ],
1354 "max_level": 16,
1355 "method": {
1356 "name": "walk",
1357 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1358 },
1359 "min_level": 16
1360 }
1361 ],
1362 "max_chance": 40,
1363 "version": {
1364 "name": "soulsilver",
1365 "url": "https://pokedex.mimo.dev/api/version/16/"
1366 }
1367 }
1368 ]
1369 },
1370 {
1371 "pokemon": {
1372 "name": "golbat",
1373 "url": "https://pokedex.mimo.dev/api/pokemon/42/"
1374 },
1375 "version_details": [
1376 {
1377 "encounter_details": [
1378 {
1379 "chance": 10,
1380 "condition_values": [
1381 {
1382 "name": "time-night",
1383 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1384 }
1385 ],
1386 "max_level": 16,
1387 "method": {
1388 "name": "walk",
1389 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1390 },
1391 "min_level": 16
1392 },
1393 {
1394 "chance": 4,
1395 "condition_values": [
1396 {
1397 "name": "time-night",
1398 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1399 }
1400 ],
1401 "max_level": 16,
1402 "method": {
1403 "name": "walk",
1404 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1405 },
1406 "min_level": 16
1407 },
1408 {
1409 "chance": 1,
1410 "condition_values": [],
1411 "max_level": 16,
1412 "method": {
1413 "name": "walk",
1414 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1415 },
1416 "min_level": 16
1417 }
1418 ],
1419 "max_chance": 15,
1420 "version": {
1421 "name": "crystal",
1422 "url": "https://pokedex.mimo.dev/api/version/6/"
1423 }
1424 }
1425 ]
1426 },
1427 {
1428 "pokemon": {
1429 "name": "mankey",
1430 "url": "https://pokedex.mimo.dev/api/pokemon/56/"
1431 },
1432 "version_details": [
1433 {
1434 "encounter_details": [
1435 {
1436 "chance": 30,
1437 "condition_values": [
1438 {
1439 "name": "time-day",
1440 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1441 }
1442 ],
1443 "max_level": 15,
1444 "method": {
1445 "name": "walk",
1446 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1447 },
1448 "min_level": 15
1449 },
1450 {
1451 "chance": 30,
1452 "condition_values": [
1453 {
1454 "name": "time-morning",
1455 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1456 }
1457 ],
1458 "max_level": 15,
1459 "method": {
1460 "name": "walk",
1461 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1462 },
1463 "min_level": 15
1464 },
1465 {
1466 "chance": 30,
1467 "condition_values": [
1468 {
1469 "name": "time-night",
1470 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1471 }
1472 ],
1473 "max_level": 15,
1474 "method": {
1475 "name": "walk",
1476 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1477 },
1478 "min_level": 15
1479 }
1480 ],
1481 "max_chance": 90,
1482 "version": {
1483 "name": "gold",
1484 "url": "https://pokedex.mimo.dev/api/version/4/"
1485 }
1486 },
1487 {
1488 "encounter_details": [
1489 {
1490 "chance": 20,
1491 "condition_values": [],
1492 "max_level": 15,
1493 "method": {
1494 "name": "walk",
1495 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1496 },
1497 "min_level": 15
1498 },
1499 {
1500 "chance": 10,
1501 "condition_values": [
1502 {
1503 "name": "radio-off",
1504 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
1505 }
1506 ],
1507 "max_level": 15,
1508 "method": {
1509 "name": "walk",
1510 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1511 },
1512 "min_level": 15
1513 }
1514 ],
1515 "max_chance": 30,
1516 "version": {
1517 "name": "heartgold",
1518 "url": "https://pokedex.mimo.dev/api/version/15/"
1519 }
1520 }
1521 ]
1522 },
1523 {
1524 "pokemon": {
1525 "name": "goldeen",
1526 "url": "https://pokedex.mimo.dev/api/pokemon/118/"
1527 },
1528 "version_details": [
1529 {
1530 "encounter_details": [
1531 {
1532 "chance": 15,
1533 "condition_values": [],
1534 "max_level": 10,
1535 "method": {
1536 "name": "old-rod",
1537 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
1538 },
1539 "min_level": 10
1540 },
1541 {
1542 "chance": 35,
1543 "condition_values": [],
1544 "max_level": 20,
1545 "method": {
1546 "name": "good-rod",
1547 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1548 },
1549 "min_level": 20
1550 },
1551 {
1552 "chance": 20,
1553 "condition_values": [],
1554 "max_level": 20,
1555 "method": {
1556 "name": "good-rod",
1557 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1558 },
1559 "min_level": 20
1560 },
1561 {
1562 "chance": 10,
1563 "condition_values": [],
1564 "max_level": 20,
1565 "method": {
1566 "name": "good-rod",
1567 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1568 },
1569 "min_level": 20
1570 },
1571 {
1572 "chance": 40,
1573 "condition_values": [],
1574 "max_level": 40,
1575 "method": {
1576 "name": "super-rod",
1577 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1578 },
1579 "min_level": 40
1580 },
1581 {
1582 "chance": 30,
1583 "condition_values": [],
1584 "max_level": 40,
1585 "method": {
1586 "name": "super-rod",
1587 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1588 },
1589 "min_level": 40
1590 },
1591 {
1592 "chance": 60,
1593 "condition_values": [],
1594 "max_level": 24,
1595 "method": {
1596 "name": "surf",
1597 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1598 },
1599 "min_level": 20
1600 },
1601 {
1602 "chance": 30,
1603 "condition_values": [],
1604 "max_level": 19,
1605 "method": {
1606 "name": "surf",
1607 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1608 },
1609 "min_level": 15
1610 }
1611 ],
1612 "max_chance": 240,
1613 "version": {
1614 "name": "gold",
1615 "url": "https://pokedex.mimo.dev/api/version/4/"
1616 }
1617 },
1618 {
1619 "encounter_details": [
1620 {
1621 "chance": 15,
1622 "condition_values": [],
1623 "max_level": 10,
1624 "method": {
1625 "name": "old-rod",
1626 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
1627 },
1628 "min_level": 10
1629 },
1630 {
1631 "chance": 35,
1632 "condition_values": [],
1633 "max_level": 20,
1634 "method": {
1635 "name": "good-rod",
1636 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1637 },
1638 "min_level": 20
1639 },
1640 {
1641 "chance": 20,
1642 "condition_values": [],
1643 "max_level": 20,
1644 "method": {
1645 "name": "good-rod",
1646 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1647 },
1648 "min_level": 20
1649 },
1650 {
1651 "chance": 10,
1652 "condition_values": [],
1653 "max_level": 20,
1654 "method": {
1655 "name": "good-rod",
1656 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1657 },
1658 "min_level": 20
1659 },
1660 {
1661 "chance": 40,
1662 "condition_values": [],
1663 "max_level": 40,
1664 "method": {
1665 "name": "super-rod",
1666 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1667 },
1668 "min_level": 40
1669 },
1670 {
1671 "chance": 30,
1672 "condition_values": [],
1673 "max_level": 40,
1674 "method": {
1675 "name": "super-rod",
1676 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1677 },
1678 "min_level": 40
1679 },
1680 {
1681 "chance": 60,
1682 "condition_values": [],
1683 "max_level": 24,
1684 "method": {
1685 "name": "surf",
1686 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1687 },
1688 "min_level": 20
1689 },
1690 {
1691 "chance": 30,
1692 "condition_values": [],
1693 "max_level": 19,
1694 "method": {
1695 "name": "surf",
1696 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1697 },
1698 "min_level": 15
1699 }
1700 ],
1701 "max_chance": 240,
1702 "version": {
1703 "name": "silver",
1704 "url": "https://pokedex.mimo.dev/api/version/5/"
1705 }
1706 },
1707 {
1708 "encounter_details": [
1709 {
1710 "chance": 15,
1711 "condition_values": [],
1712 "max_level": 10,
1713 "method": {
1714 "name": "old-rod",
1715 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
1716 },
1717 "min_level": 10
1718 },
1719 {
1720 "chance": 35,
1721 "condition_values": [],
1722 "max_level": 20,
1723 "method": {
1724 "name": "good-rod",
1725 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1726 },
1727 "min_level": 20
1728 },
1729 {
1730 "chance": 20,
1731 "condition_values": [],
1732 "max_level": 20,
1733 "method": {
1734 "name": "good-rod",
1735 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1736 },
1737 "min_level": 20
1738 },
1739 {
1740 "chance": 10,
1741 "condition_values": [],
1742 "max_level": 20,
1743 "method": {
1744 "name": "good-rod",
1745 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1746 },
1747 "min_level": 20
1748 },
1749 {
1750 "chance": 40,
1751 "condition_values": [],
1752 "max_level": 40,
1753 "method": {
1754 "name": "super-rod",
1755 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1756 },
1757 "min_level": 40
1758 },
1759 {
1760 "chance": 30,
1761 "condition_values": [],
1762 "max_level": 40,
1763 "method": {
1764 "name": "super-rod",
1765 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1766 },
1767 "min_level": 40
1768 },
1769 {
1770 "chance": 60,
1771 "condition_values": [],
1772 "max_level": 24,
1773 "method": {
1774 "name": "surf",
1775 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1776 },
1777 "min_level": 20
1778 },
1779 {
1780 "chance": 30,
1781 "condition_values": [],
1782 "max_level": 19,
1783 "method": {
1784 "name": "surf",
1785 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1786 },
1787 "min_level": 15
1788 }
1789 ],
1790 "max_chance": 240,
1791 "version": {
1792 "name": "crystal",
1793 "url": "https://pokedex.mimo.dev/api/version/6/"
1794 }
1795 },
1796 {
1797 "encounter_details": [
1798 {
1799 "chance": 60,
1800 "condition_values": [],
1801 "max_level": 25,
1802 "method": {
1803 "name": "surf",
1804 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1805 },
1806 "min_level": 15
1807 },
1808 {
1809 "chance": 30,
1810 "condition_values": [],
1811 "max_level": 20,
1812 "method": {
1813 "name": "surf",
1814 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1815 },
1816 "min_level": 10
1817 },
1818 {
1819 "chance": 10,
1820 "condition_values": [],
1821 "max_level": 10,
1822 "method": {
1823 "name": "old-rod",
1824 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
1825 },
1826 "min_level": 10
1827 },
1828 {
1829 "chance": 5,
1830 "condition_values": [],
1831 "max_level": 10,
1832 "method": {
1833 "name": "old-rod",
1834 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
1835 },
1836 "min_level": 10
1837 },
1838 {
1839 "chance": 30,
1840 "condition_values": [],
1841 "max_level": 20,
1842 "method": {
1843 "name": "good-rod",
1844 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1845 },
1846 "min_level": 20
1847 },
1848 {
1849 "chance": 15,
1850 "condition_values": [],
1851 "max_level": 20,
1852 "method": {
1853 "name": "good-rod",
1854 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1855 },
1856 "min_level": 20
1857 },
1858 {
1859 "chance": 10,
1860 "condition_values": [],
1861 "max_level": 20,
1862 "method": {
1863 "name": "good-rod",
1864 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1865 },
1866 "min_level": 20
1867 },
1868 {
1869 "chance": 5,
1870 "condition_values": [],
1871 "max_level": 20,
1872 "method": {
1873 "name": "good-rod",
1874 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1875 },
1876 "min_level": 20
1877 },
1878 {
1879 "chance": 40,
1880 "condition_values": [],
1881 "max_level": 40,
1882 "method": {
1883 "name": "super-rod",
1884 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1885 },
1886 "min_level": 40
1887 },
1888 {
1889 "chance": 30,
1890 "condition_values": [],
1891 "max_level": 40,
1892 "method": {
1893 "name": "super-rod",
1894 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1895 },
1896 "min_level": 40
1897 }
1898 ],
1899 "max_chance": 235,
1900 "version": {
1901 "name": "heartgold",
1902 "url": "https://pokedex.mimo.dev/api/version/15/"
1903 }
1904 },
1905 {
1906 "encounter_details": [
1907 {
1908 "chance": 60,
1909 "condition_values": [],
1910 "max_level": 25,
1911 "method": {
1912 "name": "surf",
1913 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1914 },
1915 "min_level": 15
1916 },
1917 {
1918 "chance": 30,
1919 "condition_values": [],
1920 "max_level": 20,
1921 "method": {
1922 "name": "surf",
1923 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1924 },
1925 "min_level": 10
1926 },
1927 {
1928 "chance": 10,
1929 "condition_values": [],
1930 "max_level": 10,
1931 "method": {
1932 "name": "old-rod",
1933 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
1934 },
1935 "min_level": 10
1936 },
1937 {
1938 "chance": 5,
1939 "condition_values": [],
1940 "max_level": 10,
1941 "method": {
1942 "name": "old-rod",
1943 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
1944 },
1945 "min_level": 10
1946 },
1947 {
1948 "chance": 30,
1949 "condition_values": [],
1950 "max_level": 20,
1951 "method": {
1952 "name": "good-rod",
1953 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1954 },
1955 "min_level": 20
1956 },
1957 {
1958 "chance": 15,
1959 "condition_values": [],
1960 "max_level": 20,
1961 "method": {
1962 "name": "good-rod",
1963 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1964 },
1965 "min_level": 20
1966 },
1967 {
1968 "chance": 10,
1969 "condition_values": [],
1970 "max_level": 20,
1971 "method": {
1972 "name": "good-rod",
1973 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1974 },
1975 "min_level": 20
1976 },
1977 {
1978 "chance": 5,
1979 "condition_values": [],
1980 "max_level": 20,
1981 "method": {
1982 "name": "good-rod",
1983 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1984 },
1985 "min_level": 20
1986 },
1987 {
1988 "chance": 40,
1989 "condition_values": [],
1990 "max_level": 40,
1991 "method": {
1992 "name": "super-rod",
1993 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1994 },
1995 "min_level": 40
1996 },
1997 {
1998 "chance": 30,
1999 "condition_values": [],
2000 "max_level": 40,
2001 "method": {
2002 "name": "super-rod",
2003 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2004 },
2005 "min_level": 40
2006 }
2007 ],
2008 "max_chance": 235,
2009 "version": {
2010 "name": "soulsilver",
2011 "url": "https://pokedex.mimo.dev/api/version/16/"
2012 }
2013 }
2014 ]
2015 },
2016 {
2017 "pokemon": {
2018 "name": "seaking",
2019 "url": "https://pokedex.mimo.dev/api/pokemon/119/"
2020 },
2021 "version_details": [
2022 {
2023 "encounter_details": [
2024 {
2025 "chance": 10,
2026 "condition_values": [],
2027 "max_level": 40,
2028 "method": {
2029 "name": "super-rod",
2030 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2031 },
2032 "min_level": 40
2033 },
2034 {
2035 "chance": 10,
2036 "condition_values": [],
2037 "max_level": 24,
2038 "method": {
2039 "name": "surf",
2040 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2041 },
2042 "min_level": 20
2043 }
2044 ],
2045 "max_chance": 20,
2046 "version": {
2047 "name": "gold",
2048 "url": "https://pokedex.mimo.dev/api/version/4/"
2049 }
2050 },
2051 {
2052 "encounter_details": [
2053 {
2054 "chance": 10,
2055 "condition_values": [],
2056 "max_level": 40,
2057 "method": {
2058 "name": "super-rod",
2059 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2060 },
2061 "min_level": 40
2062 },
2063 {
2064 "chance": 10,
2065 "condition_values": [],
2066 "max_level": 24,
2067 "method": {
2068 "name": "surf",
2069 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2070 },
2071 "min_level": 20
2072 }
2073 ],
2074 "max_chance": 20,
2075 "version": {
2076 "name": "silver",
2077 "url": "https://pokedex.mimo.dev/api/version/5/"
2078 }
2079 },
2080 {
2081 "encounter_details": [
2082 {
2083 "chance": 10,
2084 "condition_values": [],
2085 "max_level": 40,
2086 "method": {
2087 "name": "super-rod",
2088 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2089 },
2090 "min_level": 40
2091 },
2092 {
2093 "chance": 10,
2094 "condition_values": [],
2095 "max_level": 24,
2096 "method": {
2097 "name": "surf",
2098 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2099 },
2100 "min_level": 20
2101 }
2102 ],
2103 "max_chance": 20,
2104 "version": {
2105 "name": "crystal",
2106 "url": "https://pokedex.mimo.dev/api/version/6/"
2107 }
2108 },
2109 {
2110 "encounter_details": [
2111 {
2112 "chance": 5,
2113 "condition_values": [],
2114 "max_level": 25,
2115 "method": {
2116 "name": "surf",
2117 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2118 },
2119 "min_level": 15
2120 },
2121 {
2122 "chance": 4,
2123 "condition_values": [],
2124 "max_level": 25,
2125 "method": {
2126 "name": "surf",
2127 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2128 },
2129 "min_level": 15
2130 },
2131 {
2132 "chance": 1,
2133 "condition_values": [],
2134 "max_level": 25,
2135 "method": {
2136 "name": "surf",
2137 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2138 },
2139 "min_level": 15
2140 },
2141 {
2142 "chance": 10,
2143 "condition_values": [],
2144 "max_level": 40,
2145 "method": {
2146 "name": "super-rod",
2147 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2148 },
2149 "min_level": 40
2150 }
2151 ],
2152 "max_chance": 20,
2153 "version": {
2154 "name": "heartgold",
2155 "url": "https://pokedex.mimo.dev/api/version/15/"
2156 }
2157 },
2158 {
2159 "encounter_details": [
2160 {
2161 "chance": 5,
2162 "condition_values": [],
2163 "max_level": 25,
2164 "method": {
2165 "name": "surf",
2166 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2167 },
2168 "min_level": 15
2169 },
2170 {
2171 "chance": 4,
2172 "condition_values": [],
2173 "max_level": 25,
2174 "method": {
2175 "name": "surf",
2176 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2177 },
2178 "min_level": 15
2179 },
2180 {
2181 "chance": 1,
2182 "condition_values": [],
2183 "max_level": 25,
2184 "method": {
2185 "name": "surf",
2186 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2187 },
2188 "min_level": 15
2189 },
2190 {
2191 "chance": 10,
2192 "condition_values": [],
2193 "max_level": 40,
2194 "method": {
2195 "name": "super-rod",
2196 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2197 },
2198 "min_level": 40
2199 }
2200 ],
2201 "max_chance": 20,
2202 "version": {
2203 "name": "soulsilver",
2204 "url": "https://pokedex.mimo.dev/api/version/16/"
2205 }
2206 }
2207 ]
2208 },
2209 {
2210 "pokemon": {
2211 "name": "magikarp",
2212 "url": "https://pokedex.mimo.dev/api/pokemon/129/"
2213 },
2214 "version_details": [
2215 {
2216 "encounter_details": [
2217 {
2218 "chance": 70,
2219 "condition_values": [],
2220 "max_level": 10,
2221 "method": {
2222 "name": "old-rod",
2223 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2224 },
2225 "min_level": 10
2226 },
2227 {
2228 "chance": 15,
2229 "condition_values": [],
2230 "max_level": 10,
2231 "method": {
2232 "name": "old-rod",
2233 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2234 },
2235 "min_level": 10
2236 },
2237 {
2238 "chance": 35,
2239 "condition_values": [],
2240 "max_level": 20,
2241 "method": {
2242 "name": "good-rod",
2243 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
2244 },
2245 "min_level": 20
2246 },
2247 {
2248 "chance": 20,
2249 "condition_values": [],
2250 "max_level": 40,
2251 "method": {
2252 "name": "super-rod",
2253 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2254 },
2255 "min_level": 40
2256 }
2257 ],
2258 "max_chance": 140,
2259 "version": {
2260 "name": "gold",
2261 "url": "https://pokedex.mimo.dev/api/version/4/"
2262 }
2263 },
2264 {
2265 "encounter_details": [
2266 {
2267 "chance": 70,
2268 "condition_values": [],
2269 "max_level": 10,
2270 "method": {
2271 "name": "old-rod",
2272 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2273 },
2274 "min_level": 10
2275 },
2276 {
2277 "chance": 15,
2278 "condition_values": [],
2279 "max_level": 10,
2280 "method": {
2281 "name": "old-rod",
2282 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2283 },
2284 "min_level": 10
2285 },
2286 {
2287 "chance": 35,
2288 "condition_values": [],
2289 "max_level": 20,
2290 "method": {
2291 "name": "good-rod",
2292 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
2293 },
2294 "min_level": 20
2295 },
2296 {
2297 "chance": 20,
2298 "condition_values": [],
2299 "max_level": 40,
2300 "method": {
2301 "name": "super-rod",
2302 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2303 },
2304 "min_level": 40
2305 }
2306 ],
2307 "max_chance": 140,
2308 "version": {
2309 "name": "silver",
2310 "url": "https://pokedex.mimo.dev/api/version/5/"
2311 }
2312 },
2313 {
2314 "encounter_details": [
2315 {
2316 "chance": 70,
2317 "condition_values": [],
2318 "max_level": 10,
2319 "method": {
2320 "name": "old-rod",
2321 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2322 },
2323 "min_level": 10
2324 },
2325 {
2326 "chance": 15,
2327 "condition_values": [],
2328 "max_level": 10,
2329 "method": {
2330 "name": "old-rod",
2331 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2332 },
2333 "min_level": 10
2334 },
2335 {
2336 "chance": 35,
2337 "condition_values": [],
2338 "max_level": 20,
2339 "method": {
2340 "name": "good-rod",
2341 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
2342 },
2343 "min_level": 20
2344 },
2345 {
2346 "chance": 20,
2347 "condition_values": [],
2348 "max_level": 40,
2349 "method": {
2350 "name": "super-rod",
2351 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2352 },
2353 "min_level": 40
2354 }
2355 ],
2356 "max_chance": 140,
2357 "version": {
2358 "name": "crystal",
2359 "url": "https://pokedex.mimo.dev/api/version/6/"
2360 }
2361 },
2362 {
2363 "encounter_details": [
2364 {
2365 "chance": 40,
2366 "condition_values": [],
2367 "max_level": 10,
2368 "method": {
2369 "name": "old-rod",
2370 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2371 },
2372 "min_level": 10
2373 },
2374 {
2375 "chance": 30,
2376 "condition_values": [],
2377 "max_level": 10,
2378 "method": {
2379 "name": "old-rod",
2380 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2381 },
2382 "min_level": 10
2383 },
2384 {
2385 "chance": 15,
2386 "condition_values": [],
2387 "max_level": 10,
2388 "method": {
2389 "name": "old-rod",
2390 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2391 },
2392 "min_level": 10
2393 },
2394 {
2395 "chance": 40,
2396 "condition_values": [],
2397 "max_level": 20,
2398 "method": {
2399 "name": "good-rod",
2400 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
2401 },
2402 "min_level": 20
2403 },
2404 {
2405 "chance": 15,
2406 "condition_values": [],
2407 "max_level": 40,
2408 "method": {
2409 "name": "super-rod",
2410 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2411 },
2412 "min_level": 40
2413 },
2414 {
2415 "chance": 5,
2416 "condition_values": [],
2417 "max_level": 40,
2418 "method": {
2419 "name": "super-rod",
2420 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2421 },
2422 "min_level": 40
2423 }
2424 ],
2425 "max_chance": 145,
2426 "version": {
2427 "name": "heartgold",
2428 "url": "https://pokedex.mimo.dev/api/version/15/"
2429 }
2430 },
2431 {
2432 "encounter_details": [
2433 {
2434 "chance": 40,
2435 "condition_values": [],
2436 "max_level": 10,
2437 "method": {
2438 "name": "old-rod",
2439 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2440 },
2441 "min_level": 10
2442 },
2443 {
2444 "chance": 30,
2445 "condition_values": [],
2446 "max_level": 10,
2447 "method": {
2448 "name": "old-rod",
2449 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2450 },
2451 "min_level": 10
2452 },
2453 {
2454 "chance": 15,
2455 "condition_values": [],
2456 "max_level": 10,
2457 "method": {
2458 "name": "old-rod",
2459 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
2460 },
2461 "min_level": 10
2462 },
2463 {
2464 "chance": 40,
2465 "condition_values": [],
2466 "max_level": 20,
2467 "method": {
2468 "name": "good-rod",
2469 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
2470 },
2471 "min_level": 20
2472 },
2473 {
2474 "chance": 15,
2475 "condition_values": [],
2476 "max_level": 40,
2477 "method": {
2478 "name": "super-rod",
2479 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2480 },
2481 "min_level": 40
2482 },
2483 {
2484 "chance": 5,
2485 "condition_values": [],
2486 "max_level": 40,
2487 "method": {
2488 "name": "super-rod",
2489 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2490 },
2491 "min_level": 40
2492 }
2493 ],
2494 "max_chance": 145,
2495 "version": {
2496 "name": "soulsilver",
2497 "url": "https://pokedex.mimo.dev/api/version/16/"
2498 }
2499 }
2500 ]
2501 },
2502 {
2503 "pokemon": {
2504 "name": "mareep",
2505 "url": "https://pokedex.mimo.dev/api/pokemon/179/"
2506 },
2507 "version_details": [
2508 {
2509 "encounter_details": [
2510 {
2511 "chance": 30,
2512 "condition_values": [
2513 {
2514 "name": "time-day",
2515 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
2516 }
2517 ],
2518 "max_level": 13,
2519 "method": {
2520 "name": "walk",
2521 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2522 },
2523 "min_level": 13
2524 },
2525 {
2526 "chance": 30,
2527 "condition_values": [
2528 {
2529 "name": "time-morning",
2530 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
2531 }
2532 ],
2533 "max_level": 13,
2534 "method": {
2535 "name": "walk",
2536 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2537 },
2538 "min_level": 13
2539 },
2540 {
2541 "chance": 30,
2542 "condition_values": [
2543 {
2544 "name": "time-night",
2545 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
2546 }
2547 ],
2548 "max_level": 13,
2549 "method": {
2550 "name": "walk",
2551 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2552 },
2553 "min_level": 13
2554 }
2555 ],
2556 "max_chance": 90,
2557 "version": {
2558 "name": "gold",
2559 "url": "https://pokedex.mimo.dev/api/version/4/"
2560 }
2561 },
2562 {
2563 "encounter_details": [
2564 {
2565 "chance": 30,
2566 "condition_values": [
2567 {
2568 "name": "time-day",
2569 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
2570 }
2571 ],
2572 "max_level": 13,
2573 "method": {
2574 "name": "walk",
2575 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2576 },
2577 "min_level": 13
2578 },
2579 {
2580 "chance": 20,
2581 "condition_values": [
2582 {
2583 "name": "time-day",
2584 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
2585 }
2586 ],
2587 "max_level": 15,
2588 "method": {
2589 "name": "walk",
2590 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2591 },
2592 "min_level": 15
2593 },
2594 {
2595 "chance": 30,
2596 "condition_values": [
2597 {
2598 "name": "time-morning",
2599 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
2600 }
2601 ],
2602 "max_level": 13,
2603 "method": {
2604 "name": "walk",
2605 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2606 },
2607 "min_level": 13
2608 },
2609 {
2610 "chance": 20,
2611 "condition_values": [
2612 {
2613 "name": "time-morning",
2614 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
2615 }
2616 ],
2617 "max_level": 15,
2618 "method": {
2619 "name": "walk",
2620 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2621 },
2622 "min_level": 15
2623 },
2624 {
2625 "chance": 30,
2626 "condition_values": [
2627 {
2628 "name": "time-night",
2629 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
2630 }
2631 ],
2632 "max_level": 13,
2633 "method": {
2634 "name": "walk",
2635 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2636 },
2637 "min_level": 13
2638 },
2639 {
2640 "chance": 20,
2641 "condition_values": [
2642 {
2643 "name": "time-night",
2644 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
2645 }
2646 ],
2647 "max_level": 15,
2648 "method": {
2649 "name": "walk",
2650 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2651 },
2652 "min_level": 15
2653 }
2654 ],
2655 "max_chance": 150,
2656 "version": {
2657 "name": "silver",
2658 "url": "https://pokedex.mimo.dev/api/version/5/"
2659 }
2660 },
2661 {
2662 "encounter_details": [
2663 {
2664 "chance": 20,
2665 "condition_values": [],
2666 "max_level": 13,
2667 "method": {
2668 "name": "walk",
2669 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2670 },
2671 "min_level": 13
2672 },
2673 {
2674 "chance": 10,
2675 "condition_values": [
2676 {
2677 "name": "radio-off",
2678 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
2679 }
2680 ],
2681 "max_level": 13,
2682 "method": {
2683 "name": "walk",
2684 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2685 },
2686 "min_level": 13
2687 }
2688 ],
2689 "max_chance": 30,
2690 "version": {
2691 "name": "heartgold",
2692 "url": "https://pokedex.mimo.dev/api/version/15/"
2693 }
2694 },
2695 {
2696 "encounter_details": [
2697 {
2698 "chance": 20,
2699 "condition_values": [],
2700 "max_level": 13,
2701 "method": {
2702 "name": "walk",
2703 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2704 },
2705 "min_level": 13
2706 },
2707 {
2708 "chance": 10,
2709 "condition_values": [
2710 {
2711 "name": "radio-off",
2712 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
2713 }
2714 ],
2715 "max_level": 13,
2716 "method": {
2717 "name": "walk",
2718 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2719 },
2720 "min_level": 13
2721 },
2722 {
2723 "chance": 10,
2724 "condition_values": [
2725 {
2726 "name": "radio-off",
2727 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
2728 }
2729 ],
2730 "max_level": 15,
2731 "method": {
2732 "name": "walk",
2733 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2734 },
2735 "min_level": 15
2736 },
2737 {
2738 "chance": 10,
2739 "condition_values": [
2740 {
2741 "name": "radio-off",
2742 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/14/"
2743 }
2744 ],
2745 "max_level": 15,
2746 "method": {
2747 "name": "walk",
2748 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2749 },
2750 "min_level": 15
2751 }
2752 ],
2753 "max_chance": 50,
2754 "version": {
2755 "name": "soulsilver",
2756 "url": "https://pokedex.mimo.dev/api/version/16/"
2757 }
2758 }
2759 ]
2760 },
2761 {
2762 "pokemon": {
2763 "name": "flaaffy",
2764 "url": "https://pokedex.mimo.dev/api/pokemon/180/"
2765 },
2766 "version_details": [
2767 {
2768 "encounter_details": [
2769 {
2770 "chance": 5,
2771 "condition_values": [
2772 {
2773 "name": "time-day",
2774 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
2775 }
2776 ],
2777 "max_level": 15,
2778 "method": {
2779 "name": "walk",
2780 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2781 },
2782 "min_level": 15
2783 },
2784 {
2785 "chance": 4,
2786 "condition_values": [
2787 {
2788 "name": "time-day",
2789 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
2790 }
2791 ],
2792 "max_level": 17,
2793 "method": {
2794 "name": "walk",
2795 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2796 },
2797 "min_level": 17
2798 },
2799 {
2800 "chance": 1,
2801 "condition_values": [
2802 {
2803 "name": "time-day",
2804 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
2805 }
2806 ],
2807 "max_level": 17,
2808 "method": {
2809 "name": "walk",
2810 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2811 },
2812 "min_level": 17
2813 },
2814 {
2815 "chance": 5,
2816 "condition_values": [
2817 {
2818 "name": "time-morning",
2819 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
2820 }
2821 ],
2822 "max_level": 15,
2823 "method": {
2824 "name": "walk",
2825 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2826 },
2827 "min_level": 15
2828 },
2829 {
2830 "chance": 4,
2831 "condition_values": [
2832 {
2833 "name": "time-morning",
2834 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
2835 }
2836 ],
2837 "max_level": 17,
2838 "method": {
2839 "name": "walk",
2840 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2841 },
2842 "min_level": 17
2843 },
2844 {
2845 "chance": 1,
2846 "condition_values": [
2847 {
2848 "name": "time-morning",
2849 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
2850 }
2851 ],
2852 "max_level": 17,
2853 "method": {
2854 "name": "walk",
2855 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2856 },
2857 "min_level": 17
2858 },
2859 {
2860 "chance": 5,
2861 "condition_values": [
2862 {
2863 "name": "time-night",
2864 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
2865 }
2866 ],
2867 "max_level": 15,
2868 "method": {
2869 "name": "walk",
2870 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2871 },
2872 "min_level": 15
2873 },
2874 {
2875 "chance": 4,
2876 "condition_values": [
2877 {
2878 "name": "time-night",
2879 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
2880 }
2881 ],
2882 "max_level": 17,
2883 "method": {
2884 "name": "walk",
2885 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2886 },
2887 "min_level": 17
2888 },
2889 {
2890 "chance": 1,
2891 "condition_values": [
2892 {
2893 "name": "time-night",
2894 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
2895 }
2896 ],
2897 "max_level": 17,
2898 "method": {
2899 "name": "walk",
2900 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2901 },
2902 "min_level": 17
2903 }
2904 ],
2905 "max_chance": 30,
2906 "version": {
2907 "name": "gold",
2908 "url": "https://pokedex.mimo.dev/api/version/4/"
2909 }
2910 },
2911 {
2912 "encounter_details": [
2913 {
2914 "chance": 5,
2915 "condition_values": [
2916 {
2917 "name": "time-day",
2918 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
2919 }
2920 ],
2921 "max_level": 15,
2922 "method": {
2923 "name": "walk",
2924 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2925 },
2926 "min_level": 15
2927 },
2928 {
2929 "chance": 4,
2930 "condition_values": [
2931 {
2932 "name": "time-day",
2933 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
2934 }
2935 ],
2936 "max_level": 17,
2937 "method": {
2938 "name": "walk",
2939 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2940 },
2941 "min_level": 17
2942 },
2943 {
2944 "chance": 1,
2945 "condition_values": [
2946 {
2947 "name": "time-day",
2948 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
2949 }
2950 ],
2951 "max_level": 17,
2952 "method": {
2953 "name": "walk",
2954 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2955 },
2956 "min_level": 17
2957 },
2958 {
2959 "chance": 5,
2960 "condition_values": [
2961 {
2962 "name": "time-morning",
2963 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
2964 }
2965 ],
2966 "max_level": 15,
2967 "method": {
2968 "name": "walk",
2969 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2970 },
2971 "min_level": 15
2972 },
2973 {
2974 "chance": 4,
2975 "condition_values": [
2976 {
2977 "name": "time-morning",
2978 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
2979 }
2980 ],
2981 "max_level": 17,
2982 "method": {
2983 "name": "walk",
2984 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2985 },
2986 "min_level": 17
2987 },
2988 {
2989 "chance": 1,
2990 "condition_values": [
2991 {
2992 "name": "time-morning",
2993 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
2994 }
2995 ],
2996 "max_level": 17,
2997 "method": {
2998 "name": "walk",
2999 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3000 },
3001 "min_level": 17
3002 },
3003 {
3004 "chance": 5,
3005 "condition_values": [
3006 {
3007 "name": "time-night",
3008 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
3009 }
3010 ],
3011 "max_level": 15,
3012 "method": {
3013 "name": "walk",
3014 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3015 },
3016 "min_level": 15
3017 },
3018 {
3019 "chance": 4,
3020 "condition_values": [
3021 {
3022 "name": "time-night",
3023 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
3024 }
3025 ],
3026 "max_level": 17,
3027 "method": {
3028 "name": "walk",
3029 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3030 },
3031 "min_level": 17
3032 },
3033 {
3034 "chance": 1,
3035 "condition_values": [
3036 {
3037 "name": "time-night",
3038 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
3039 }
3040 ],
3041 "max_level": 17,
3042 "method": {
3043 "name": "walk",
3044 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3045 },
3046 "min_level": 17
3047 }
3048 ],
3049 "max_chance": 30,
3050 "version": {
3051 "name": "silver",
3052 "url": "https://pokedex.mimo.dev/api/version/5/"
3053 }
3054 },
3055 {
3056 "encounter_details": [
3057 {
3058 "chance": 4,
3059 "condition_values": [],
3060 "max_level": 15,
3061 "method": {
3062 "name": "walk",
3063 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3064 },
3065 "min_level": 15
3066 },
3067 {
3068 "chance": 4,
3069 "condition_values": [],
3070 "max_level": 17,
3071 "method": {
3072 "name": "walk",
3073 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3074 },
3075 "min_level": 17
3076 },
3077 {
3078 "chance": 1,
3079 "condition_values": [],
3080 "max_level": 15,
3081 "method": {
3082 "name": "walk",
3083 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3084 },
3085 "min_level": 15
3086 },
3087 {
3088 "chance": 1,
3089 "condition_values": [],
3090 "max_level": 17,
3091 "method": {
3092 "name": "walk",
3093 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3094 },
3095 "min_level": 17
3096 }
3097 ],
3098 "max_chance": 10,
3099 "version": {
3100 "name": "heartgold",
3101 "url": "https://pokedex.mimo.dev/api/version/15/"
3102 }
3103 },
3104 {
3105 "encounter_details": [
3106 {
3107 "chance": 4,
3108 "condition_values": [],
3109 "max_level": 15,
3110 "method": {
3111 "name": "walk",
3112 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3113 },
3114 "min_level": 15
3115 },
3116 {
3117 "chance": 4,
3118 "condition_values": [],
3119 "max_level": 17,
3120 "method": {
3121 "name": "walk",
3122 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3123 },
3124 "min_level": 17
3125 },
3126 {
3127 "chance": 1,
3128 "condition_values": [],
3129 "max_level": 15,
3130 "method": {
3131 "name": "walk",
3132 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3133 },
3134 "min_level": 15
3135 },
3136 {
3137 "chance": 1,
3138 "condition_values": [],
3139 "max_level": 17,
3140 "method": {
3141 "name": "walk",
3142 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3143 },
3144 "min_level": 17
3145 }
3146 ],
3147 "max_chance": 10,
3148 "version": {
3149 "name": "soulsilver",
3150 "url": "https://pokedex.mimo.dev/api/version/16/"
3151 }
3152 }
3153 ]
3154 },
3155 {
3156 "pokemon": {
3157 "name": "marill",
3158 "url": "https://pokedex.mimo.dev/api/pokemon/183/"
3159 },
3160 "version_details": [
3161 {
3162 "encounter_details": [
3163 {
3164 "chance": 5,
3165 "condition_values": [
3166 {
3167 "name": "time-night",
3168 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
3169 }
3170 ],
3171 "max_level": 15,
3172 "method": {
3173 "name": "walk",
3174 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3175 },
3176 "min_level": 15
3177 }
3178 ],
3179 "max_chance": 5,
3180 "version": {
3181 "name": "crystal",
3182 "url": "https://pokedex.mimo.dev/api/version/6/"
3183 }
3184 }
3185 ]
3186 },
3187 {
3188 "pokemon": {
3189 "name": "aipom",
3190 "url": "https://pokedex.mimo.dev/api/pokemon/190/"
3191 },
3192 "version_details": [
3193 {
3194 "encounter_details": [
3195 {
3196 "chance": 10,
3197 "condition_values": [],
3198 "max_level": 10,
3199 "method": {
3200 "name": "headbutt-low",
3201 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
3202 },
3203 "min_level": 10
3204 },
3205 {
3206 "chance": 5,
3207 "condition_values": [],
3208 "max_level": 10,
3209 "method": {
3210 "name": "headbutt-low",
3211 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
3212 },
3213 "min_level": 10
3214 },
3215 {
3216 "chance": 5,
3217 "condition_values": [],
3218 "max_level": 10,
3219 "method": {
3220 "name": "headbutt-low",
3221 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
3222 },
3223 "min_level": 10
3224 },
3225 {
3226 "chance": 10,
3227 "condition_values": [],
3228 "max_level": 10,
3229 "method": {
3230 "name": "headbutt-normal",
3231 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
3232 },
3233 "min_level": 10
3234 },
3235 {
3236 "chance": 5,
3237 "condition_values": [],
3238 "max_level": 10,
3239 "method": {
3240 "name": "headbutt-normal",
3241 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
3242 },
3243 "min_level": 10
3244 },
3245 {
3246 "chance": 5,
3247 "condition_values": [],
3248 "max_level": 10,
3249 "method": {
3250 "name": "headbutt-normal",
3251 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
3252 },
3253 "min_level": 10
3254 },
3255 {
3256 "chance": 10,
3257 "condition_values": [],
3258 "max_level": 10,
3259 "method": {
3260 "name": "headbutt-high",
3261 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3262 },
3263 "min_level": 10
3264 },
3265 {
3266 "chance": 5,
3267 "condition_values": [],
3268 "max_level": 10,
3269 "method": {
3270 "name": "headbutt-high",
3271 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3272 },
3273 "min_level": 10
3274 },
3275 {
3276 "chance": 5,
3277 "condition_values": [],
3278 "max_level": 10,
3279 "method": {
3280 "name": "headbutt-high",
3281 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3282 },
3283 "min_level": 10
3284 }
3285 ],
3286 "max_chance": 60,
3287 "version": {
3288 "name": "gold",
3289 "url": "https://pokedex.mimo.dev/api/version/4/"
3290 }
3291 },
3292 {
3293 "encounter_details": [
3294 {
3295 "chance": 10,
3296 "condition_values": [],
3297 "max_level": 10,
3298 "method": {
3299 "name": "headbutt-low",
3300 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
3301 },
3302 "min_level": 10
3303 },
3304 {
3305 "chance": 5,
3306 "condition_values": [],
3307 "max_level": 10,
3308 "method": {
3309 "name": "headbutt-low",
3310 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
3311 },
3312 "min_level": 10
3313 },
3314 {
3315 "chance": 5,
3316 "condition_values": [],
3317 "max_level": 10,
3318 "method": {
3319 "name": "headbutt-low",
3320 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
3321 },
3322 "min_level": 10
3323 },
3324 {
3325 "chance": 10,
3326 "condition_values": [],
3327 "max_level": 10,
3328 "method": {
3329 "name": "headbutt-normal",
3330 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
3331 },
3332 "min_level": 10
3333 },
3334 {
3335 "chance": 5,
3336 "condition_values": [],
3337 "max_level": 10,
3338 "method": {
3339 "name": "headbutt-normal",
3340 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
3341 },
3342 "min_level": 10
3343 },
3344 {
3345 "chance": 5,
3346 "condition_values": [],
3347 "max_level": 10,
3348 "method": {
3349 "name": "headbutt-normal",
3350 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
3351 },
3352 "min_level": 10
3353 },
3354 {
3355 "chance": 10,
3356 "condition_values": [],
3357 "max_level": 10,
3358 "method": {
3359 "name": "headbutt-high",
3360 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3361 },
3362 "min_level": 10
3363 },
3364 {
3365 "chance": 5,
3366 "condition_values": [],
3367 "max_level": 10,
3368 "method": {
3369 "name": "headbutt-high",
3370 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3371 },
3372 "min_level": 10
3373 },
3374 {
3375 "chance": 5,
3376 "condition_values": [],
3377 "max_level": 10,
3378 "method": {
3379 "name": "headbutt-high",
3380 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3381 },
3382 "min_level": 10
3383 }
3384 ],
3385 "max_chance": 60,
3386 "version": {
3387 "name": "silver",
3388 "url": "https://pokedex.mimo.dev/api/version/5/"
3389 }
3390 },
3391 {
3392 "encounter_details": [
3393 {
3394 "chance": 10,
3395 "condition_values": [],
3396 "max_level": 10,
3397 "method": {
3398 "name": "headbutt-low",
3399 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
3400 },
3401 "min_level": 10
3402 },
3403 {
3404 "chance": 5,
3405 "condition_values": [],
3406 "max_level": 10,
3407 "method": {
3408 "name": "headbutt-low",
3409 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
3410 },
3411 "min_level": 10
3412 },
3413 {
3414 "chance": 5,
3415 "condition_values": [],
3416 "max_level": 10,
3417 "method": {
3418 "name": "headbutt-low",
3419 "url": "https://pokedex.mimo.dev/api/encounter-method/22/"
3420 },
3421 "min_level": 10
3422 },
3423 {
3424 "chance": 10,
3425 "condition_values": [],
3426 "max_level": 10,
3427 "method": {
3428 "name": "headbutt-normal",
3429 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
3430 },
3431 "min_level": 10
3432 },
3433 {
3434 "chance": 5,
3435 "condition_values": [],
3436 "max_level": 10,
3437 "method": {
3438 "name": "headbutt-normal",
3439 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
3440 },
3441 "min_level": 10
3442 },
3443 {
3444 "chance": 5,
3445 "condition_values": [],
3446 "max_level": 10,
3447 "method": {
3448 "name": "headbutt-normal",
3449 "url": "https://pokedex.mimo.dev/api/encounter-method/23/"
3450 },
3451 "min_level": 10
3452 },
3453 {
3454 "chance": 10,
3455 "condition_values": [],
3456 "max_level": 10,
3457 "method": {
3458 "name": "headbutt-high",
3459 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3460 },
3461 "min_level": 10
3462 },
3463 {
3464 "chance": 5,
3465 "condition_values": [],
3466 "max_level": 10,
3467 "method": {
3468 "name": "headbutt-high",
3469 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3470 },
3471 "min_level": 10
3472 },
3473 {
3474 "chance": 5,
3475 "condition_values": [],
3476 "max_level": 10,
3477 "method": {
3478 "name": "headbutt-high",
3479 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3480 },
3481 "min_level": 10
3482 }
3483 ],
3484 "max_chance": 60,
3485 "version": {
3486 "name": "crystal",
3487 "url": "https://pokedex.mimo.dev/api/version/6/"
3488 }
3489 }
3490 ]
3491 },
3492 {
3493 "pokemon": {
3494 "name": "heracross",
3495 "url": "https://pokedex.mimo.dev/api/pokemon/214/"
3496 },
3497 "version_details": [
3498 {
3499 "encounter_details": [
3500 {
3501 "chance": 15,
3502 "condition_values": [],
3503 "max_level": 10,
3504 "method": {
3505 "name": "headbutt-high",
3506 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3507 },
3508 "min_level": 10
3509 },
3510 {
3511 "chance": 15,
3512 "condition_values": [],
3513 "max_level": 10,
3514 "method": {
3515 "name": "headbutt-high",
3516 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3517 },
3518 "min_level": 10
3519 }
3520 ],
3521 "max_chance": 30,
3522 "version": {
3523 "name": "gold",
3524 "url": "https://pokedex.mimo.dev/api/version/4/"
3525 }
3526 },
3527 {
3528 "encounter_details": [
3529 {
3530 "chance": 15,
3531 "condition_values": [],
3532 "max_level": 10,
3533 "method": {
3534 "name": "headbutt-high",
3535 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3536 },
3537 "min_level": 10
3538 },
3539 {
3540 "chance": 15,
3541 "condition_values": [],
3542 "max_level": 10,
3543 "method": {
3544 "name": "headbutt-high",
3545 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3546 },
3547 "min_level": 10
3548 }
3549 ],
3550 "max_chance": 30,
3551 "version": {
3552 "name": "silver",
3553 "url": "https://pokedex.mimo.dev/api/version/5/"
3554 }
3555 },
3556 {
3557 "encounter_details": [
3558 {
3559 "chance": 15,
3560 "condition_values": [],
3561 "max_level": 10,
3562 "method": {
3563 "name": "headbutt-high",
3564 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3565 },
3566 "min_level": 10
3567 },
3568 {
3569 "chance": 15,
3570 "condition_values": [],
3571 "max_level": 10,
3572 "method": {
3573 "name": "headbutt-high",
3574 "url": "https://pokedex.mimo.dev/api/encounter-method/24/"
3575 },
3576 "min_level": 10
3577 }
3578 ],
3579 "max_chance": 30,
3580 "version": {
3581 "name": "crystal",
3582 "url": "https://pokedex.mimo.dev/api/version/6/"
3583 }
3584 }
3585 ]
3586 },
3587 {
3588 "pokemon": {
3589 "name": "linoone",
3590 "url": "https://pokedex.mimo.dev/api/pokemon/264/"
3591 },
3592 "version_details": [
3593 {
3594 "encounter_details": [
3595 {
3596 "chance": 10,
3597 "condition_values": [
3598 {
3599 "name": "radio-hoenn",
3600 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
3601 }
3602 ],
3603 "max_level": 14,
3604 "method": {
3605 "name": "walk",
3606 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3607 },
3608 "min_level": 14
3609 },
3610 {
3611 "chance": 10,
3612 "condition_values": [
3613 {
3614 "name": "radio-hoenn",
3615 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
3616 }
3617 ],
3618 "max_level": 14,
3619 "method": {
3620 "name": "walk",
3621 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3622 },
3623 "min_level": 14
3624 }
3625 ],
3626 "max_chance": 20,
3627 "version": {
3628 "name": "heartgold",
3629 "url": "https://pokedex.mimo.dev/api/version/15/"
3630 }
3631 },
3632 {
3633 "encounter_details": [
3634 {
3635 "chance": 10,
3636 "condition_values": [
3637 {
3638 "name": "radio-hoenn",
3639 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
3640 }
3641 ],
3642 "max_level": 15,
3643 "method": {
3644 "name": "walk",
3645 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3646 },
3647 "min_level": 15
3648 },
3649 {
3650 "chance": 10,
3651 "condition_values": [
3652 {
3653 "name": "radio-hoenn",
3654 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
3655 }
3656 ],
3657 "max_level": 15,
3658 "method": {
3659 "name": "walk",
3660 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3661 },
3662 "min_level": 15
3663 }
3664 ],
3665 "max_chance": 20,
3666 "version": {
3667 "name": "soulsilver",
3668 "url": "https://pokedex.mimo.dev/api/version/16/"
3669 }
3670 }
3671 ]
3672 },
3673 {
3674 "pokemon": {
3675 "name": "whismur",
3676 "url": "https://pokedex.mimo.dev/api/pokemon/293/"
3677 },
3678 "version_details": [
3679 {
3680 "encounter_details": [
3681 {
3682 "chance": 10,
3683 "condition_values": [
3684 {
3685 "name": "radio-hoenn",
3686 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
3687 }
3688 ],
3689 "max_level": 15,
3690 "method": {
3691 "name": "walk",
3692 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3693 },
3694 "min_level": 15
3695 },
3696 {
3697 "chance": 10,
3698 "condition_values": [
3699 {
3700 "name": "radio-hoenn",
3701 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
3702 }
3703 ],
3704 "max_level": 13,
3705 "method": {
3706 "name": "walk",
3707 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3708 },
3709 "min_level": 13
3710 }
3711 ],
3712 "max_chance": 20,
3713 "version": {
3714 "name": "heartgold",
3715 "url": "https://pokedex.mimo.dev/api/version/15/"
3716 }
3717 },
3718 {
3719 "encounter_details": [
3720 {
3721 "chance": 10,
3722 "condition_values": [
3723 {
3724 "name": "radio-hoenn",
3725 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
3726 }
3727 ],
3728 "max_level": 13,
3729 "method": {
3730 "name": "walk",
3731 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3732 },
3733 "min_level": 13
3734 },
3735 {
3736 "chance": 10,
3737 "condition_values": [
3738 {
3739 "name": "radio-hoenn",
3740 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/15/"
3741 }
3742 ],
3743 "max_level": 14,
3744 "method": {
3745 "name": "walk",
3746 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3747 },
3748 "min_level": 14
3749 }
3750 ],
3751 "max_chance": 20,
3752 "version": {
3753 "name": "soulsilver",
3754 "url": "https://pokedex.mimo.dev/api/version/16/"
3755 }
3756 }
3757 ]
3758 },
3759 {
3760 "pokemon": {
3761 "name": "bidoof",
3762 "url": "https://pokedex.mimo.dev/api/pokemon/399/"
3763 },
3764 "version_details": [
3765 {
3766 "encounter_details": [
3767 {
3768 "chance": 10,
3769 "condition_values": [
3770 {
3771 "name": "radio-sinnoh",
3772 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
3773 }
3774 ],
3775 "max_level": 14,
3776 "method": {
3777 "name": "walk",
3778 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3779 },
3780 "min_level": 14
3781 },
3782 {
3783 "chance": 10,
3784 "condition_values": [
3785 {
3786 "name": "radio-sinnoh",
3787 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
3788 }
3789 ],
3790 "max_level": 14,
3791 "method": {
3792 "name": "walk",
3793 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3794 },
3795 "min_level": 14
3796 }
3797 ],
3798 "max_chance": 20,
3799 "version": {
3800 "name": "heartgold",
3801 "url": "https://pokedex.mimo.dev/api/version/15/"
3802 }
3803 },
3804 {
3805 "encounter_details": [
3806 {
3807 "chance": 10,
3808 "condition_values": [
3809 {
3810 "name": "radio-sinnoh",
3811 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
3812 }
3813 ],
3814 "max_level": 15,
3815 "method": {
3816 "name": "walk",
3817 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3818 },
3819 "min_level": 15
3820 },
3821 {
3822 "chance": 10,
3823 "condition_values": [
3824 {
3825 "name": "radio-sinnoh",
3826 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
3827 }
3828 ],
3829 "max_level": 15,
3830 "method": {
3831 "name": "walk",
3832 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3833 },
3834 "min_level": 15
3835 }
3836 ],
3837 "max_chance": 20,
3838 "version": {
3839 "name": "soulsilver",
3840 "url": "https://pokedex.mimo.dev/api/version/16/"
3841 }
3842 }
3843 ]
3844 },
3845 {
3846 "pokemon": {
3847 "name": "buizel",
3848 "url": "https://pokedex.mimo.dev/api/pokemon/418/"
3849 },
3850 "version_details": [
3851 {
3852 "encounter_details": [
3853 {
3854 "chance": 10,
3855 "condition_values": [
3856 {
3857 "name": "radio-sinnoh",
3858 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
3859 }
3860 ],
3861 "max_level": 15,
3862 "method": {
3863 "name": "walk",
3864 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3865 },
3866 "min_level": 15
3867 },
3868 {
3869 "chance": 10,
3870 "condition_values": [
3871 {
3872 "name": "radio-sinnoh",
3873 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
3874 }
3875 ],
3876 "max_level": 13,
3877 "method": {
3878 "name": "walk",
3879 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3880 },
3881 "min_level": 13
3882 }
3883 ],
3884 "max_chance": 20,
3885 "version": {
3886 "name": "heartgold",
3887 "url": "https://pokedex.mimo.dev/api/version/15/"
3888 }
3889 },
3890 {
3891 "encounter_details": [
3892 {
3893 "chance": 10,
3894 "condition_values": [
3895 {
3896 "name": "radio-sinnoh",
3897 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
3898 }
3899 ],
3900 "max_level": 13,
3901 "method": {
3902 "name": "walk",
3903 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3904 },
3905 "min_level": 13
3906 },
3907 {
3908 "chance": 10,
3909 "condition_values": [
3910 {
3911 "name": "radio-sinnoh",
3912 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/16/"
3913 }
3914 ],
3915 "max_level": 14,
3916 "method": {
3917 "name": "walk",
3918 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3919 },
3920 "min_level": 14
3921 }
3922 ],
3923 "max_chance": 20,
3924 "version": {
3925 "name": "soulsilver",
3926 "url": "https://pokedex.mimo.dev/api/version/16/"
3927 }
3928 }
3929 ]
3930 }
3931 ]
3932}