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