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