Endpoint: location-area

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

Request

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