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