Endpoint: location-area
GEThttps://pokedex.mimo.dev/api/location-area/dragonspiral-tower-outside
Request
GETlocation-area
1fetch("https://pokedex.mimo.dev/api/location-area/dragonspiral-tower-outside")
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 "game_index": 49,
4 "id": 595,
5 "location": {
6 "name": "dragonspiral-tower",
7 "url": "https://pokedex.mimo.dev/api/location/381/"
8 },
9 "name": "dragonspiral-tower-outside",
10 "names": [
11 {
12 "language": {
13 "name": "en",
14 "url": "https://pokedex.mimo.dev/api/language/9/"
15 },
16 "name": "Dragonspiral Tower (outside)"
17 },
18 {
19 "language": {
20 "name": "fr",
21 "url": "https://pokedex.mimo.dev/api/language/5/"
22 },
23 "name": "Tour Dragospire (extérieur)"
24 }
25 ],
26 "pokemon_encounters": [
27 {
28 "pokemon": {
29 "name": "dratini",
30 "url": "https://pokedex.mimo.dev/api/pokemon/147/"
31 },
32 "version_details": [
33 {
34 "encounter_details": [
35 {
36 "chance": 40,
37 "condition_values": [],
38 "max_level": 55,
39 "method": {
40 "name": "super-rod",
41 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
42 },
43 "min_level": 35
44 },
45 {
46 "chance": 15,
47 "condition_values": [],
48 "max_level": 55,
49 "method": {
50 "name": "super-rod",
51 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
52 },
53 "min_level": 35
54 },
55 {
56 "chance": 40,
57 "condition_values": [],
58 "max_level": 60,
59 "method": {
60 "name": "super-rod-spots",
61 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
62 },
63 "min_level": 35
64 }
65 ],
66 "max_chance": 95,
67 "version": {
68 "name": "black",
69 "url": "https://pokedex.mimo.dev/api/version/17/"
70 }
71 },
72 {
73 "encounter_details": [
74 {
75 "chance": 40,
76 "condition_values": [],
77 "max_level": 55,
78 "method": {
79 "name": "super-rod",
80 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
81 },
82 "min_level": 35
83 },
84 {
85 "chance": 15,
86 "condition_values": [],
87 "max_level": 55,
88 "method": {
89 "name": "super-rod",
90 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
91 },
92 "min_level": 35
93 },
94 {
95 "chance": 40,
96 "condition_values": [],
97 "max_level": 60,
98 "method": {
99 "name": "super-rod-spots",
100 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
101 },
102 "min_level": 35
103 }
104 ],
105 "max_chance": 95,
106 "version": {
107 "name": "white",
108 "url": "https://pokedex.mimo.dev/api/version/18/"
109 }
110 },
111 {
112 "encounter_details": [
113 {
114 "chance": 40,
115 "condition_values": [],
116 "max_level": 60,
117 "method": {
118 "name": "super-rod",
119 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
120 },
121 "min_level": 40
122 },
123 {
124 "chance": 15,
125 "condition_values": [],
126 "max_level": 70,
127 "method": {
128 "name": "super-rod",
129 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
130 },
131 "min_level": 50
132 },
133 {
134 "chance": 4,
135 "condition_values": [],
136 "max_level": 70,
137 "method": {
138 "name": "super-rod",
139 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
140 },
141 "min_level": 50
142 },
143 {
144 "chance": 1,
145 "condition_values": [],
146 "max_level": 70,
147 "method": {
148 "name": "super-rod",
149 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
150 },
151 "min_level": 50
152 },
153 {
154 "chance": 40,
155 "condition_values": [],
156 "max_level": 60,
157 "method": {
158 "name": "super-rod-spots",
159 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
160 },
161 "min_level": 40
162 }
163 ],
164 "max_chance": 100,
165 "version": {
166 "name": "black-2",
167 "url": "https://pokedex.mimo.dev/api/version/21/"
168 }
169 },
170 {
171 "encounter_details": [
172 {
173 "chance": 40,
174 "condition_values": [],
175 "max_level": 60,
176 "method": {
177 "name": "super-rod",
178 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
179 },
180 "min_level": 40
181 },
182 {
183 "chance": 15,
184 "condition_values": [],
185 "max_level": 70,
186 "method": {
187 "name": "super-rod",
188 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
189 },
190 "min_level": 50
191 },
192 {
193 "chance": 4,
194 "condition_values": [],
195 "max_level": 70,
196 "method": {
197 "name": "super-rod",
198 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
199 },
200 "min_level": 50
201 },
202 {
203 "chance": 1,
204 "condition_values": [],
205 "max_level": 70,
206 "method": {
207 "name": "super-rod",
208 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
209 },
210 "min_level": 50
211 },
212 {
213 "chance": 40,
214 "condition_values": [],
215 "max_level": 60,
216 "method": {
217 "name": "super-rod-spots",
218 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
219 },
220 "min_level": 40
221 }
222 ],
223 "max_chance": 100,
224 "version": {
225 "name": "white-2",
226 "url": "https://pokedex.mimo.dev/api/version/22/"
227 }
228 }
229 ]
230 },
231 {
232 "pokemon": {
233 "name": "dragonair",
234 "url": "https://pokedex.mimo.dev/api/pokemon/148/"
235 },
236 "version_details": [
237 {
238 "encounter_details": [
239 {
240 "chance": 4,
241 "condition_values": [],
242 "max_level": 55,
243 "method": {
244 "name": "super-rod",
245 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
246 },
247 "min_level": 35
248 },
249 {
250 "chance": 1,
251 "condition_values": [],
252 "max_level": 55,
253 "method": {
254 "name": "super-rod",
255 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
256 },
257 "min_level": 35
258 },
259 {
260 "chance": 15,
261 "condition_values": [],
262 "max_level": 70,
263 "method": {
264 "name": "super-rod-spots",
265 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
266 },
267 "min_level": 35
268 },
269 {
270 "chance": 4,
271 "condition_values": [],
272 "max_level": 70,
273 "method": {
274 "name": "super-rod-spots",
275 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
276 },
277 "min_level": 45
278 }
279 ],
280 "max_chance": 24,
281 "version": {
282 "name": "black",
283 "url": "https://pokedex.mimo.dev/api/version/17/"
284 }
285 },
286 {
287 "encounter_details": [
288 {
289 "chance": 4,
290 "condition_values": [],
291 "max_level": 55,
292 "method": {
293 "name": "super-rod",
294 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
295 },
296 "min_level": 35
297 },
298 {
299 "chance": 1,
300 "condition_values": [],
301 "max_level": 55,
302 "method": {
303 "name": "super-rod",
304 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
305 },
306 "min_level": 35
307 },
308 {
309 "chance": 15,
310 "condition_values": [],
311 "max_level": 70,
312 "method": {
313 "name": "super-rod-spots",
314 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
315 },
316 "min_level": 35
317 },
318 {
319 "chance": 4,
320 "condition_values": [],
321 "max_level": 70,
322 "method": {
323 "name": "super-rod-spots",
324 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
325 },
326 "min_level": 45
327 }
328 ],
329 "max_chance": 24,
330 "version": {
331 "name": "white",
332 "url": "https://pokedex.mimo.dev/api/version/18/"
333 }
334 },
335 {
336 "encounter_details": [
337 {
338 "chance": 15,
339 "condition_values": [],
340 "max_level": 70,
341 "method": {
342 "name": "super-rod-spots",
343 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
344 },
345 "min_level": 50
346 },
347 {
348 "chance": 4,
349 "condition_values": [],
350 "max_level": 70,
351 "method": {
352 "name": "super-rod-spots",
353 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
354 },
355 "min_level": 50
356 }
357 ],
358 "max_chance": 19,
359 "version": {
360 "name": "black-2",
361 "url": "https://pokedex.mimo.dev/api/version/21/"
362 }
363 },
364 {
365 "encounter_details": [
366 {
367 "chance": 15,
368 "condition_values": [],
369 "max_level": 70,
370 "method": {
371 "name": "super-rod-spots",
372 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
373 },
374 "min_level": 50
375 },
376 {
377 "chance": 4,
378 "condition_values": [],
379 "max_level": 70,
380 "method": {
381 "name": "super-rod-spots",
382 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
383 },
384 "min_level": 50
385 }
386 ],
387 "max_chance": 19,
388 "version": {
389 "name": "white-2",
390 "url": "https://pokedex.mimo.dev/api/version/22/"
391 }
392 }
393 ]
394 },
395 {
396 "pokemon": {
397 "name": "dragonite",
398 "url": "https://pokedex.mimo.dev/api/pokemon/149/"
399 },
400 "version_details": [
401 {
402 "encounter_details": [
403 {
404 "chance": 1,
405 "condition_values": [],
406 "max_level": 70,
407 "method": {
408 "name": "super-rod-spots",
409 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
410 },
411 "min_level": 50
412 }
413 ],
414 "max_chance": 1,
415 "version": {
416 "name": "black",
417 "url": "https://pokedex.mimo.dev/api/version/17/"
418 }
419 },
420 {
421 "encounter_details": [
422 {
423 "chance": 1,
424 "condition_values": [],
425 "max_level": 70,
426 "method": {
427 "name": "super-rod-spots",
428 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
429 },
430 "min_level": 50
431 }
432 ],
433 "max_chance": 1,
434 "version": {
435 "name": "white",
436 "url": "https://pokedex.mimo.dev/api/version/18/"
437 }
438 },
439 {
440 "encounter_details": [
441 {
442 "chance": 1,
443 "condition_values": [],
444 "max_level": 70,
445 "method": {
446 "name": "super-rod-spots",
447 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
448 },
449 "min_level": 50
450 }
451 ],
452 "max_chance": 1,
453 "version": {
454 "name": "black-2",
455 "url": "https://pokedex.mimo.dev/api/version/21/"
456 }
457 },
458 {
459 "encounter_details": [
460 {
461 "chance": 1,
462 "condition_values": [],
463 "max_level": 70,
464 "method": {
465 "name": "super-rod-spots",
466 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
467 },
468 "min_level": 50
469 }
470 ],
471 "max_chance": 1,
472 "version": {
473 "name": "white-2",
474 "url": "https://pokedex.mimo.dev/api/version/22/"
475 }
476 }
477 ]
478 },
479 {
480 "pokemon": {
481 "name": "tranquill",
482 "url": "https://pokedex.mimo.dev/api/pokemon/520/"
483 },
484 "version_details": [
485 {
486 "encounter_details": [
487 {
488 "chance": 20,
489 "condition_values": [
490 {
491 "name": "season-spring",
492 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
493 }
494 ],
495 "max_level": 35,
496 "method": {
497 "name": "dark-grass",
498 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
499 },
500 "min_level": 35
501 },
502 {
503 "chance": 20,
504 "condition_values": [
505 {
506 "name": "season-summer",
507 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
508 }
509 ],
510 "max_level": 35,
511 "method": {
512 "name": "dark-grass",
513 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
514 },
515 "min_level": 35
516 },
517 {
518 "chance": 20,
519 "condition_values": [
520 {
521 "name": "season-autumn",
522 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
523 }
524 ],
525 "max_level": 35,
526 "method": {
527 "name": "dark-grass",
528 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
529 },
530 "min_level": 35
531 },
532 {
533 "chance": 10,
534 "condition_values": [
535 {
536 "name": "season-spring",
537 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
538 }
539 ],
540 "max_level": 36,
541 "method": {
542 "name": "dark-grass",
543 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
544 },
545 "min_level": 36
546 },
547 {
548 "chance": 10,
549 "condition_values": [
550 {
551 "name": "season-summer",
552 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
553 }
554 ],
555 "max_level": 36,
556 "method": {
557 "name": "dark-grass",
558 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
559 },
560 "min_level": 36
561 },
562 {
563 "chance": 10,
564 "condition_values": [
565 {
566 "name": "season-autumn",
567 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
568 }
569 ],
570 "max_level": 36,
571 "method": {
572 "name": "dark-grass",
573 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
574 },
575 "min_level": 36
576 },
577 {
578 "chance": 20,
579 "condition_values": [
580 {
581 "name": "season-spring",
582 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
583 }
584 ],
585 "max_level": 31,
586 "method": {
587 "name": "walk",
588 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
589 },
590 "min_level": 31
591 },
592 {
593 "chance": 20,
594 "condition_values": [
595 {
596 "name": "season-summer",
597 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
598 }
599 ],
600 "max_level": 31,
601 "method": {
602 "name": "walk",
603 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
604 },
605 "min_level": 31
606 },
607 {
608 "chance": 20,
609 "condition_values": [
610 {
611 "name": "season-autumn",
612 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
613 }
614 ],
615 "max_level": 31,
616 "method": {
617 "name": "walk",
618 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
619 },
620 "min_level": 31
621 },
622 {
623 "chance": 10,
624 "condition_values": [
625 {
626 "name": "season-spring",
627 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
628 }
629 ],
630 "max_level": 32,
631 "method": {
632 "name": "walk",
633 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
634 },
635 "min_level": 32
636 },
637 {
638 "chance": 10,
639 "condition_values": [
640 {
641 "name": "season-summer",
642 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
643 }
644 ],
645 "max_level": 32,
646 "method": {
647 "name": "walk",
648 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
649 },
650 "min_level": 32
651 },
652 {
653 "chance": 10,
654 "condition_values": [
655 {
656 "name": "season-autumn",
657 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
658 }
659 ],
660 "max_level": 32,
661 "method": {
662 "name": "walk",
663 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
664 },
665 "min_level": 32
666 }
667 ],
668 "max_chance": 180,
669 "version": {
670 "name": "black",
671 "url": "https://pokedex.mimo.dev/api/version/17/"
672 }
673 },
674 {
675 "encounter_details": [
676 {
677 "chance": 20,
678 "condition_values": [
679 {
680 "name": "season-spring",
681 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
682 }
683 ],
684 "max_level": 35,
685 "method": {
686 "name": "dark-grass",
687 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
688 },
689 "min_level": 35
690 },
691 {
692 "chance": 20,
693 "condition_values": [
694 {
695 "name": "season-summer",
696 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
697 }
698 ],
699 "max_level": 35,
700 "method": {
701 "name": "dark-grass",
702 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
703 },
704 "min_level": 35
705 },
706 {
707 "chance": 20,
708 "condition_values": [
709 {
710 "name": "season-autumn",
711 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
712 }
713 ],
714 "max_level": 35,
715 "method": {
716 "name": "dark-grass",
717 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
718 },
719 "min_level": 35
720 },
721 {
722 "chance": 10,
723 "condition_values": [
724 {
725 "name": "season-spring",
726 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
727 }
728 ],
729 "max_level": 36,
730 "method": {
731 "name": "dark-grass",
732 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
733 },
734 "min_level": 36
735 },
736 {
737 "chance": 10,
738 "condition_values": [
739 {
740 "name": "season-summer",
741 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
742 }
743 ],
744 "max_level": 36,
745 "method": {
746 "name": "dark-grass",
747 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
748 },
749 "min_level": 36
750 },
751 {
752 "chance": 10,
753 "condition_values": [
754 {
755 "name": "season-autumn",
756 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
757 }
758 ],
759 "max_level": 36,
760 "method": {
761 "name": "dark-grass",
762 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
763 },
764 "min_level": 36
765 },
766 {
767 "chance": 20,
768 "condition_values": [
769 {
770 "name": "season-spring",
771 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
772 }
773 ],
774 "max_level": 31,
775 "method": {
776 "name": "walk",
777 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
778 },
779 "min_level": 31
780 },
781 {
782 "chance": 20,
783 "condition_values": [
784 {
785 "name": "season-summer",
786 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
787 }
788 ],
789 "max_level": 31,
790 "method": {
791 "name": "walk",
792 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
793 },
794 "min_level": 31
795 },
796 {
797 "chance": 20,
798 "condition_values": [
799 {
800 "name": "season-autumn",
801 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
802 }
803 ],
804 "max_level": 31,
805 "method": {
806 "name": "walk",
807 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
808 },
809 "min_level": 31
810 },
811 {
812 "chance": 10,
813 "condition_values": [
814 {
815 "name": "season-spring",
816 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
817 }
818 ],
819 "max_level": 32,
820 "method": {
821 "name": "walk",
822 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
823 },
824 "min_level": 32
825 },
826 {
827 "chance": 10,
828 "condition_values": [
829 {
830 "name": "season-summer",
831 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
832 }
833 ],
834 "max_level": 32,
835 "method": {
836 "name": "walk",
837 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
838 },
839 "min_level": 32
840 },
841 {
842 "chance": 10,
843 "condition_values": [
844 {
845 "name": "season-autumn",
846 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
847 }
848 ],
849 "max_level": 32,
850 "method": {
851 "name": "walk",
852 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
853 },
854 "min_level": 32
855 }
856 ],
857 "max_chance": 180,
858 "version": {
859 "name": "white",
860 "url": "https://pokedex.mimo.dev/api/version/18/"
861 }
862 },
863 {
864 "encounter_details": [
865 {
866 "chance": 20,
867 "condition_values": [
868 {
869 "name": "season-spring",
870 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
871 }
872 ],
873 "max_level": 63,
874 "method": {
875 "name": "dark-grass",
876 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
877 },
878 "min_level": 63
879 },
880 {
881 "chance": 20,
882 "condition_values": [
883 {
884 "name": "season-summer",
885 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
886 }
887 ],
888 "max_level": 63,
889 "method": {
890 "name": "dark-grass",
891 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
892 },
893 "min_level": 63
894 },
895 {
896 "chance": 20,
897 "condition_values": [
898 {
899 "name": "season-autumn",
900 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
901 }
902 ],
903 "max_level": 63,
904 "method": {
905 "name": "dark-grass",
906 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
907 },
908 "min_level": 63
909 },
910 {
911 "chance": 10,
912 "condition_values": [
913 {
914 "name": "season-spring",
915 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
916 }
917 ],
918 "max_level": 65,
919 "method": {
920 "name": "dark-grass",
921 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
922 },
923 "min_level": 65
924 },
925 {
926 "chance": 10,
927 "condition_values": [
928 {
929 "name": "season-summer",
930 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
931 }
932 ],
933 "max_level": 65,
934 "method": {
935 "name": "dark-grass",
936 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
937 },
938 "min_level": 65
939 },
940 {
941 "chance": 10,
942 "condition_values": [
943 {
944 "name": "season-autumn",
945 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
946 }
947 ],
948 "max_level": 65,
949 "method": {
950 "name": "dark-grass",
951 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
952 },
953 "min_level": 65
954 },
955 {
956 "chance": 5,
957 "condition_values": [
958 {
959 "name": "season-spring",
960 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
961 }
962 ],
963 "max_level": 66,
964 "method": {
965 "name": "dark-grass",
966 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
967 },
968 "min_level": 66
969 },
970 {
971 "chance": 5,
972 "condition_values": [
973 {
974 "name": "season-summer",
975 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
976 }
977 ],
978 "max_level": 66,
979 "method": {
980 "name": "dark-grass",
981 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
982 },
983 "min_level": 66
984 },
985 {
986 "chance": 5,
987 "condition_values": [
988 {
989 "name": "season-autumn",
990 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
991 }
992 ],
993 "max_level": 66,
994 "method": {
995 "name": "dark-grass",
996 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
997 },
998 "min_level": 66
999 },
1000 {
1001 "chance": 20,
1002 "condition_values": [
1003 {
1004 "name": "season-spring",
1005 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
1006 }
1007 ],
1008 "max_level": 55,
1009 "method": {
1010 "name": "walk",
1011 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1012 },
1013 "min_level": 55
1014 },
1015 {
1016 "chance": 20,
1017 "condition_values": [
1018 {
1019 "name": "season-summer",
1020 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
1021 }
1022 ],
1023 "max_level": 55,
1024 "method": {
1025 "name": "walk",
1026 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1027 },
1028 "min_level": 55
1029 },
1030 {
1031 "chance": 20,
1032 "condition_values": [
1033 {
1034 "name": "season-autumn",
1035 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
1036 }
1037 ],
1038 "max_level": 55,
1039 "method": {
1040 "name": "walk",
1041 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1042 },
1043 "min_level": 55
1044 },
1045 {
1046 "chance": 10,
1047 "condition_values": [
1048 {
1049 "name": "season-spring",
1050 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
1051 }
1052 ],
1053 "max_level": 57,
1054 "method": {
1055 "name": "walk",
1056 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1057 },
1058 "min_level": 57
1059 },
1060 {
1061 "chance": 10,
1062 "condition_values": [
1063 {
1064 "name": "season-summer",
1065 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
1066 }
1067 ],
1068 "max_level": 57,
1069 "method": {
1070 "name": "walk",
1071 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1072 },
1073 "min_level": 57
1074 },
1075 {
1076 "chance": 10,
1077 "condition_values": [
1078 {
1079 "name": "season-autumn",
1080 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
1081 }
1082 ],
1083 "max_level": 57,
1084 "method": {
1085 "name": "walk",
1086 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1087 },
1088 "min_level": 57
1089 },
1090 {
1091 "chance": 5,
1092 "condition_values": [
1093 {
1094 "name": "season-spring",
1095 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
1096 }
1097 ],
1098 "max_level": 58,
1099 "method": {
1100 "name": "walk",
1101 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1102 },
1103 "min_level": 58
1104 },
1105 {
1106 "chance": 5,
1107 "condition_values": [
1108 {
1109 "name": "season-summer",
1110 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
1111 }
1112 ],
1113 "max_level": 58,
1114 "method": {
1115 "name": "walk",
1116 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1117 },
1118 "min_level": 58
1119 },
1120 {
1121 "chance": 5,
1122 "condition_values": [
1123 {
1124 "name": "season-autumn",
1125 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
1126 }
1127 ],
1128 "max_level": 58,
1129 "method": {
1130 "name": "walk",
1131 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1132 },
1133 "min_level": 58
1134 }
1135 ],
1136 "max_chance": 210,
1137 "version": {
1138 "name": "black-2",
1139 "url": "https://pokedex.mimo.dev/api/version/21/"
1140 }
1141 },
1142 {
1143 "encounter_details": [
1144 {
1145 "chance": 20,
1146 "condition_values": [
1147 {
1148 "name": "season-spring",
1149 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
1150 }
1151 ],
1152 "max_level": 63,
1153 "method": {
1154 "name": "dark-grass",
1155 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
1156 },
1157 "min_level": 63
1158 },
1159 {
1160 "chance": 20,
1161 "condition_values": [
1162 {
1163 "name": "season-summer",
1164 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
1165 }
1166 ],
1167 "max_level": 63,
1168 "method": {
1169 "name": "dark-grass",
1170 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
1171 },
1172 "min_level": 63
1173 },
1174 {
1175 "chance": 20,
1176 "condition_values": [
1177 {
1178 "name": "season-autumn",
1179 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
1180 }
1181 ],
1182 "max_level": 63,
1183 "method": {
1184 "name": "dark-grass",
1185 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
1186 },
1187 "min_level": 63
1188 },
1189 {
1190 "chance": 10,
1191 "condition_values": [
1192 {
1193 "name": "season-spring",
1194 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
1195 }
1196 ],
1197 "max_level": 65,
1198 "method": {
1199 "name": "dark-grass",
1200 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
1201 },
1202 "min_level": 65
1203 },
1204 {
1205 "chance": 10,
1206 "condition_values": [
1207 {
1208 "name": "season-summer",
1209 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
1210 }
1211 ],
1212 "max_level": 65,
1213 "method": {
1214 "name": "dark-grass",
1215 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
1216 },
1217 "min_level": 65
1218 },
1219 {
1220 "chance": 10,
1221 "condition_values": [
1222 {
1223 "name": "season-autumn",
1224 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
1225 }
1226 ],
1227 "max_level": 65,
1228 "method": {
1229 "name": "dark-grass",
1230 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
1231 },
1232 "min_level": 65
1233 },
1234 {
1235 "chance": 5,
1236 "condition_values": [
1237 {
1238 "name": "season-spring",
1239 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
1240 }
1241 ],
1242 "max_level": 66,
1243 "method": {
1244 "name": "dark-grass",
1245 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
1246 },
1247 "min_level": 66
1248 },
1249 {
1250 "chance": 5,
1251 "condition_values": [
1252 {
1253 "name": "season-summer",
1254 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
1255 }
1256 ],
1257 "max_level": 66,
1258 "method": {
1259 "name": "dark-grass",
1260 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
1261 },
1262 "min_level": 66
1263 },
1264 {
1265 "chance": 5,
1266 "condition_values": [
1267 {
1268 "name": "season-autumn",
1269 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
1270 }
1271 ],
1272 "max_level": 66,
1273 "method": {
1274 "name": "dark-grass",
1275 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
1276 },
1277 "min_level": 66
1278 },
1279 {
1280 "chance": 20,
1281 "condition_values": [
1282 {
1283 "name": "season-spring",
1284 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
1285 }
1286 ],
1287 "max_level": 55,
1288 "method": {
1289 "name": "walk",
1290 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1291 },
1292 "min_level": 55
1293 },
1294 {
1295 "chance": 20,
1296 "condition_values": [
1297 {
1298 "name": "season-summer",
1299 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
1300 }
1301 ],
1302 "max_level": 55,
1303 "method": {
1304 "name": "walk",
1305 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1306 },
1307 "min_level": 55
1308 },
1309 {
1310 "chance": 20,
1311 "condition_values": [
1312 {
1313 "name": "season-autumn",
1314 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
1315 }
1316 ],
1317 "max_level": 55,
1318 "method": {
1319 "name": "walk",
1320 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1321 },
1322 "min_level": 55
1323 },
1324 {
1325 "chance": 10,
1326 "condition_values": [
1327 {
1328 "name": "season-spring",
1329 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
1330 }
1331 ],
1332 "max_level": 57,
1333 "method": {
1334 "name": "walk",
1335 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1336 },
1337 "min_level": 57
1338 },
1339 {
1340 "chance": 10,
1341 "condition_values": [
1342 {
1343 "name": "season-summer",
1344 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
1345 }
1346 ],
1347 "max_level": 57,
1348 "method": {
1349 "name": "walk",
1350 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1351 },
1352 "min_level": 57
1353 },
1354 {
1355 "chance": 10,
1356 "condition_values": [
1357 {
1358 "name": "season-autumn",
1359 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
1360 }
1361 ],
1362 "max_level": 57,
1363 "method": {
1364 "name": "walk",
1365 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1366 },
1367 "min_level": 57
1368 },
1369 {
1370 "chance": 5,
1371 "condition_values": [
1372 {
1373 "name": "season-spring",
1374 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
1375 }
1376 ],
1377 "max_level": 58,
1378 "method": {
1379 "name": "walk",
1380 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1381 },
1382 "min_level": 58
1383 },
1384 {
1385 "chance": 5,
1386 "condition_values": [
1387 {
1388 "name": "season-summer",
1389 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
1390 }
1391 ],
1392 "max_level": 58,
1393 "method": {
1394 "name": "walk",
1395 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1396 },
1397 "min_level": 58
1398 },
1399 {
1400 "chance": 5,
1401 "condition_values": [
1402 {
1403 "name": "season-autumn",
1404 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
1405 }
1406 ],
1407 "max_level": 58,
1408 "method": {
1409 "name": "walk",
1410 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1411 },
1412 "min_level": 58
1413 }
1414 ],
1415 "max_chance": 210,
1416 "version": {
1417 "name": "white-2",
1418 "url": "https://pokedex.mimo.dev/api/version/22/"
1419 }
1420 }
1421 ]
1422 },
1423 {
1424 "pokemon": {
1425 "name": "unfezant",
1426 "url": "https://pokedex.mimo.dev/api/pokemon/521/"
1427 },
1428 "version_details": [
1429 {
1430 "encounter_details": [
1431 {
1432 "chance": 4,
1433 "condition_values": [
1434 {
1435 "name": "season-spring",
1436 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
1437 }
1438 ],
1439 "max_level": 33,
1440 "method": {
1441 "name": "grass-spots",
1442 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1443 },
1444 "min_level": 33
1445 },
1446 {
1447 "chance": 4,
1448 "condition_values": [
1449 {
1450 "name": "season-summer",
1451 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
1452 }
1453 ],
1454 "max_level": 33,
1455 "method": {
1456 "name": "grass-spots",
1457 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1458 },
1459 "min_level": 33
1460 },
1461 {
1462 "chance": 4,
1463 "condition_values": [
1464 {
1465 "name": "season-autumn",
1466 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
1467 }
1468 ],
1469 "max_level": 33,
1470 "method": {
1471 "name": "grass-spots",
1472 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1473 },
1474 "min_level": 33
1475 },
1476 {
1477 "chance": 1,
1478 "condition_values": [
1479 {
1480 "name": "season-spring",
1481 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
1482 }
1483 ],
1484 "max_level": 33,
1485 "method": {
1486 "name": "grass-spots",
1487 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1488 },
1489 "min_level": 33
1490 },
1491 {
1492 "chance": 1,
1493 "condition_values": [
1494 {
1495 "name": "season-summer",
1496 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
1497 }
1498 ],
1499 "max_level": 33,
1500 "method": {
1501 "name": "grass-spots",
1502 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1503 },
1504 "min_level": 33
1505 },
1506 {
1507 "chance": 1,
1508 "condition_values": [
1509 {
1510 "name": "season-autumn",
1511 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
1512 }
1513 ],
1514 "max_level": 33,
1515 "method": {
1516 "name": "grass-spots",
1517 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1518 },
1519 "min_level": 33
1520 }
1521 ],
1522 "max_chance": 15,
1523 "version": {
1524 "name": "black",
1525 "url": "https://pokedex.mimo.dev/api/version/17/"
1526 }
1527 },
1528 {
1529 "encounter_details": [
1530 {
1531 "chance": 4,
1532 "condition_values": [
1533 {
1534 "name": "season-spring",
1535 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
1536 }
1537 ],
1538 "max_level": 33,
1539 "method": {
1540 "name": "grass-spots",
1541 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1542 },
1543 "min_level": 33
1544 },
1545 {
1546 "chance": 4,
1547 "condition_values": [
1548 {
1549 "name": "season-summer",
1550 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
1551 }
1552 ],
1553 "max_level": 33,
1554 "method": {
1555 "name": "grass-spots",
1556 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1557 },
1558 "min_level": 33
1559 },
1560 {
1561 "chance": 4,
1562 "condition_values": [
1563 {
1564 "name": "season-autumn",
1565 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
1566 }
1567 ],
1568 "max_level": 33,
1569 "method": {
1570 "name": "grass-spots",
1571 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1572 },
1573 "min_level": 33
1574 },
1575 {
1576 "chance": 1,
1577 "condition_values": [
1578 {
1579 "name": "season-spring",
1580 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
1581 }
1582 ],
1583 "max_level": 33,
1584 "method": {
1585 "name": "grass-spots",
1586 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1587 },
1588 "min_level": 33
1589 },
1590 {
1591 "chance": 1,
1592 "condition_values": [
1593 {
1594 "name": "season-summer",
1595 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
1596 }
1597 ],
1598 "max_level": 33,
1599 "method": {
1600 "name": "grass-spots",
1601 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1602 },
1603 "min_level": 33
1604 },
1605 {
1606 "chance": 1,
1607 "condition_values": [
1608 {
1609 "name": "season-autumn",
1610 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
1611 }
1612 ],
1613 "max_level": 33,
1614 "method": {
1615 "name": "grass-spots",
1616 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1617 },
1618 "min_level": 33
1619 }
1620 ],
1621 "max_chance": 15,
1622 "version": {
1623 "name": "white",
1624 "url": "https://pokedex.mimo.dev/api/version/18/"
1625 }
1626 },
1627 {
1628 "encounter_details": [
1629 {
1630 "chance": 4,
1631 "condition_values": [
1632 {
1633 "name": "season-spring",
1634 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
1635 }
1636 ],
1637 "max_level": 57,
1638 "method": {
1639 "name": "grass-spots",
1640 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1641 },
1642 "min_level": 57
1643 },
1644 {
1645 "chance": 4,
1646 "condition_values": [
1647 {
1648 "name": "season-summer",
1649 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
1650 }
1651 ],
1652 "max_level": 57,
1653 "method": {
1654 "name": "grass-spots",
1655 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1656 },
1657 "min_level": 57
1658 },
1659 {
1660 "chance": 4,
1661 "condition_values": [
1662 {
1663 "name": "season-autumn",
1664 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
1665 }
1666 ],
1667 "max_level": 57,
1668 "method": {
1669 "name": "grass-spots",
1670 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1671 },
1672 "min_level": 57
1673 },
1674 {
1675 "chance": 1,
1676 "condition_values": [
1677 {
1678 "name": "season-spring",
1679 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
1680 }
1681 ],
1682 "max_level": 57,
1683 "method": {
1684 "name": "grass-spots",
1685 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1686 },
1687 "min_level": 57
1688 },
1689 {
1690 "chance": 1,
1691 "condition_values": [
1692 {
1693 "name": "season-summer",
1694 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
1695 }
1696 ],
1697 "max_level": 57,
1698 "method": {
1699 "name": "grass-spots",
1700 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1701 },
1702 "min_level": 57
1703 },
1704 {
1705 "chance": 1,
1706 "condition_values": [
1707 {
1708 "name": "season-autumn",
1709 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
1710 }
1711 ],
1712 "max_level": 57,
1713 "method": {
1714 "name": "grass-spots",
1715 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1716 },
1717 "min_level": 57
1718 }
1719 ],
1720 "max_chance": 15,
1721 "version": {
1722 "name": "black-2",
1723 "url": "https://pokedex.mimo.dev/api/version/21/"
1724 }
1725 },
1726 {
1727 "encounter_details": [
1728 {
1729 "chance": 4,
1730 "condition_values": [
1731 {
1732 "name": "season-spring",
1733 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
1734 }
1735 ],
1736 "max_level": 57,
1737 "method": {
1738 "name": "grass-spots",
1739 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1740 },
1741 "min_level": 57
1742 },
1743 {
1744 "chance": 4,
1745 "condition_values": [
1746 {
1747 "name": "season-summer",
1748 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
1749 }
1750 ],
1751 "max_level": 57,
1752 "method": {
1753 "name": "grass-spots",
1754 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1755 },
1756 "min_level": 57
1757 },
1758 {
1759 "chance": 4,
1760 "condition_values": [
1761 {
1762 "name": "season-autumn",
1763 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
1764 }
1765 ],
1766 "max_level": 57,
1767 "method": {
1768 "name": "grass-spots",
1769 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1770 },
1771 "min_level": 57
1772 },
1773 {
1774 "chance": 1,
1775 "condition_values": [
1776 {
1777 "name": "season-spring",
1778 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
1779 }
1780 ],
1781 "max_level": 57,
1782 "method": {
1783 "name": "grass-spots",
1784 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1785 },
1786 "min_level": 57
1787 },
1788 {
1789 "chance": 1,
1790 "condition_values": [
1791 {
1792 "name": "season-summer",
1793 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
1794 }
1795 ],
1796 "max_level": 57,
1797 "method": {
1798 "name": "grass-spots",
1799 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1800 },
1801 "min_level": 57
1802 },
1803 {
1804 "chance": 1,
1805 "condition_values": [
1806 {
1807 "name": "season-autumn",
1808 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
1809 }
1810 ],
1811 "max_level": 57,
1812 "method": {
1813 "name": "grass-spots",
1814 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1815 },
1816 "min_level": 57
1817 }
1818 ],
1819 "max_chance": 15,
1820 "version": {
1821 "name": "white-2",
1822 "url": "https://pokedex.mimo.dev/api/version/22/"
1823 }
1824 }
1825 ]
1826 },
1827 {
1828 "pokemon": {
1829 "name": "audino",
1830 "url": "https://pokedex.mimo.dev/api/pokemon/531/"
1831 },
1832 "version_details": [
1833 {
1834 "encounter_details": [
1835 {
1836 "chance": 20,
1837 "condition_values": [],
1838 "max_level": 30,
1839 "method": {
1840 "name": "grass-spots",
1841 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1842 },
1843 "min_level": 30
1844 },
1845 {
1846 "chance": 20,
1847 "condition_values": [],
1848 "max_level": 30,
1849 "method": {
1850 "name": "grass-spots",
1851 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1852 },
1853 "min_level": 30
1854 },
1855 {
1856 "chance": 10,
1857 "condition_values": [],
1858 "max_level": 31,
1859 "method": {
1860 "name": "grass-spots",
1861 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1862 },
1863 "min_level": 31
1864 },
1865 {
1866 "chance": 10,
1867 "condition_values": [],
1868 "max_level": 32,
1869 "method": {
1870 "name": "grass-spots",
1871 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1872 },
1873 "min_level": 32
1874 },
1875 {
1876 "chance": 10,
1877 "condition_values": [],
1878 "max_level": 33,
1879 "method": {
1880 "name": "grass-spots",
1881 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1882 },
1883 "min_level": 33
1884 },
1885 {
1886 "chance": 5,
1887 "condition_values": [],
1888 "max_level": 33,
1889 "method": {
1890 "name": "grass-spots",
1891 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1892 },
1893 "min_level": 33
1894 },
1895 {
1896 "chance": 5,
1897 "condition_values": [],
1898 "max_level": 33,
1899 "method": {
1900 "name": "grass-spots",
1901 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1902 },
1903 "min_level": 33
1904 },
1905 {
1906 "chance": 4,
1907 "condition_values": [],
1908 "max_level": 33,
1909 "method": {
1910 "name": "grass-spots",
1911 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1912 },
1913 "min_level": 33
1914 },
1915 {
1916 "chance": 4,
1917 "condition_values": [
1918 {
1919 "name": "season-winter",
1920 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
1921 }
1922 ],
1923 "max_level": 33,
1924 "method": {
1925 "name": "grass-spots",
1926 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1927 },
1928 "min_level": 33
1929 },
1930 {
1931 "chance": 1,
1932 "condition_values": [],
1933 "max_level": 33,
1934 "method": {
1935 "name": "grass-spots",
1936 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1937 },
1938 "min_level": 33
1939 },
1940 {
1941 "chance": 1,
1942 "condition_values": [
1943 {
1944 "name": "season-winter",
1945 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
1946 }
1947 ],
1948 "max_level": 33,
1949 "method": {
1950 "name": "grass-spots",
1951 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1952 },
1953 "min_level": 33
1954 }
1955 ],
1956 "max_chance": 90,
1957 "version": {
1958 "name": "black",
1959 "url": "https://pokedex.mimo.dev/api/version/17/"
1960 }
1961 },
1962 {
1963 "encounter_details": [
1964 {
1965 "chance": 20,
1966 "condition_values": [],
1967 "max_level": 30,
1968 "method": {
1969 "name": "grass-spots",
1970 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1971 },
1972 "min_level": 30
1973 },
1974 {
1975 "chance": 20,
1976 "condition_values": [],
1977 "max_level": 30,
1978 "method": {
1979 "name": "grass-spots",
1980 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1981 },
1982 "min_level": 30
1983 },
1984 {
1985 "chance": 10,
1986 "condition_values": [],
1987 "max_level": 31,
1988 "method": {
1989 "name": "grass-spots",
1990 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
1991 },
1992 "min_level": 31
1993 },
1994 {
1995 "chance": 10,
1996 "condition_values": [],
1997 "max_level": 32,
1998 "method": {
1999 "name": "grass-spots",
2000 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2001 },
2002 "min_level": 32
2003 },
2004 {
2005 "chance": 10,
2006 "condition_values": [],
2007 "max_level": 33,
2008 "method": {
2009 "name": "grass-spots",
2010 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2011 },
2012 "min_level": 33
2013 },
2014 {
2015 "chance": 5,
2016 "condition_values": [],
2017 "max_level": 33,
2018 "method": {
2019 "name": "grass-spots",
2020 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2021 },
2022 "min_level": 33
2023 },
2024 {
2025 "chance": 5,
2026 "condition_values": [],
2027 "max_level": 33,
2028 "method": {
2029 "name": "grass-spots",
2030 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2031 },
2032 "min_level": 33
2033 },
2034 {
2035 "chance": 4,
2036 "condition_values": [],
2037 "max_level": 33,
2038 "method": {
2039 "name": "grass-spots",
2040 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2041 },
2042 "min_level": 33
2043 },
2044 {
2045 "chance": 4,
2046 "condition_values": [
2047 {
2048 "name": "season-winter",
2049 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2050 }
2051 ],
2052 "max_level": 33,
2053 "method": {
2054 "name": "grass-spots",
2055 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2056 },
2057 "min_level": 33
2058 },
2059 {
2060 "chance": 1,
2061 "condition_values": [],
2062 "max_level": 33,
2063 "method": {
2064 "name": "grass-spots",
2065 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2066 },
2067 "min_level": 33
2068 },
2069 {
2070 "chance": 1,
2071 "condition_values": [
2072 {
2073 "name": "season-winter",
2074 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2075 }
2076 ],
2077 "max_level": 33,
2078 "method": {
2079 "name": "grass-spots",
2080 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2081 },
2082 "min_level": 33
2083 }
2084 ],
2085 "max_chance": 90,
2086 "version": {
2087 "name": "white",
2088 "url": "https://pokedex.mimo.dev/api/version/18/"
2089 }
2090 },
2091 {
2092 "encounter_details": [
2093 {
2094 "chance": 20,
2095 "condition_values": [],
2096 "max_level": 55,
2097 "method": {
2098 "name": "grass-spots",
2099 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2100 },
2101 "min_level": 55
2102 },
2103 {
2104 "chance": 20,
2105 "condition_values": [],
2106 "max_level": 55,
2107 "method": {
2108 "name": "grass-spots",
2109 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2110 },
2111 "min_level": 55
2112 },
2113 {
2114 "chance": 10,
2115 "condition_values": [],
2116 "max_level": 56,
2117 "method": {
2118 "name": "grass-spots",
2119 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2120 },
2121 "min_level": 56
2122 },
2123 {
2124 "chance": 10,
2125 "condition_values": [],
2126 "max_level": 57,
2127 "method": {
2128 "name": "grass-spots",
2129 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2130 },
2131 "min_level": 57
2132 },
2133 {
2134 "chance": 10,
2135 "condition_values": [],
2136 "max_level": 57,
2137 "method": {
2138 "name": "grass-spots",
2139 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2140 },
2141 "min_level": 57
2142 },
2143 {
2144 "chance": 5,
2145 "condition_values": [],
2146 "max_level": 57,
2147 "method": {
2148 "name": "grass-spots",
2149 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2150 },
2151 "min_level": 57
2152 },
2153 {
2154 "chance": 5,
2155 "condition_values": [],
2156 "max_level": 57,
2157 "method": {
2158 "name": "grass-spots",
2159 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2160 },
2161 "min_level": 57
2162 },
2163 {
2164 "chance": 4,
2165 "condition_values": [],
2166 "max_level": 57,
2167 "method": {
2168 "name": "grass-spots",
2169 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2170 },
2171 "min_level": 57
2172 },
2173 {
2174 "chance": 1,
2175 "condition_values": [],
2176 "max_level": 57,
2177 "method": {
2178 "name": "grass-spots",
2179 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2180 },
2181 "min_level": 57
2182 }
2183 ],
2184 "max_chance": 85,
2185 "version": {
2186 "name": "black-2",
2187 "url": "https://pokedex.mimo.dev/api/version/21/"
2188 }
2189 },
2190 {
2191 "encounter_details": [
2192 {
2193 "chance": 20,
2194 "condition_values": [],
2195 "max_level": 55,
2196 "method": {
2197 "name": "grass-spots",
2198 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2199 },
2200 "min_level": 55
2201 },
2202 {
2203 "chance": 20,
2204 "condition_values": [],
2205 "max_level": 55,
2206 "method": {
2207 "name": "grass-spots",
2208 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2209 },
2210 "min_level": 55
2211 },
2212 {
2213 "chance": 10,
2214 "condition_values": [],
2215 "max_level": 56,
2216 "method": {
2217 "name": "grass-spots",
2218 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2219 },
2220 "min_level": 56
2221 },
2222 {
2223 "chance": 10,
2224 "condition_values": [],
2225 "max_level": 57,
2226 "method": {
2227 "name": "grass-spots",
2228 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2229 },
2230 "min_level": 57
2231 },
2232 {
2233 "chance": 10,
2234 "condition_values": [],
2235 "max_level": 57,
2236 "method": {
2237 "name": "grass-spots",
2238 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2239 },
2240 "min_level": 57
2241 },
2242 {
2243 "chance": 5,
2244 "condition_values": [],
2245 "max_level": 57,
2246 "method": {
2247 "name": "grass-spots",
2248 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2249 },
2250 "min_level": 57
2251 },
2252 {
2253 "chance": 5,
2254 "condition_values": [],
2255 "max_level": 57,
2256 "method": {
2257 "name": "grass-spots",
2258 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2259 },
2260 "min_level": 57
2261 },
2262 {
2263 "chance": 4,
2264 "condition_values": [],
2265 "max_level": 57,
2266 "method": {
2267 "name": "grass-spots",
2268 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2269 },
2270 "min_level": 57
2271 },
2272 {
2273 "chance": 1,
2274 "condition_values": [],
2275 "max_level": 57,
2276 "method": {
2277 "name": "grass-spots",
2278 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
2279 },
2280 "min_level": 57
2281 }
2282 ],
2283 "max_chance": 85,
2284 "version": {
2285 "name": "white-2",
2286 "url": "https://pokedex.mimo.dev/api/version/22/"
2287 }
2288 }
2289 ]
2290 },
2291 {
2292 "pokemon": {
2293 "name": "basculin-red-striped",
2294 "url": "https://pokedex.mimo.dev/api/pokemon/550/"
2295 },
2296 "version_details": [
2297 {
2298 "encounter_details": [
2299 {
2300 "chance": 40,
2301 "condition_values": [],
2302 "max_level": 55,
2303 "method": {
2304 "name": "super-rod",
2305 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2306 },
2307 "min_level": 35
2308 },
2309 {
2310 "chance": 60,
2311 "condition_values": [],
2312 "max_level": 35,
2313 "method": {
2314 "name": "surf",
2315 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2316 },
2317 "min_level": 15
2318 },
2319 {
2320 "chance": 30,
2321 "condition_values": [],
2322 "max_level": 35,
2323 "method": {
2324 "name": "surf",
2325 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2326 },
2327 "min_level": 15
2328 },
2329 {
2330 "chance": 5,
2331 "condition_values": [],
2332 "max_level": 35,
2333 "method": {
2334 "name": "surf",
2335 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2336 },
2337 "min_level": 15
2338 },
2339 {
2340 "chance": 4,
2341 "condition_values": [],
2342 "max_level": 35,
2343 "method": {
2344 "name": "surf",
2345 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2346 },
2347 "min_level": 15
2348 },
2349 {
2350 "chance": 1,
2351 "condition_values": [],
2352 "max_level": 35,
2353 "method": {
2354 "name": "surf",
2355 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2356 },
2357 "min_level": 15
2358 }
2359 ],
2360 "max_chance": 140,
2361 "version": {
2362 "name": "black",
2363 "url": "https://pokedex.mimo.dev/api/version/17/"
2364 }
2365 },
2366 {
2367 "encounter_details": [
2368 {
2369 "chance": 40,
2370 "condition_values": [],
2371 "max_level": 60,
2372 "method": {
2373 "name": "super-rod-spots",
2374 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
2375 },
2376 "min_level": 35
2377 },
2378 {
2379 "chance": 60,
2380 "condition_values": [],
2381 "max_level": 40,
2382 "method": {
2383 "name": "surf-spots",
2384 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
2385 },
2386 "min_level": 15
2387 },
2388 {
2389 "chance": 30,
2390 "condition_values": [],
2391 "max_level": 40,
2392 "method": {
2393 "name": "surf-spots",
2394 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
2395 },
2396 "min_level": 15
2397 },
2398 {
2399 "chance": 5,
2400 "condition_values": [],
2401 "max_level": 40,
2402 "method": {
2403 "name": "surf-spots",
2404 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
2405 },
2406 "min_level": 15
2407 },
2408 {
2409 "chance": 4,
2410 "condition_values": [],
2411 "max_level": 40,
2412 "method": {
2413 "name": "surf-spots",
2414 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
2415 },
2416 "min_level": 15
2417 },
2418 {
2419 "chance": 1,
2420 "condition_values": [],
2421 "max_level": 40,
2422 "method": {
2423 "name": "surf-spots",
2424 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
2425 },
2426 "min_level": 15
2427 }
2428 ],
2429 "max_chance": 140,
2430 "version": {
2431 "name": "white",
2432 "url": "https://pokedex.mimo.dev/api/version/18/"
2433 }
2434 },
2435 {
2436 "encounter_details": [
2437 {
2438 "chance": 40,
2439 "condition_values": [],
2440 "max_level": 60,
2441 "method": {
2442 "name": "super-rod",
2443 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
2444 },
2445 "min_level": 40
2446 },
2447 {
2448 "chance": 60,
2449 "condition_values": [],
2450 "max_level": 60,
2451 "method": {
2452 "name": "surf",
2453 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2454 },
2455 "min_level": 45
2456 },
2457 {
2458 "chance": 30,
2459 "condition_values": [],
2460 "max_level": 60,
2461 "method": {
2462 "name": "surf",
2463 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2464 },
2465 "min_level": 45
2466 },
2467 {
2468 "chance": 5,
2469 "condition_values": [],
2470 "max_level": 60,
2471 "method": {
2472 "name": "surf",
2473 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2474 },
2475 "min_level": 50
2476 },
2477 {
2478 "chance": 4,
2479 "condition_values": [],
2480 "max_level": 60,
2481 "method": {
2482 "name": "surf",
2483 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2484 },
2485 "min_level": 50
2486 },
2487 {
2488 "chance": 1,
2489 "condition_values": [],
2490 "max_level": 60,
2491 "method": {
2492 "name": "surf",
2493 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
2494 },
2495 "min_level": 50
2496 }
2497 ],
2498 "max_chance": 140,
2499 "version": {
2500 "name": "black-2",
2501 "url": "https://pokedex.mimo.dev/api/version/21/"
2502 }
2503 },
2504 {
2505 "encounter_details": [
2506 {
2507 "chance": 40,
2508 "condition_values": [],
2509 "max_level": 60,
2510 "method": {
2511 "name": "super-rod-spots",
2512 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
2513 },
2514 "min_level": 40
2515 },
2516 {
2517 "chance": 60,
2518 "condition_values": [],
2519 "max_level": 60,
2520 "method": {
2521 "name": "surf-spots",
2522 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
2523 },
2524 "min_level": 45
2525 },
2526 {
2527 "chance": 30,
2528 "condition_values": [],
2529 "max_level": 60,
2530 "method": {
2531 "name": "surf-spots",
2532 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
2533 },
2534 "min_level": 45
2535 },
2536 {
2537 "chance": 5,
2538 "condition_values": [],
2539 "max_level": 60,
2540 "method": {
2541 "name": "surf-spots",
2542 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
2543 },
2544 "min_level": 50
2545 },
2546 {
2547 "chance": 4,
2548 "condition_values": [],
2549 "max_level": 60,
2550 "method": {
2551 "name": "surf-spots",
2552 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
2553 },
2554 "min_level": 50
2555 },
2556 {
2557 "chance": 1,
2558 "condition_values": [],
2559 "max_level": 60,
2560 "method": {
2561 "name": "surf-spots",
2562 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
2563 },
2564 "min_level": 50
2565 }
2566 ],
2567 "max_chance": 140,
2568 "version": {
2569 "name": "white-2",
2570 "url": "https://pokedex.mimo.dev/api/version/22/"
2571 }
2572 }
2573 ]
2574 },
2575 {
2576 "pokemon": {
2577 "name": "vanillite",
2578 "url": "https://pokedex.mimo.dev/api/pokemon/582/"
2579 },
2580 "version_details": [
2581 {
2582 "encounter_details": [
2583 {
2584 "chance": 20,
2585 "condition_values": [
2586 {
2587 "name": "season-winter",
2588 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2589 }
2590 ],
2591 "max_level": 31,
2592 "method": {
2593 "name": "walk",
2594 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2595 },
2596 "min_level": 31
2597 },
2598 {
2599 "chance": 5,
2600 "condition_values": [
2601 {
2602 "name": "season-winter",
2603 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2604 }
2605 ],
2606 "max_level": 32,
2607 "method": {
2608 "name": "walk",
2609 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2610 },
2611 "min_level": 32
2612 },
2613 {
2614 "chance": 4,
2615 "condition_values": [
2616 {
2617 "name": "season-winter",
2618 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2619 }
2620 ],
2621 "max_level": 32,
2622 "method": {
2623 "name": "walk",
2624 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2625 },
2626 "min_level": 32
2627 },
2628 {
2629 "chance": 1,
2630 "condition_values": [
2631 {
2632 "name": "season-winter",
2633 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2634 }
2635 ],
2636 "max_level": 33,
2637 "method": {
2638 "name": "walk",
2639 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2640 },
2641 "min_level": 33
2642 }
2643 ],
2644 "max_chance": 30,
2645 "version": {
2646 "name": "black",
2647 "url": "https://pokedex.mimo.dev/api/version/17/"
2648 }
2649 },
2650 {
2651 "encounter_details": [
2652 {
2653 "chance": 20,
2654 "condition_values": [
2655 {
2656 "name": "season-winter",
2657 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2658 }
2659 ],
2660 "max_level": 31,
2661 "method": {
2662 "name": "walk",
2663 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2664 },
2665 "min_level": 31
2666 },
2667 {
2668 "chance": 5,
2669 "condition_values": [
2670 {
2671 "name": "season-winter",
2672 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2673 }
2674 ],
2675 "max_level": 32,
2676 "method": {
2677 "name": "walk",
2678 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2679 },
2680 "min_level": 32
2681 },
2682 {
2683 "chance": 4,
2684 "condition_values": [
2685 {
2686 "name": "season-winter",
2687 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2688 }
2689 ],
2690 "max_level": 32,
2691 "method": {
2692 "name": "walk",
2693 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2694 },
2695 "min_level": 32
2696 },
2697 {
2698 "chance": 1,
2699 "condition_values": [
2700 {
2701 "name": "season-winter",
2702 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2703 }
2704 ],
2705 "max_level": 33,
2706 "method": {
2707 "name": "walk",
2708 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2709 },
2710 "min_level": 33
2711 }
2712 ],
2713 "max_chance": 30,
2714 "version": {
2715 "name": "white",
2716 "url": "https://pokedex.mimo.dev/api/version/18/"
2717 }
2718 }
2719 ]
2720 },
2721 {
2722 "pokemon": {
2723 "name": "vanillish",
2724 "url": "https://pokedex.mimo.dev/api/pokemon/583/"
2725 },
2726 "version_details": [
2727 {
2728 "encounter_details": [
2729 {
2730 "chance": 20,
2731 "condition_values": [
2732 {
2733 "name": "season-winter",
2734 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2735 }
2736 ],
2737 "max_level": 35,
2738 "method": {
2739 "name": "dark-grass",
2740 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
2741 },
2742 "min_level": 35
2743 },
2744 {
2745 "chance": 5,
2746 "condition_values": [
2747 {
2748 "name": "season-winter",
2749 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2750 }
2751 ],
2752 "max_level": 36,
2753 "method": {
2754 "name": "dark-grass",
2755 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
2756 },
2757 "min_level": 36
2758 },
2759 {
2760 "chance": 4,
2761 "condition_values": [
2762 {
2763 "name": "season-winter",
2764 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2765 }
2766 ],
2767 "max_level": 36,
2768 "method": {
2769 "name": "dark-grass",
2770 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
2771 },
2772 "min_level": 36
2773 },
2774 {
2775 "chance": 1,
2776 "condition_values": [
2777 {
2778 "name": "season-winter",
2779 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2780 }
2781 ],
2782 "max_level": 37,
2783 "method": {
2784 "name": "dark-grass",
2785 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
2786 },
2787 "min_level": 37
2788 }
2789 ],
2790 "max_chance": 30,
2791 "version": {
2792 "name": "black",
2793 "url": "https://pokedex.mimo.dev/api/version/17/"
2794 }
2795 },
2796 {
2797 "encounter_details": [
2798 {
2799 "chance": 20,
2800 "condition_values": [
2801 {
2802 "name": "season-winter",
2803 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2804 }
2805 ],
2806 "max_level": 35,
2807 "method": {
2808 "name": "dark-grass",
2809 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
2810 },
2811 "min_level": 35
2812 },
2813 {
2814 "chance": 5,
2815 "condition_values": [
2816 {
2817 "name": "season-winter",
2818 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2819 }
2820 ],
2821 "max_level": 36,
2822 "method": {
2823 "name": "dark-grass",
2824 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
2825 },
2826 "min_level": 36
2827 },
2828 {
2829 "chance": 4,
2830 "condition_values": [
2831 {
2832 "name": "season-winter",
2833 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2834 }
2835 ],
2836 "max_level": 36,
2837 "method": {
2838 "name": "dark-grass",
2839 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
2840 },
2841 "min_level": 36
2842 },
2843 {
2844 "chance": 1,
2845 "condition_values": [
2846 {
2847 "name": "season-winter",
2848 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2849 }
2850 ],
2851 "max_level": 37,
2852 "method": {
2853 "name": "dark-grass",
2854 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
2855 },
2856 "min_level": 37
2857 }
2858 ],
2859 "max_chance": 30,
2860 "version": {
2861 "name": "white",
2862 "url": "https://pokedex.mimo.dev/api/version/18/"
2863 }
2864 },
2865 {
2866 "encounter_details": [
2867 {
2868 "chance": 20,
2869 "condition_values": [
2870 {
2871 "name": "season-winter",
2872 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2873 }
2874 ],
2875 "max_level": 63,
2876 "method": {
2877 "name": "dark-grass",
2878 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
2879 },
2880 "min_level": 63
2881 },
2882 {
2883 "chance": 5,
2884 "condition_values": [
2885 {
2886 "name": "season-winter",
2887 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2888 }
2889 ],
2890 "max_level": 65,
2891 "method": {
2892 "name": "dark-grass",
2893 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
2894 },
2895 "min_level": 65
2896 },
2897 {
2898 "chance": 20,
2899 "condition_values": [
2900 {
2901 "name": "season-winter",
2902 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2903 }
2904 ],
2905 "max_level": 55,
2906 "method": {
2907 "name": "walk",
2908 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2909 },
2910 "min_level": 55
2911 },
2912 {
2913 "chance": 5,
2914 "condition_values": [
2915 {
2916 "name": "season-winter",
2917 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2918 }
2919 ],
2920 "max_level": 57,
2921 "method": {
2922 "name": "walk",
2923 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2924 },
2925 "min_level": 57
2926 }
2927 ],
2928 "max_chance": 50,
2929 "version": {
2930 "name": "black-2",
2931 "url": "https://pokedex.mimo.dev/api/version/21/"
2932 }
2933 },
2934 {
2935 "encounter_details": [
2936 {
2937 "chance": 20,
2938 "condition_values": [
2939 {
2940 "name": "season-winter",
2941 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2942 }
2943 ],
2944 "max_level": 63,
2945 "method": {
2946 "name": "dark-grass",
2947 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
2948 },
2949 "min_level": 63
2950 },
2951 {
2952 "chance": 5,
2953 "condition_values": [
2954 {
2955 "name": "season-winter",
2956 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2957 }
2958 ],
2959 "max_level": 65,
2960 "method": {
2961 "name": "dark-grass",
2962 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
2963 },
2964 "min_level": 65
2965 },
2966 {
2967 "chance": 20,
2968 "condition_values": [
2969 {
2970 "name": "season-winter",
2971 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2972 }
2973 ],
2974 "max_level": 55,
2975 "method": {
2976 "name": "walk",
2977 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2978 },
2979 "min_level": 55
2980 },
2981 {
2982 "chance": 5,
2983 "condition_values": [
2984 {
2985 "name": "season-winter",
2986 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
2987 }
2988 ],
2989 "max_level": 57,
2990 "method": {
2991 "name": "walk",
2992 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
2993 },
2994 "min_level": 57
2995 }
2996 ],
2997 "max_chance": 50,
2998 "version": {
2999 "name": "white-2",
3000 "url": "https://pokedex.mimo.dev/api/version/22/"
3001 }
3002 }
3003 ]
3004 },
3005 {
3006 "pokemon": {
3007 "name": "vanilluxe",
3008 "url": "https://pokedex.mimo.dev/api/pokemon/584/"
3009 },
3010 "version_details": [
3011 {
3012 "encounter_details": [
3013 {
3014 "chance": 4,
3015 "condition_values": [
3016 {
3017 "name": "season-winter",
3018 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
3019 }
3020 ],
3021 "max_level": 57,
3022 "method": {
3023 "name": "grass-spots",
3024 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
3025 },
3026 "min_level": 57
3027 },
3028 {
3029 "chance": 1,
3030 "condition_values": [
3031 {
3032 "name": "season-winter",
3033 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
3034 }
3035 ],
3036 "max_level": 57,
3037 "method": {
3038 "name": "grass-spots",
3039 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
3040 },
3041 "min_level": 57
3042 }
3043 ],
3044 "max_chance": 5,
3045 "version": {
3046 "name": "black-2",
3047 "url": "https://pokedex.mimo.dev/api/version/21/"
3048 }
3049 },
3050 {
3051 "encounter_details": [
3052 {
3053 "chance": 4,
3054 "condition_values": [
3055 {
3056 "name": "season-winter",
3057 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
3058 }
3059 ],
3060 "max_level": 57,
3061 "method": {
3062 "name": "grass-spots",
3063 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
3064 },
3065 "min_level": 57
3066 },
3067 {
3068 "chance": 1,
3069 "condition_values": [
3070 {
3071 "name": "season-winter",
3072 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
3073 }
3074 ],
3075 "max_level": 57,
3076 "method": {
3077 "name": "grass-spots",
3078 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
3079 },
3080 "min_level": 57
3081 }
3082 ],
3083 "max_chance": 5,
3084 "version": {
3085 "name": "white-2",
3086 "url": "https://pokedex.mimo.dev/api/version/22/"
3087 }
3088 }
3089 ]
3090 },
3091 {
3092 "pokemon": {
3093 "name": "deerling",
3094 "url": "https://pokedex.mimo.dev/api/pokemon/585/"
3095 },
3096 "version_details": [
3097 {
3098 "encounter_details": [
3099 {
3100 "chance": 20,
3101 "condition_values": [],
3102 "max_level": 30,
3103 "method": {
3104 "name": "walk",
3105 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3106 },
3107 "min_level": 30
3108 },
3109 {
3110 "chance": 10,
3111 "condition_values": [],
3112 "max_level": 32,
3113 "method": {
3114 "name": "walk",
3115 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3116 },
3117 "min_level": 32
3118 }
3119 ],
3120 "max_chance": 30,
3121 "version": {
3122 "name": "black",
3123 "url": "https://pokedex.mimo.dev/api/version/17/"
3124 }
3125 },
3126 {
3127 "encounter_details": [
3128 {
3129 "chance": 20,
3130 "condition_values": [],
3131 "max_level": 30,
3132 "method": {
3133 "name": "walk",
3134 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3135 },
3136 "min_level": 30
3137 },
3138 {
3139 "chance": 10,
3140 "condition_values": [],
3141 "max_level": 32,
3142 "method": {
3143 "name": "walk",
3144 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3145 },
3146 "min_level": 32
3147 }
3148 ],
3149 "max_chance": 30,
3150 "version": {
3151 "name": "white",
3152 "url": "https://pokedex.mimo.dev/api/version/18/"
3153 }
3154 }
3155 ]
3156 },
3157 {
3158 "pokemon": {
3159 "name": "sawsbuck",
3160 "url": "https://pokedex.mimo.dev/api/pokemon/586/"
3161 },
3162 "version_details": [
3163 {
3164 "encounter_details": [
3165 {
3166 "chance": 20,
3167 "condition_values": [],
3168 "max_level": 34,
3169 "method": {
3170 "name": "dark-grass",
3171 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3172 },
3173 "min_level": 34
3174 },
3175 {
3176 "chance": 10,
3177 "condition_values": [],
3178 "max_level": 36,
3179 "method": {
3180 "name": "dark-grass",
3181 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3182 },
3183 "min_level": 36
3184 }
3185 ],
3186 "max_chance": 30,
3187 "version": {
3188 "name": "black",
3189 "url": "https://pokedex.mimo.dev/api/version/17/"
3190 }
3191 },
3192 {
3193 "encounter_details": [
3194 {
3195 "chance": 20,
3196 "condition_values": [],
3197 "max_level": 34,
3198 "method": {
3199 "name": "dark-grass",
3200 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3201 },
3202 "min_level": 34
3203 },
3204 {
3205 "chance": 10,
3206 "condition_values": [],
3207 "max_level": 36,
3208 "method": {
3209 "name": "dark-grass",
3210 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3211 },
3212 "min_level": 36
3213 }
3214 ],
3215 "max_chance": 30,
3216 "version": {
3217 "name": "white",
3218 "url": "https://pokedex.mimo.dev/api/version/18/"
3219 }
3220 },
3221 {
3222 "encounter_details": [
3223 {
3224 "chance": 20,
3225 "condition_values": [],
3226 "max_level": 63,
3227 "method": {
3228 "name": "dark-grass",
3229 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3230 },
3231 "min_level": 63
3232 },
3233 {
3234 "chance": 10,
3235 "condition_values": [],
3236 "max_level": 65,
3237 "method": {
3238 "name": "dark-grass",
3239 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3240 },
3241 "min_level": 65
3242 },
3243 {
3244 "chance": 4,
3245 "condition_values": [
3246 {
3247 "name": "season-spring",
3248 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
3249 }
3250 ],
3251 "max_level": 66,
3252 "method": {
3253 "name": "dark-grass",
3254 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3255 },
3256 "min_level": 66
3257 },
3258 {
3259 "chance": 4,
3260 "condition_values": [
3261 {
3262 "name": "season-summer",
3263 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
3264 }
3265 ],
3266 "max_level": 66,
3267 "method": {
3268 "name": "dark-grass",
3269 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3270 },
3271 "min_level": 66
3272 },
3273 {
3274 "chance": 4,
3275 "condition_values": [
3276 {
3277 "name": "season-autumn",
3278 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
3279 }
3280 ],
3281 "max_level": 66,
3282 "method": {
3283 "name": "dark-grass",
3284 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3285 },
3286 "min_level": 66
3287 },
3288 {
3289 "chance": 1,
3290 "condition_values": [
3291 {
3292 "name": "season-spring",
3293 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
3294 }
3295 ],
3296 "max_level": 66,
3297 "method": {
3298 "name": "dark-grass",
3299 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3300 },
3301 "min_level": 66
3302 },
3303 {
3304 "chance": 1,
3305 "condition_values": [
3306 {
3307 "name": "season-summer",
3308 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
3309 }
3310 ],
3311 "max_level": 66,
3312 "method": {
3313 "name": "dark-grass",
3314 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3315 },
3316 "min_level": 66
3317 },
3318 {
3319 "chance": 1,
3320 "condition_values": [
3321 {
3322 "name": "season-autumn",
3323 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
3324 }
3325 ],
3326 "max_level": 66,
3327 "method": {
3328 "name": "dark-grass",
3329 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3330 },
3331 "min_level": 66
3332 },
3333 {
3334 "chance": 20,
3335 "condition_values": [],
3336 "max_level": 55,
3337 "method": {
3338 "name": "walk",
3339 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3340 },
3341 "min_level": 55
3342 },
3343 {
3344 "chance": 10,
3345 "condition_values": [],
3346 "max_level": 57,
3347 "method": {
3348 "name": "walk",
3349 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3350 },
3351 "min_level": 57
3352 },
3353 {
3354 "chance": 4,
3355 "condition_values": [
3356 {
3357 "name": "season-spring",
3358 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
3359 }
3360 ],
3361 "max_level": 58,
3362 "method": {
3363 "name": "walk",
3364 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3365 },
3366 "min_level": 58
3367 },
3368 {
3369 "chance": 4,
3370 "condition_values": [
3371 {
3372 "name": "season-summer",
3373 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
3374 }
3375 ],
3376 "max_level": 58,
3377 "method": {
3378 "name": "walk",
3379 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3380 },
3381 "min_level": 58
3382 },
3383 {
3384 "chance": 4,
3385 "condition_values": [
3386 {
3387 "name": "season-autumn",
3388 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
3389 }
3390 ],
3391 "max_level": 58,
3392 "method": {
3393 "name": "walk",
3394 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3395 },
3396 "min_level": 58
3397 },
3398 {
3399 "chance": 1,
3400 "condition_values": [
3401 {
3402 "name": "season-spring",
3403 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
3404 }
3405 ],
3406 "max_level": 58,
3407 "method": {
3408 "name": "walk",
3409 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3410 },
3411 "min_level": 58
3412 },
3413 {
3414 "chance": 1,
3415 "condition_values": [
3416 {
3417 "name": "season-summer",
3418 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
3419 }
3420 ],
3421 "max_level": 58,
3422 "method": {
3423 "name": "walk",
3424 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3425 },
3426 "min_level": 58
3427 },
3428 {
3429 "chance": 1,
3430 "condition_values": [
3431 {
3432 "name": "season-autumn",
3433 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
3434 }
3435 ],
3436 "max_level": 58,
3437 "method": {
3438 "name": "walk",
3439 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3440 },
3441 "min_level": 58
3442 }
3443 ],
3444 "max_chance": 90,
3445 "version": {
3446 "name": "black-2",
3447 "url": "https://pokedex.mimo.dev/api/version/21/"
3448 }
3449 },
3450 {
3451 "encounter_details": [
3452 {
3453 "chance": 20,
3454 "condition_values": [],
3455 "max_level": 63,
3456 "method": {
3457 "name": "dark-grass",
3458 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3459 },
3460 "min_level": 63
3461 },
3462 {
3463 "chance": 10,
3464 "condition_values": [],
3465 "max_level": 65,
3466 "method": {
3467 "name": "dark-grass",
3468 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3469 },
3470 "min_level": 65
3471 },
3472 {
3473 "chance": 4,
3474 "condition_values": [
3475 {
3476 "name": "season-spring",
3477 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
3478 }
3479 ],
3480 "max_level": 66,
3481 "method": {
3482 "name": "dark-grass",
3483 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3484 },
3485 "min_level": 66
3486 },
3487 {
3488 "chance": 4,
3489 "condition_values": [
3490 {
3491 "name": "season-summer",
3492 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
3493 }
3494 ],
3495 "max_level": 66,
3496 "method": {
3497 "name": "dark-grass",
3498 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3499 },
3500 "min_level": 66
3501 },
3502 {
3503 "chance": 4,
3504 "condition_values": [
3505 {
3506 "name": "season-autumn",
3507 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
3508 }
3509 ],
3510 "max_level": 66,
3511 "method": {
3512 "name": "dark-grass",
3513 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3514 },
3515 "min_level": 66
3516 },
3517 {
3518 "chance": 1,
3519 "condition_values": [
3520 {
3521 "name": "season-spring",
3522 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
3523 }
3524 ],
3525 "max_level": 66,
3526 "method": {
3527 "name": "dark-grass",
3528 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3529 },
3530 "min_level": 66
3531 },
3532 {
3533 "chance": 1,
3534 "condition_values": [
3535 {
3536 "name": "season-summer",
3537 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
3538 }
3539 ],
3540 "max_level": 66,
3541 "method": {
3542 "name": "dark-grass",
3543 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3544 },
3545 "min_level": 66
3546 },
3547 {
3548 "chance": 1,
3549 "condition_values": [
3550 {
3551 "name": "season-autumn",
3552 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
3553 }
3554 ],
3555 "max_level": 66,
3556 "method": {
3557 "name": "dark-grass",
3558 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3559 },
3560 "min_level": 66
3561 },
3562 {
3563 "chance": 20,
3564 "condition_values": [],
3565 "max_level": 55,
3566 "method": {
3567 "name": "walk",
3568 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3569 },
3570 "min_level": 55
3571 },
3572 {
3573 "chance": 10,
3574 "condition_values": [],
3575 "max_level": 57,
3576 "method": {
3577 "name": "walk",
3578 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3579 },
3580 "min_level": 57
3581 },
3582 {
3583 "chance": 4,
3584 "condition_values": [
3585 {
3586 "name": "season-spring",
3587 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
3588 }
3589 ],
3590 "max_level": 58,
3591 "method": {
3592 "name": "walk",
3593 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3594 },
3595 "min_level": 58
3596 },
3597 {
3598 "chance": 4,
3599 "condition_values": [
3600 {
3601 "name": "season-summer",
3602 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
3603 }
3604 ],
3605 "max_level": 58,
3606 "method": {
3607 "name": "walk",
3608 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3609 },
3610 "min_level": 58
3611 },
3612 {
3613 "chance": 4,
3614 "condition_values": [
3615 {
3616 "name": "season-autumn",
3617 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
3618 }
3619 ],
3620 "max_level": 58,
3621 "method": {
3622 "name": "walk",
3623 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3624 },
3625 "min_level": 58
3626 },
3627 {
3628 "chance": 1,
3629 "condition_values": [
3630 {
3631 "name": "season-spring",
3632 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
3633 }
3634 ],
3635 "max_level": 58,
3636 "method": {
3637 "name": "walk",
3638 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3639 },
3640 "min_level": 58
3641 },
3642 {
3643 "chance": 1,
3644 "condition_values": [
3645 {
3646 "name": "season-summer",
3647 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
3648 }
3649 ],
3650 "max_level": 58,
3651 "method": {
3652 "name": "walk",
3653 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3654 },
3655 "min_level": 58
3656 },
3657 {
3658 "chance": 1,
3659 "condition_values": [
3660 {
3661 "name": "season-autumn",
3662 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
3663 }
3664 ],
3665 "max_level": 58,
3666 "method": {
3667 "name": "walk",
3668 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3669 },
3670 "min_level": 58
3671 }
3672 ],
3673 "max_chance": 90,
3674 "version": {
3675 "name": "white-2",
3676 "url": "https://pokedex.mimo.dev/api/version/22/"
3677 }
3678 }
3679 ]
3680 },
3681 {
3682 "pokemon": {
3683 "name": "emolga",
3684 "url": "https://pokedex.mimo.dev/api/pokemon/587/"
3685 },
3686 "version_details": [
3687 {
3688 "encounter_details": [
3689 {
3690 "chance": 10,
3691 "condition_values": [],
3692 "max_level": 31,
3693 "method": {
3694 "name": "grass-spots",
3695 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
3696 },
3697 "min_level": 31
3698 }
3699 ],
3700 "max_chance": 10,
3701 "version": {
3702 "name": "black",
3703 "url": "https://pokedex.mimo.dev/api/version/17/"
3704 }
3705 },
3706 {
3707 "encounter_details": [
3708 {
3709 "chance": 10,
3710 "condition_values": [],
3711 "max_level": 31,
3712 "method": {
3713 "name": "grass-spots",
3714 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
3715 },
3716 "min_level": 31
3717 }
3718 ],
3719 "max_chance": 10,
3720 "version": {
3721 "name": "white",
3722 "url": "https://pokedex.mimo.dev/api/version/18/"
3723 }
3724 },
3725 {
3726 "encounter_details": [
3727 {
3728 "chance": 10,
3729 "condition_values": [],
3730 "max_level": 56,
3731 "method": {
3732 "name": "grass-spots",
3733 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
3734 },
3735 "min_level": 56
3736 }
3737 ],
3738 "max_chance": 10,
3739 "version": {
3740 "name": "black-2",
3741 "url": "https://pokedex.mimo.dev/api/version/21/"
3742 }
3743 },
3744 {
3745 "encounter_details": [
3746 {
3747 "chance": 10,
3748 "condition_values": [],
3749 "max_level": 56,
3750 "method": {
3751 "name": "grass-spots",
3752 "url": "https://pokedex.mimo.dev/api/encounter-method/9/"
3753 },
3754 "min_level": 56
3755 }
3756 ],
3757 "max_chance": 10,
3758 "version": {
3759 "name": "white-2",
3760 "url": "https://pokedex.mimo.dev/api/version/22/"
3761 }
3762 }
3763 ]
3764 },
3765 {
3766 "pokemon": {
3767 "name": "cubchoo",
3768 "url": "https://pokedex.mimo.dev/api/pokemon/613/"
3769 },
3770 "version_details": [
3771 {
3772 "encounter_details": [
3773 {
3774 "chance": 10,
3775 "condition_values": [
3776 {
3777 "name": "season-winter",
3778 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
3779 }
3780 ],
3781 "max_level": 33,
3782 "method": {
3783 "name": "walk",
3784 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3785 },
3786 "min_level": 33
3787 }
3788 ],
3789 "max_chance": 10,
3790 "version": {
3791 "name": "black",
3792 "url": "https://pokedex.mimo.dev/api/version/17/"
3793 }
3794 },
3795 {
3796 "encounter_details": [
3797 {
3798 "chance": 10,
3799 "condition_values": [
3800 {
3801 "name": "season-winter",
3802 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
3803 }
3804 ],
3805 "max_level": 33,
3806 "method": {
3807 "name": "walk",
3808 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3809 },
3810 "min_level": 33
3811 }
3812 ],
3813 "max_chance": 10,
3814 "version": {
3815 "name": "white",
3816 "url": "https://pokedex.mimo.dev/api/version/18/"
3817 }
3818 }
3819 ]
3820 },
3821 {
3822 "pokemon": {
3823 "name": "beartic",
3824 "url": "https://pokedex.mimo.dev/api/pokemon/614/"
3825 },
3826 "version_details": [
3827 {
3828 "encounter_details": [
3829 {
3830 "chance": 10,
3831 "condition_values": [
3832 {
3833 "name": "season-winter",
3834 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
3835 }
3836 ],
3837 "max_level": 37,
3838 "method": {
3839 "name": "dark-grass",
3840 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3841 },
3842 "min_level": 37
3843 }
3844 ],
3845 "max_chance": 10,
3846 "version": {
3847 "name": "black",
3848 "url": "https://pokedex.mimo.dev/api/version/17/"
3849 }
3850 },
3851 {
3852 "encounter_details": [
3853 {
3854 "chance": 10,
3855 "condition_values": [
3856 {
3857 "name": "season-winter",
3858 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
3859 }
3860 ],
3861 "max_level": 37,
3862 "method": {
3863 "name": "dark-grass",
3864 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3865 },
3866 "min_level": 37
3867 }
3868 ],
3869 "max_chance": 10,
3870 "version": {
3871 "name": "white",
3872 "url": "https://pokedex.mimo.dev/api/version/18/"
3873 }
3874 },
3875 {
3876 "encounter_details": [
3877 {
3878 "chance": 10,
3879 "condition_values": [
3880 {
3881 "name": "season-winter",
3882 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
3883 }
3884 ],
3885 "max_level": 65,
3886 "method": {
3887 "name": "dark-grass",
3888 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3889 },
3890 "min_level": 65
3891 },
3892 {
3893 "chance": 4,
3894 "condition_values": [
3895 {
3896 "name": "season-winter",
3897 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
3898 }
3899 ],
3900 "max_level": 66,
3901 "method": {
3902 "name": "dark-grass",
3903 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3904 },
3905 "min_level": 66
3906 },
3907 {
3908 "chance": 1,
3909 "condition_values": [
3910 {
3911 "name": "season-winter",
3912 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
3913 }
3914 ],
3915 "max_level": 66,
3916 "method": {
3917 "name": "dark-grass",
3918 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3919 },
3920 "min_level": 66
3921 },
3922 {
3923 "chance": 10,
3924 "condition_values": [
3925 {
3926 "name": "season-winter",
3927 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
3928 }
3929 ],
3930 "max_level": 57,
3931 "method": {
3932 "name": "walk",
3933 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3934 },
3935 "min_level": 57
3936 },
3937 {
3938 "chance": 4,
3939 "condition_values": [
3940 {
3941 "name": "season-winter",
3942 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
3943 }
3944 ],
3945 "max_level": 58,
3946 "method": {
3947 "name": "walk",
3948 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3949 },
3950 "min_level": 58
3951 },
3952 {
3953 "chance": 1,
3954 "condition_values": [
3955 {
3956 "name": "season-winter",
3957 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
3958 }
3959 ],
3960 "max_level": 58,
3961 "method": {
3962 "name": "walk",
3963 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
3964 },
3965 "min_level": 58
3966 }
3967 ],
3968 "max_chance": 30,
3969 "version": {
3970 "name": "black-2",
3971 "url": "https://pokedex.mimo.dev/api/version/21/"
3972 }
3973 },
3974 {
3975 "encounter_details": [
3976 {
3977 "chance": 10,
3978 "condition_values": [
3979 {
3980 "name": "season-winter",
3981 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
3982 }
3983 ],
3984 "max_level": 65,
3985 "method": {
3986 "name": "dark-grass",
3987 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
3988 },
3989 "min_level": 65
3990 },
3991 {
3992 "chance": 4,
3993 "condition_values": [
3994 {
3995 "name": "season-winter",
3996 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
3997 }
3998 ],
3999 "max_level": 66,
4000 "method": {
4001 "name": "dark-grass",
4002 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4003 },
4004 "min_level": 66
4005 },
4006 {
4007 "chance": 1,
4008 "condition_values": [
4009 {
4010 "name": "season-winter",
4011 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
4012 }
4013 ],
4014 "max_level": 66,
4015 "method": {
4016 "name": "dark-grass",
4017 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4018 },
4019 "min_level": 66
4020 },
4021 {
4022 "chance": 10,
4023 "condition_values": [
4024 {
4025 "name": "season-winter",
4026 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
4027 }
4028 ],
4029 "max_level": 57,
4030 "method": {
4031 "name": "walk",
4032 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4033 },
4034 "min_level": 57
4035 },
4036 {
4037 "chance": 4,
4038 "condition_values": [
4039 {
4040 "name": "season-winter",
4041 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
4042 }
4043 ],
4044 "max_level": 58,
4045 "method": {
4046 "name": "walk",
4047 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4048 },
4049 "min_level": 58
4050 },
4051 {
4052 "chance": 1,
4053 "condition_values": [
4054 {
4055 "name": "season-winter",
4056 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/20/"
4057 }
4058 ],
4059 "max_level": 58,
4060 "method": {
4061 "name": "walk",
4062 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4063 },
4064 "min_level": 58
4065 }
4066 ],
4067 "max_chance": 30,
4068 "version": {
4069 "name": "white-2",
4070 "url": "https://pokedex.mimo.dev/api/version/22/"
4071 }
4072 }
4073 ]
4074 },
4075 {
4076 "pokemon": {
4077 "name": "mienfoo",
4078 "url": "https://pokedex.mimo.dev/api/pokemon/619/"
4079 },
4080 "version_details": [
4081 {
4082 "encounter_details": [
4083 {
4084 "chance": 10,
4085 "condition_values": [],
4086 "max_level": 34,
4087 "method": {
4088 "name": "dark-grass",
4089 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4090 },
4091 "min_level": 34
4092 },
4093 {
4094 "chance": 10,
4095 "condition_values": [],
4096 "max_level": 35,
4097 "method": {
4098 "name": "dark-grass",
4099 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4100 },
4101 "min_level": 35
4102 },
4103 {
4104 "chance": 5,
4105 "condition_values": [],
4106 "max_level": 36,
4107 "method": {
4108 "name": "dark-grass",
4109 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4110 },
4111 "min_level": 36
4112 },
4113 {
4114 "chance": 4,
4115 "condition_values": [],
4116 "max_level": 37,
4117 "method": {
4118 "name": "dark-grass",
4119 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4120 },
4121 "min_level": 37
4122 },
4123 {
4124 "chance": 1,
4125 "condition_values": [],
4126 "max_level": 37,
4127 "method": {
4128 "name": "dark-grass",
4129 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4130 },
4131 "min_level": 37
4132 },
4133 {
4134 "chance": 10,
4135 "condition_values": [],
4136 "max_level": 30,
4137 "method": {
4138 "name": "walk",
4139 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4140 },
4141 "min_level": 30
4142 },
4143 {
4144 "chance": 10,
4145 "condition_values": [],
4146 "max_level": 31,
4147 "method": {
4148 "name": "walk",
4149 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4150 },
4151 "min_level": 31
4152 },
4153 {
4154 "chance": 5,
4155 "condition_values": [],
4156 "max_level": 32,
4157 "method": {
4158 "name": "walk",
4159 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4160 },
4161 "min_level": 32
4162 },
4163 {
4164 "chance": 4,
4165 "condition_values": [],
4166 "max_level": 33,
4167 "method": {
4168 "name": "walk",
4169 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4170 },
4171 "min_level": 33
4172 },
4173 {
4174 "chance": 1,
4175 "condition_values": [],
4176 "max_level": 33,
4177 "method": {
4178 "name": "walk",
4179 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4180 },
4181 "min_level": 33
4182 }
4183 ],
4184 "max_chance": 60,
4185 "version": {
4186 "name": "black",
4187 "url": "https://pokedex.mimo.dev/api/version/17/"
4188 }
4189 },
4190 {
4191 "encounter_details": [
4192 {
4193 "chance": 10,
4194 "condition_values": [],
4195 "max_level": 34,
4196 "method": {
4197 "name": "dark-grass",
4198 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4199 },
4200 "min_level": 34
4201 },
4202 {
4203 "chance": 10,
4204 "condition_values": [],
4205 "max_level": 35,
4206 "method": {
4207 "name": "dark-grass",
4208 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4209 },
4210 "min_level": 35
4211 },
4212 {
4213 "chance": 5,
4214 "condition_values": [],
4215 "max_level": 36,
4216 "method": {
4217 "name": "dark-grass",
4218 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4219 },
4220 "min_level": 36
4221 },
4222 {
4223 "chance": 4,
4224 "condition_values": [],
4225 "max_level": 37,
4226 "method": {
4227 "name": "dark-grass",
4228 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4229 },
4230 "min_level": 37
4231 },
4232 {
4233 "chance": 1,
4234 "condition_values": [],
4235 "max_level": 37,
4236 "method": {
4237 "name": "dark-grass",
4238 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4239 },
4240 "min_level": 37
4241 },
4242 {
4243 "chance": 10,
4244 "condition_values": [],
4245 "max_level": 30,
4246 "method": {
4247 "name": "walk",
4248 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4249 },
4250 "min_level": 30
4251 },
4252 {
4253 "chance": 10,
4254 "condition_values": [],
4255 "max_level": 31,
4256 "method": {
4257 "name": "walk",
4258 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4259 },
4260 "min_level": 31
4261 },
4262 {
4263 "chance": 5,
4264 "condition_values": [],
4265 "max_level": 32,
4266 "method": {
4267 "name": "walk",
4268 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4269 },
4270 "min_level": 32
4271 },
4272 {
4273 "chance": 4,
4274 "condition_values": [],
4275 "max_level": 33,
4276 "method": {
4277 "name": "walk",
4278 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4279 },
4280 "min_level": 33
4281 },
4282 {
4283 "chance": 1,
4284 "condition_values": [],
4285 "max_level": 33,
4286 "method": {
4287 "name": "walk",
4288 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4289 },
4290 "min_level": 33
4291 }
4292 ],
4293 "max_chance": 60,
4294 "version": {
4295 "name": "white",
4296 "url": "https://pokedex.mimo.dev/api/version/18/"
4297 }
4298 }
4299 ]
4300 },
4301 {
4302 "pokemon": {
4303 "name": "mienshao",
4304 "url": "https://pokedex.mimo.dev/api/pokemon/620/"
4305 },
4306 "version_details": [
4307 {
4308 "encounter_details": [
4309 {
4310 "chance": 10,
4311 "condition_values": [],
4312 "max_level": 64,
4313 "method": {
4314 "name": "dark-grass",
4315 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4316 },
4317 "min_level": 64
4318 },
4319 {
4320 "chance": 10,
4321 "condition_values": [],
4322 "max_level": 65,
4323 "method": {
4324 "name": "dark-grass",
4325 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4326 },
4327 "min_level": 65
4328 },
4329 {
4330 "chance": 5,
4331 "condition_values": [],
4332 "max_level": 66,
4333 "method": {
4334 "name": "dark-grass",
4335 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4336 },
4337 "min_level": 66
4338 },
4339 {
4340 "chance": 10,
4341 "condition_values": [],
4342 "max_level": 56,
4343 "method": {
4344 "name": "walk",
4345 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4346 },
4347 "min_level": 56
4348 },
4349 {
4350 "chance": 10,
4351 "condition_values": [],
4352 "max_level": 57,
4353 "method": {
4354 "name": "walk",
4355 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4356 },
4357 "min_level": 57
4358 },
4359 {
4360 "chance": 5,
4361 "condition_values": [],
4362 "max_level": 58,
4363 "method": {
4364 "name": "walk",
4365 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4366 },
4367 "min_level": 58
4368 }
4369 ],
4370 "max_chance": 50,
4371 "version": {
4372 "name": "black-2",
4373 "url": "https://pokedex.mimo.dev/api/version/21/"
4374 }
4375 },
4376 {
4377 "encounter_details": [
4378 {
4379 "chance": 10,
4380 "condition_values": [],
4381 "max_level": 64,
4382 "method": {
4383 "name": "dark-grass",
4384 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4385 },
4386 "min_level": 64
4387 },
4388 {
4389 "chance": 10,
4390 "condition_values": [],
4391 "max_level": 65,
4392 "method": {
4393 "name": "dark-grass",
4394 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4395 },
4396 "min_level": 65
4397 },
4398 {
4399 "chance": 5,
4400 "condition_values": [],
4401 "max_level": 66,
4402 "method": {
4403 "name": "dark-grass",
4404 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4405 },
4406 "min_level": 66
4407 },
4408 {
4409 "chance": 10,
4410 "condition_values": [],
4411 "max_level": 56,
4412 "method": {
4413 "name": "walk",
4414 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4415 },
4416 "min_level": 56
4417 },
4418 {
4419 "chance": 10,
4420 "condition_values": [],
4421 "max_level": 57,
4422 "method": {
4423 "name": "walk",
4424 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4425 },
4426 "min_level": 57
4427 },
4428 {
4429 "chance": 5,
4430 "condition_values": [],
4431 "max_level": 58,
4432 "method": {
4433 "name": "walk",
4434 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4435 },
4436 "min_level": 58
4437 }
4438 ],
4439 "max_chance": 50,
4440 "version": {
4441 "name": "white-2",
4442 "url": "https://pokedex.mimo.dev/api/version/22/"
4443 }
4444 }
4445 ]
4446 },
4447 {
4448 "pokemon": {
4449 "name": "druddigon",
4450 "url": "https://pokedex.mimo.dev/api/pokemon/621/"
4451 },
4452 "version_details": [
4453 {
4454 "encounter_details": [
4455 {
4456 "chance": 5,
4457 "condition_values": [
4458 {
4459 "name": "season-spring",
4460 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
4461 }
4462 ],
4463 "max_level": 35,
4464 "method": {
4465 "name": "dark-grass",
4466 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4467 },
4468 "min_level": 35
4469 },
4470 {
4471 "chance": 5,
4472 "condition_values": [
4473 {
4474 "name": "season-summer",
4475 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
4476 }
4477 ],
4478 "max_level": 35,
4479 "method": {
4480 "name": "dark-grass",
4481 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4482 },
4483 "min_level": 35
4484 },
4485 {
4486 "chance": 5,
4487 "condition_values": [
4488 {
4489 "name": "season-autumn",
4490 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
4491 }
4492 ],
4493 "max_level": 35,
4494 "method": {
4495 "name": "dark-grass",
4496 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4497 },
4498 "min_level": 35
4499 },
4500 {
4501 "chance": 4,
4502 "condition_values": [
4503 {
4504 "name": "season-spring",
4505 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
4506 }
4507 ],
4508 "max_level": 36,
4509 "method": {
4510 "name": "dark-grass",
4511 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4512 },
4513 "min_level": 36
4514 },
4515 {
4516 "chance": 4,
4517 "condition_values": [
4518 {
4519 "name": "season-summer",
4520 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
4521 }
4522 ],
4523 "max_level": 36,
4524 "method": {
4525 "name": "dark-grass",
4526 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4527 },
4528 "min_level": 36
4529 },
4530 {
4531 "chance": 4,
4532 "condition_values": [
4533 {
4534 "name": "season-autumn",
4535 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
4536 }
4537 ],
4538 "max_level": 36,
4539 "method": {
4540 "name": "dark-grass",
4541 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4542 },
4543 "min_level": 36
4544 },
4545 {
4546 "chance": 1,
4547 "condition_values": [
4548 {
4549 "name": "season-spring",
4550 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
4551 }
4552 ],
4553 "max_level": 37,
4554 "method": {
4555 "name": "dark-grass",
4556 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4557 },
4558 "min_level": 37
4559 },
4560 {
4561 "chance": 1,
4562 "condition_values": [
4563 {
4564 "name": "season-summer",
4565 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
4566 }
4567 ],
4568 "max_level": 37,
4569 "method": {
4570 "name": "dark-grass",
4571 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4572 },
4573 "min_level": 37
4574 },
4575 {
4576 "chance": 1,
4577 "condition_values": [
4578 {
4579 "name": "season-autumn",
4580 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
4581 }
4582 ],
4583 "max_level": 37,
4584 "method": {
4585 "name": "dark-grass",
4586 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4587 },
4588 "min_level": 37
4589 },
4590 {
4591 "chance": 5,
4592 "condition_values": [
4593 {
4594 "name": "season-spring",
4595 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
4596 }
4597 ],
4598 "max_level": 31,
4599 "method": {
4600 "name": "walk",
4601 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4602 },
4603 "min_level": 31
4604 },
4605 {
4606 "chance": 5,
4607 "condition_values": [
4608 {
4609 "name": "season-summer",
4610 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
4611 }
4612 ],
4613 "max_level": 31,
4614 "method": {
4615 "name": "walk",
4616 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4617 },
4618 "min_level": 31
4619 },
4620 {
4621 "chance": 5,
4622 "condition_values": [
4623 {
4624 "name": "season-autumn",
4625 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
4626 }
4627 ],
4628 "max_level": 31,
4629 "method": {
4630 "name": "walk",
4631 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4632 },
4633 "min_level": 31
4634 },
4635 {
4636 "chance": 4,
4637 "condition_values": [
4638 {
4639 "name": "season-spring",
4640 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
4641 }
4642 ],
4643 "max_level": 32,
4644 "method": {
4645 "name": "walk",
4646 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4647 },
4648 "min_level": 32
4649 },
4650 {
4651 "chance": 4,
4652 "condition_values": [
4653 {
4654 "name": "season-summer",
4655 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
4656 }
4657 ],
4658 "max_level": 32,
4659 "method": {
4660 "name": "walk",
4661 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4662 },
4663 "min_level": 32
4664 },
4665 {
4666 "chance": 4,
4667 "condition_values": [
4668 {
4669 "name": "season-autumn",
4670 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
4671 }
4672 ],
4673 "max_level": 32,
4674 "method": {
4675 "name": "walk",
4676 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4677 },
4678 "min_level": 32
4679 },
4680 {
4681 "chance": 1,
4682 "condition_values": [
4683 {
4684 "name": "season-spring",
4685 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
4686 }
4687 ],
4688 "max_level": 33,
4689 "method": {
4690 "name": "walk",
4691 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4692 },
4693 "min_level": 33
4694 },
4695 {
4696 "chance": 1,
4697 "condition_values": [
4698 {
4699 "name": "season-summer",
4700 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
4701 }
4702 ],
4703 "max_level": 33,
4704 "method": {
4705 "name": "walk",
4706 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4707 },
4708 "min_level": 33
4709 },
4710 {
4711 "chance": 1,
4712 "condition_values": [
4713 {
4714 "name": "season-autumn",
4715 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
4716 }
4717 ],
4718 "max_level": 33,
4719 "method": {
4720 "name": "walk",
4721 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4722 },
4723 "min_level": 33
4724 }
4725 ],
4726 "max_chance": 60,
4727 "version": {
4728 "name": "black",
4729 "url": "https://pokedex.mimo.dev/api/version/17/"
4730 }
4731 },
4732 {
4733 "encounter_details": [
4734 {
4735 "chance": 5,
4736 "condition_values": [
4737 {
4738 "name": "season-spring",
4739 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
4740 }
4741 ],
4742 "max_level": 35,
4743 "method": {
4744 "name": "dark-grass",
4745 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4746 },
4747 "min_level": 35
4748 },
4749 {
4750 "chance": 5,
4751 "condition_values": [
4752 {
4753 "name": "season-summer",
4754 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
4755 }
4756 ],
4757 "max_level": 35,
4758 "method": {
4759 "name": "dark-grass",
4760 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4761 },
4762 "min_level": 35
4763 },
4764 {
4765 "chance": 5,
4766 "condition_values": [
4767 {
4768 "name": "season-autumn",
4769 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
4770 }
4771 ],
4772 "max_level": 35,
4773 "method": {
4774 "name": "dark-grass",
4775 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4776 },
4777 "min_level": 35
4778 },
4779 {
4780 "chance": 4,
4781 "condition_values": [
4782 {
4783 "name": "season-spring",
4784 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
4785 }
4786 ],
4787 "max_level": 36,
4788 "method": {
4789 "name": "dark-grass",
4790 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4791 },
4792 "min_level": 36
4793 },
4794 {
4795 "chance": 4,
4796 "condition_values": [
4797 {
4798 "name": "season-summer",
4799 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
4800 }
4801 ],
4802 "max_level": 36,
4803 "method": {
4804 "name": "dark-grass",
4805 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4806 },
4807 "min_level": 36
4808 },
4809 {
4810 "chance": 4,
4811 "condition_values": [
4812 {
4813 "name": "season-autumn",
4814 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
4815 }
4816 ],
4817 "max_level": 36,
4818 "method": {
4819 "name": "dark-grass",
4820 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4821 },
4822 "min_level": 36
4823 },
4824 {
4825 "chance": 1,
4826 "condition_values": [
4827 {
4828 "name": "season-spring",
4829 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
4830 }
4831 ],
4832 "max_level": 37,
4833 "method": {
4834 "name": "dark-grass",
4835 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4836 },
4837 "min_level": 37
4838 },
4839 {
4840 "chance": 1,
4841 "condition_values": [
4842 {
4843 "name": "season-summer",
4844 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
4845 }
4846 ],
4847 "max_level": 37,
4848 "method": {
4849 "name": "dark-grass",
4850 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4851 },
4852 "min_level": 37
4853 },
4854 {
4855 "chance": 1,
4856 "condition_values": [
4857 {
4858 "name": "season-autumn",
4859 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
4860 }
4861 ],
4862 "max_level": 37,
4863 "method": {
4864 "name": "dark-grass",
4865 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
4866 },
4867 "min_level": 37
4868 },
4869 {
4870 "chance": 5,
4871 "condition_values": [
4872 {
4873 "name": "season-spring",
4874 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
4875 }
4876 ],
4877 "max_level": 31,
4878 "method": {
4879 "name": "walk",
4880 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4881 },
4882 "min_level": 31
4883 },
4884 {
4885 "chance": 5,
4886 "condition_values": [
4887 {
4888 "name": "season-summer",
4889 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
4890 }
4891 ],
4892 "max_level": 31,
4893 "method": {
4894 "name": "walk",
4895 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4896 },
4897 "min_level": 31
4898 },
4899 {
4900 "chance": 5,
4901 "condition_values": [
4902 {
4903 "name": "season-autumn",
4904 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
4905 }
4906 ],
4907 "max_level": 31,
4908 "method": {
4909 "name": "walk",
4910 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4911 },
4912 "min_level": 31
4913 },
4914 {
4915 "chance": 4,
4916 "condition_values": [
4917 {
4918 "name": "season-spring",
4919 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
4920 }
4921 ],
4922 "max_level": 32,
4923 "method": {
4924 "name": "walk",
4925 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4926 },
4927 "min_level": 32
4928 },
4929 {
4930 "chance": 4,
4931 "condition_values": [
4932 {
4933 "name": "season-summer",
4934 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
4935 }
4936 ],
4937 "max_level": 32,
4938 "method": {
4939 "name": "walk",
4940 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4941 },
4942 "min_level": 32
4943 },
4944 {
4945 "chance": 4,
4946 "condition_values": [
4947 {
4948 "name": "season-autumn",
4949 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
4950 }
4951 ],
4952 "max_level": 32,
4953 "method": {
4954 "name": "walk",
4955 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4956 },
4957 "min_level": 32
4958 },
4959 {
4960 "chance": 1,
4961 "condition_values": [
4962 {
4963 "name": "season-spring",
4964 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/17/"
4965 }
4966 ],
4967 "max_level": 33,
4968 "method": {
4969 "name": "walk",
4970 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4971 },
4972 "min_level": 33
4973 },
4974 {
4975 "chance": 1,
4976 "condition_values": [
4977 {
4978 "name": "season-summer",
4979 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/18/"
4980 }
4981 ],
4982 "max_level": 33,
4983 "method": {
4984 "name": "walk",
4985 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
4986 },
4987 "min_level": 33
4988 },
4989 {
4990 "chance": 1,
4991 "condition_values": [
4992 {
4993 "name": "season-autumn",
4994 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/19/"
4995 }
4996 ],
4997 "max_level": 33,
4998 "method": {
4999 "name": "walk",
5000 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5001 },
5002 "min_level": 33
5003 }
5004 ],
5005 "max_chance": 60,
5006 "version": {
5007 "name": "white",
5008 "url": "https://pokedex.mimo.dev/api/version/18/"
5009 }
5010 },
5011 {
5012 "encounter_details": [
5013 {
5014 "chance": 4,
5015 "condition_values": [],
5016 "max_level": 66,
5017 "method": {
5018 "name": "dark-grass",
5019 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
5020 },
5021 "min_level": 66
5022 },
5023 {
5024 "chance": 1,
5025 "condition_values": [],
5026 "max_level": 66,
5027 "method": {
5028 "name": "dark-grass",
5029 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
5030 },
5031 "min_level": 66
5032 },
5033 {
5034 "chance": 4,
5035 "condition_values": [],
5036 "max_level": 58,
5037 "method": {
5038 "name": "walk",
5039 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5040 },
5041 "min_level": 58
5042 },
5043 {
5044 "chance": 1,
5045 "condition_values": [],
5046 "max_level": 58,
5047 "method": {
5048 "name": "walk",
5049 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5050 },
5051 "min_level": 58
5052 }
5053 ],
5054 "max_chance": 10,
5055 "version": {
5056 "name": "black-2",
5057 "url": "https://pokedex.mimo.dev/api/version/21/"
5058 }
5059 },
5060 {
5061 "encounter_details": [
5062 {
5063 "chance": 4,
5064 "condition_values": [],
5065 "max_level": 66,
5066 "method": {
5067 "name": "dark-grass",
5068 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
5069 },
5070 "min_level": 66
5071 },
5072 {
5073 "chance": 1,
5074 "condition_values": [],
5075 "max_level": 66,
5076 "method": {
5077 "name": "dark-grass",
5078 "url": "https://pokedex.mimo.dev/api/encounter-method/8/"
5079 },
5080 "min_level": 66
5081 },
5082 {
5083 "chance": 4,
5084 "condition_values": [],
5085 "max_level": 58,
5086 "method": {
5087 "name": "walk",
5088 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5089 },
5090 "min_level": 58
5091 },
5092 {
5093 "chance": 1,
5094 "condition_values": [],
5095 "max_level": 58,
5096 "method": {
5097 "name": "walk",
5098 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
5099 },
5100 "min_level": 58
5101 }
5102 ],
5103 "max_chance": 10,
5104 "version": {
5105 "name": "white-2",
5106 "url": "https://pokedex.mimo.dev/api/version/22/"
5107 }
5108 }
5109 ]
5110 },
5111 {
5112 "pokemon": {
5113 "name": "basculin-blue-striped",
5114 "url": "https://pokedex.mimo.dev/api/pokemon/10016/"
5115 },
5116 "version_details": [
5117 {
5118 "encounter_details": [
5119 {
5120 "chance": 40,
5121 "condition_values": [],
5122 "max_level": 60,
5123 "method": {
5124 "name": "super-rod-spots",
5125 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
5126 },
5127 "min_level": 35
5128 },
5129 {
5130 "chance": 60,
5131 "condition_values": [],
5132 "max_level": 40,
5133 "method": {
5134 "name": "surf-spots",
5135 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
5136 },
5137 "min_level": 15
5138 },
5139 {
5140 "chance": 30,
5141 "condition_values": [],
5142 "max_level": 40,
5143 "method": {
5144 "name": "surf-spots",
5145 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
5146 },
5147 "min_level": 15
5148 },
5149 {
5150 "chance": 5,
5151 "condition_values": [],
5152 "max_level": 40,
5153 "method": {
5154 "name": "surf-spots",
5155 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
5156 },
5157 "min_level": 15
5158 },
5159 {
5160 "chance": 4,
5161 "condition_values": [],
5162 "max_level": 40,
5163 "method": {
5164 "name": "surf-spots",
5165 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
5166 },
5167 "min_level": 15
5168 },
5169 {
5170 "chance": 1,
5171 "condition_values": [],
5172 "max_level": 40,
5173 "method": {
5174 "name": "surf-spots",
5175 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
5176 },
5177 "min_level": 15
5178 }
5179 ],
5180 "max_chance": 140,
5181 "version": {
5182 "name": "black",
5183 "url": "https://pokedex.mimo.dev/api/version/17/"
5184 }
5185 },
5186 {
5187 "encounter_details": [
5188 {
5189 "chance": 40,
5190 "condition_values": [],
5191 "max_level": 55,
5192 "method": {
5193 "name": "super-rod",
5194 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
5195 },
5196 "min_level": 35
5197 },
5198 {
5199 "chance": 60,
5200 "condition_values": [],
5201 "max_level": 35,
5202 "method": {
5203 "name": "surf",
5204 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
5205 },
5206 "min_level": 15
5207 },
5208 {
5209 "chance": 30,
5210 "condition_values": [],
5211 "max_level": 35,
5212 "method": {
5213 "name": "surf",
5214 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
5215 },
5216 "min_level": 15
5217 },
5218 {
5219 "chance": 5,
5220 "condition_values": [],
5221 "max_level": 35,
5222 "method": {
5223 "name": "surf",
5224 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
5225 },
5226 "min_level": 15
5227 },
5228 {
5229 "chance": 4,
5230 "condition_values": [],
5231 "max_level": 35,
5232 "method": {
5233 "name": "surf",
5234 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
5235 },
5236 "min_level": 15
5237 },
5238 {
5239 "chance": 1,
5240 "condition_values": [],
5241 "max_level": 35,
5242 "method": {
5243 "name": "surf",
5244 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
5245 },
5246 "min_level": 15
5247 }
5248 ],
5249 "max_chance": 140,
5250 "version": {
5251 "name": "white",
5252 "url": "https://pokedex.mimo.dev/api/version/18/"
5253 }
5254 },
5255 {
5256 "encounter_details": [
5257 {
5258 "chance": 40,
5259 "condition_values": [],
5260 "max_level": 60,
5261 "method": {
5262 "name": "super-rod-spots",
5263 "url": "https://pokedex.mimo.dev/api/encounter-method/12/"
5264 },
5265 "min_level": 40
5266 },
5267 {
5268 "chance": 60,
5269 "condition_values": [],
5270 "max_level": 60,
5271 "method": {
5272 "name": "surf-spots",
5273 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
5274 },
5275 "min_level": 45
5276 },
5277 {
5278 "chance": 30,
5279 "condition_values": [],
5280 "max_level": 60,
5281 "method": {
5282 "name": "surf-spots",
5283 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
5284 },
5285 "min_level": 45
5286 },
5287 {
5288 "chance": 5,
5289 "condition_values": [],
5290 "max_level": 60,
5291 "method": {
5292 "name": "surf-spots",
5293 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
5294 },
5295 "min_level": 50
5296 },
5297 {
5298 "chance": 4,
5299 "condition_values": [],
5300 "max_level": 60,
5301 "method": {
5302 "name": "surf-spots",
5303 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
5304 },
5305 "min_level": 50
5306 },
5307 {
5308 "chance": 1,
5309 "condition_values": [],
5310 "max_level": 60,
5311 "method": {
5312 "name": "surf-spots",
5313 "url": "https://pokedex.mimo.dev/api/encounter-method/13/"
5314 },
5315 "min_level": 50
5316 }
5317 ],
5318 "max_chance": 140,
5319 "version": {
5320 "name": "black-2",
5321 "url": "https://pokedex.mimo.dev/api/version/21/"
5322 }
5323 },
5324 {
5325 "encounter_details": [
5326 {
5327 "chance": 40,
5328 "condition_values": [],
5329 "max_level": 60,
5330 "method": {
5331 "name": "super-rod",
5332 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
5333 },
5334 "min_level": 40
5335 },
5336 {
5337 "chance": 60,
5338 "condition_values": [],
5339 "max_level": 60,
5340 "method": {
5341 "name": "surf",
5342 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
5343 },
5344 "min_level": 45
5345 },
5346 {
5347 "chance": 30,
5348 "condition_values": [],
5349 "max_level": 60,
5350 "method": {
5351 "name": "surf",
5352 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
5353 },
5354 "min_level": 45
5355 },
5356 {
5357 "chance": 5,
5358 "condition_values": [],
5359 "max_level": 60,
5360 "method": {
5361 "name": "surf",
5362 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
5363 },
5364 "min_level": 50
5365 },
5366 {
5367 "chance": 4,
5368 "condition_values": [],
5369 "max_level": 60,
5370 "method": {
5371 "name": "surf",
5372 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
5373 },
5374 "min_level": 50
5375 },
5376 {
5377 "chance": 1,
5378 "condition_values": [],
5379 "max_level": 60,
5380 "method": {
5381 "name": "surf",
5382 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
5383 },
5384 "min_level": 50
5385 }
5386 ],
5387 "max_chance": 140,
5388 "version": {
5389 "name": "white-2",
5390 "url": "https://pokedex.mimo.dev/api/version/22/"
5391 }
5392 }
5393 ]
5394 }
5395 ]
5396}