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