Endpoint: location-area

GEThttps://pokedex.mimo.dev/api/location-area/johto-safari-zone-zone-meadow

Request

GETlocation-area
1fetch("https://pokedex.mimo.dev/api/location-area/johto-safari-zone-zone-meadow")
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": 0,
4 "id": 816,
5 "location": {
6 "name": "johto-safari-zone",
7 "url": "https://pokedex.mimo.dev/api/location/814/"
8 },
9 "name": "johto-safari-zone-zone-meadow",
10 "names": [
11 {
12 "language": {
13 "name": "en",
14 "url": "https://pokedex.mimo.dev/api/language/9/"
15 },
16 "name": "Safari Zone Meadow"
17 },
18 {
19 "language": {
20 "name": "fr",
21 "url": "https://pokedex.mimo.dev/api/language/5/"
22 },
23 "name": "Parc Safari - Champ de fleurs"
24 }
25 ],
26 "pokemon_encounters": [
27 {
28 "pokemon": {
29 "name": "clefairy",
30 "url": "https://pokedex.mimo.dev/api/pokemon/35/"
31 },
32 "version_details": [
33 {
34 "encounter_details": [
35 {
36 "chance": 10,
37 "condition_values": [
38 {
39 "name": "time-night",
40 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
41 }
42 ],
43 "max_level": 17,
44 "method": {
45 "name": "walk",
46 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
47 },
48 "min_level": 17
49 }
50 ],
51 "max_chance": 10,
52 "version": {
53 "name": "heartgold",
54 "url": "https://pokedex.mimo.dev/api/version/15/"
55 }
56 },
57 {
58 "encounter_details": [
59 {
60 "chance": 10,
61 "condition_values": [
62 {
63 "name": "time-night",
64 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
65 }
66 ],
67 "max_level": 17,
68 "method": {
69 "name": "walk",
70 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
71 },
72 "min_level": 17
73 }
74 ],
75 "max_chance": 10,
76 "version": {
77 "name": "soulsilver",
78 "url": "https://pokedex.mimo.dev/api/version/16/"
79 }
80 }
81 ]
82 },
83 {
84 "pokemon": {
85 "name": "jigglypuff",
86 "url": "https://pokedex.mimo.dev/api/pokemon/39/"
87 },
88 "version_details": [
89 {
90 "encounter_details": [
91 {
92 "chance": 10,
93 "condition_values": [
94 {
95 "name": "time-morning",
96 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
97 }
98 ],
99 "max_level": 15,
100 "method": {
101 "name": "walk",
102 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
103 },
104 "min_level": 15
105 },
106 {
107 "chance": 10,
108 "condition_values": [
109 {
110 "name": "time-morning",
111 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
112 }
113 ],
114 "max_level": 16,
115 "method": {
116 "name": "walk",
117 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
118 },
119 "min_level": 16
120 },
121 {
122 "chance": 10,
123 "condition_values": [
124 {
125 "name": "time-morning",
126 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
127 }
128 ],
129 "max_level": 16,
130 "method": {
131 "name": "walk",
132 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
133 },
134 "min_level": 16
135 },
136 {
137 "chance": 10,
138 "condition_values": [
139 {
140 "name": "time-morning",
141 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
142 }
143 ],
144 "max_level": 17,
145 "method": {
146 "name": "walk",
147 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
148 },
149 "min_level": 17
150 },
151 {
152 "chance": 10,
153 "condition_values": [
154 {
155 "name": "time-morning",
156 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
157 }
158 ],
159 "max_level": 17,
160 "method": {
161 "name": "walk",
162 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
163 },
164 "min_level": 17
165 },
166 {
167 "chance": 10,
168 "condition_values": [
169 {
170 "name": "time-day",
171 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
172 }
173 ],
174 "max_level": 15,
175 "method": {
176 "name": "walk",
177 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
178 },
179 "min_level": 15
180 },
181 {
182 "chance": 10,
183 "condition_values": [
184 {
185 "name": "time-day",
186 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
187 }
188 ],
189 "max_level": 16,
190 "method": {
191 "name": "walk",
192 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
193 },
194 "min_level": 16
195 },
196 {
197 "chance": 10,
198 "condition_values": [
199 {
200 "name": "time-day",
201 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
202 }
203 ],
204 "max_level": 17,
205 "method": {
206 "name": "walk",
207 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
208 },
209 "min_level": 17
210 },
211 {
212 "chance": 10,
213 "condition_values": [
214 {
215 "name": "time-night",
216 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
217 }
218 ],
219 "max_level": 15,
220 "method": {
221 "name": "walk",
222 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
223 },
224 "min_level": 15
225 },
226 {
227 "chance": 10,
228 "condition_values": [
229 {
230 "name": "time-night",
231 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
232 }
233 ],
234 "max_level": 16,
235 "method": {
236 "name": "walk",
237 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
238 },
239 "min_level": 16
240 },
241 {
242 "chance": 10,
243 "condition_values": [
244 {
245 "name": "time-night",
246 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
247 }
248 ],
249 "max_level": 17,
250 "method": {
251 "name": "walk",
252 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
253 },
254 "min_level": 17
255 }
256 ],
257 "max_chance": 110,
258 "version": {
259 "name": "heartgold",
260 "url": "https://pokedex.mimo.dev/api/version/15/"
261 }
262 },
263 {
264 "encounter_details": [
265 {
266 "chance": 10,
267 "condition_values": [
268 {
269 "name": "time-morning",
270 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
271 }
272 ],
273 "max_level": 15,
274 "method": {
275 "name": "walk",
276 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
277 },
278 "min_level": 15
279 },
280 {
281 "chance": 10,
282 "condition_values": [
283 {
284 "name": "time-morning",
285 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
286 }
287 ],
288 "max_level": 16,
289 "method": {
290 "name": "walk",
291 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
292 },
293 "min_level": 16
294 },
295 {
296 "chance": 10,
297 "condition_values": [
298 {
299 "name": "time-morning",
300 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
301 }
302 ],
303 "max_level": 16,
304 "method": {
305 "name": "walk",
306 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
307 },
308 "min_level": 16
309 },
310 {
311 "chance": 10,
312 "condition_values": [
313 {
314 "name": "time-morning",
315 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
316 }
317 ],
318 "max_level": 17,
319 "method": {
320 "name": "walk",
321 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
322 },
323 "min_level": 17
324 },
325 {
326 "chance": 10,
327 "condition_values": [
328 {
329 "name": "time-morning",
330 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
331 }
332 ],
333 "max_level": 17,
334 "method": {
335 "name": "walk",
336 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
337 },
338 "min_level": 17
339 },
340 {
341 "chance": 10,
342 "condition_values": [
343 {
344 "name": "time-day",
345 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
346 }
347 ],
348 "max_level": 15,
349 "method": {
350 "name": "walk",
351 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
352 },
353 "min_level": 15
354 },
355 {
356 "chance": 10,
357 "condition_values": [
358 {
359 "name": "time-day",
360 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
361 }
362 ],
363 "max_level": 16,
364 "method": {
365 "name": "walk",
366 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
367 },
368 "min_level": 16
369 },
370 {
371 "chance": 10,
372 "condition_values": [
373 {
374 "name": "time-day",
375 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
376 }
377 ],
378 "max_level": 17,
379 "method": {
380 "name": "walk",
381 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
382 },
383 "min_level": 17
384 },
385 {
386 "chance": 10,
387 "condition_values": [
388 {
389 "name": "time-night",
390 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
391 }
392 ],
393 "max_level": 15,
394 "method": {
395 "name": "walk",
396 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
397 },
398 "min_level": 15
399 },
400 {
401 "chance": 10,
402 "condition_values": [
403 {
404 "name": "time-night",
405 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
406 }
407 ],
408 "max_level": 16,
409 "method": {
410 "name": "walk",
411 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
412 },
413 "min_level": 16
414 },
415 {
416 "chance": 10,
417 "condition_values": [
418 {
419 "name": "time-night",
420 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
421 }
422 ],
423 "max_level": 17,
424 "method": {
425 "name": "walk",
426 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
427 },
428 "min_level": 17
429 }
430 ],
431 "max_chance": 110,
432 "version": {
433 "name": "soulsilver",
434 "url": "https://pokedex.mimo.dev/api/version/16/"
435 }
436 }
437 ]
438 },
439 {
440 "pokemon": {
441 "name": "poliwag",
442 "url": "https://pokedex.mimo.dev/api/pokemon/60/"
443 },
444 "version_details": [
445 {
446 "encounter_details": [
447 {
448 "chance": 10,
449 "condition_values": [],
450 "max_level": 12,
451 "method": {
452 "name": "old-rod",
453 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
454 },
455 "min_level": 12
456 },
457 {
458 "chance": 10,
459 "condition_values": [],
460 "max_level": 13,
461 "method": {
462 "name": "old-rod",
463 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
464 },
465 "min_level": 13
466 },
467 {
468 "chance": 10,
469 "condition_values": [],
470 "max_level": 14,
471 "method": {
472 "name": "old-rod",
473 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
474 },
475 "min_level": 14
476 },
477 {
478 "chance": 10,
479 "condition_values": [],
480 "max_level": 15,
481 "method": {
482 "name": "old-rod",
483 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
484 },
485 "min_level": 15
486 },
487 {
488 "chance": 10,
489 "condition_values": [],
490 "max_level": 22,
491 "method": {
492 "name": "good-rod",
493 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
494 },
495 "min_level": 22
496 },
497 {
498 "chance": 10,
499 "condition_values": [],
500 "max_level": 22,
501 "method": {
502 "name": "good-rod",
503 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
504 },
505 "min_level": 22
506 },
507 {
508 "chance": 10,
509 "condition_values": [],
510 "max_level": 23,
511 "method": {
512 "name": "good-rod",
513 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
514 },
515 "min_level": 23
516 },
517 {
518 "chance": 10,
519 "condition_values": [],
520 "max_level": 24,
521 "method": {
522 "name": "good-rod",
523 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
524 },
525 "min_level": 24
526 },
527 {
528 "chance": 10,
529 "condition_values": [],
530 "max_level": 35,
531 "method": {
532 "name": "super-rod",
533 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
534 },
535 "min_level": 35
536 },
537 {
538 "chance": 10,
539 "condition_values": [],
540 "max_level": 35,
541 "method": {
542 "name": "super-rod",
543 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
544 },
545 "min_level": 35
546 },
547 {
548 "chance": 10,
549 "condition_values": [],
550 "max_level": 36,
551 "method": {
552 "name": "super-rod",
553 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
554 },
555 "min_level": 36
556 },
557 {
558 "chance": 10,
559 "condition_values": [],
560 "max_level": 36,
561 "method": {
562 "name": "super-rod",
563 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
564 },
565 "min_level": 36
566 }
567 ],
568 "max_chance": 120,
569 "version": {
570 "name": "heartgold",
571 "url": "https://pokedex.mimo.dev/api/version/15/"
572 }
573 },
574 {
575 "encounter_details": [
576 {
577 "chance": 10,
578 "condition_values": [],
579 "max_level": 12,
580 "method": {
581 "name": "old-rod",
582 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
583 },
584 "min_level": 12
585 },
586 {
587 "chance": 10,
588 "condition_values": [],
589 "max_level": 13,
590 "method": {
591 "name": "old-rod",
592 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
593 },
594 "min_level": 13
595 },
596 {
597 "chance": 10,
598 "condition_values": [],
599 "max_level": 14,
600 "method": {
601 "name": "old-rod",
602 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
603 },
604 "min_level": 14
605 },
606 {
607 "chance": 10,
608 "condition_values": [],
609 "max_level": 15,
610 "method": {
611 "name": "old-rod",
612 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
613 },
614 "min_level": 15
615 },
616 {
617 "chance": 10,
618 "condition_values": [],
619 "max_level": 22,
620 "method": {
621 "name": "good-rod",
622 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
623 },
624 "min_level": 22
625 },
626 {
627 "chance": 10,
628 "condition_values": [],
629 "max_level": 22,
630 "method": {
631 "name": "good-rod",
632 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
633 },
634 "min_level": 22
635 },
636 {
637 "chance": 10,
638 "condition_values": [],
639 "max_level": 23,
640 "method": {
641 "name": "good-rod",
642 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
643 },
644 "min_level": 23
645 },
646 {
647 "chance": 10,
648 "condition_values": [],
649 "max_level": 24,
650 "method": {
651 "name": "good-rod",
652 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
653 },
654 "min_level": 24
655 },
656 {
657 "chance": 10,
658 "condition_values": [],
659 "max_level": 35,
660 "method": {
661 "name": "super-rod",
662 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
663 },
664 "min_level": 35
665 },
666 {
667 "chance": 10,
668 "condition_values": [],
669 "max_level": 35,
670 "method": {
671 "name": "super-rod",
672 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
673 },
674 "min_level": 35
675 },
676 {
677 "chance": 10,
678 "condition_values": [],
679 "max_level": 36,
680 "method": {
681 "name": "super-rod",
682 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
683 },
684 "min_level": 36
685 },
686 {
687 "chance": 10,
688 "condition_values": [],
689 "max_level": 36,
690 "method": {
691 "name": "super-rod",
692 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
693 },
694 "min_level": 36
695 }
696 ],
697 "max_chance": 120,
698 "version": {
699 "name": "soulsilver",
700 "url": "https://pokedex.mimo.dev/api/version/16/"
701 }
702 }
703 ]
704 },
705 {
706 "pokemon": {
707 "name": "poliwhirl",
708 "url": "https://pokedex.mimo.dev/api/pokemon/61/"
709 },
710 "version_details": [
711 {
712 "encounter_details": [
713 {
714 "chance": 10,
715 "condition_values": [],
716 "max_level": 24,
717 "method": {
718 "name": "good-rod",
719 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
720 },
721 "min_level": 24
722 },
723 {
724 "chance": 10,
725 "condition_values": [],
726 "max_level": 25,
727 "method": {
728 "name": "good-rod",
729 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
730 },
731 "min_level": 25
732 },
733 {
734 "chance": 10,
735 "condition_values": [],
736 "max_level": 35,
737 "method": {
738 "name": "super-rod",
739 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
740 },
741 "min_level": 35
742 },
743 {
744 "chance": 10,
745 "condition_values": [],
746 "max_level": 35,
747 "method": {
748 "name": "super-rod",
749 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
750 },
751 "min_level": 35
752 },
753 {
754 "chance": 10,
755 "condition_values": [],
756 "max_level": 36,
757 "method": {
758 "name": "super-rod",
759 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
760 },
761 "min_level": 36
762 },
763 {
764 "chance": 10,
765 "condition_values": [],
766 "max_level": 36,
767 "method": {
768 "name": "super-rod",
769 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
770 },
771 "min_level": 36
772 },
773 {
774 "chance": 10,
775 "condition_values": [],
776 "max_level": 37,
777 "method": {
778 "name": "super-rod",
779 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
780 },
781 "min_level": 37
782 },
783 {
784 "chance": 10,
785 "condition_values": [],
786 "max_level": 38,
787 "method": {
788 "name": "super-rod",
789 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
790 },
791 "min_level": 38
792 }
793 ],
794 "max_chance": 80,
795 "version": {
796 "name": "heartgold",
797 "url": "https://pokedex.mimo.dev/api/version/15/"
798 }
799 },
800 {
801 "encounter_details": [
802 {
803 "chance": 10,
804 "condition_values": [],
805 "max_level": 24,
806 "method": {
807 "name": "good-rod",
808 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
809 },
810 "min_level": 24
811 },
812 {
813 "chance": 10,
814 "condition_values": [],
815 "max_level": 25,
816 "method": {
817 "name": "good-rod",
818 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
819 },
820 "min_level": 25
821 },
822 {
823 "chance": 10,
824 "condition_values": [],
825 "max_level": 35,
826 "method": {
827 "name": "super-rod",
828 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
829 },
830 "min_level": 35
831 },
832 {
833 "chance": 10,
834 "condition_values": [],
835 "max_level": 35,
836 "method": {
837 "name": "super-rod",
838 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
839 },
840 "min_level": 35
841 },
842 {
843 "chance": 10,
844 "condition_values": [],
845 "max_level": 36,
846 "method": {
847 "name": "super-rod",
848 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
849 },
850 "min_level": 36
851 },
852 {
853 "chance": 10,
854 "condition_values": [],
855 "max_level": 36,
856 "method": {
857 "name": "super-rod",
858 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
859 },
860 "min_level": 36
861 },
862 {
863 "chance": 10,
864 "condition_values": [],
865 "max_level": 37,
866 "method": {
867 "name": "super-rod",
868 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
869 },
870 "min_level": 37
871 },
872 {
873 "chance": 10,
874 "condition_values": [],
875 "max_level": 38,
876 "method": {
877 "name": "super-rod",
878 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
879 },
880 "min_level": 38
881 }
882 ],
883 "max_chance": 80,
884 "version": {
885 "name": "soulsilver",
886 "url": "https://pokedex.mimo.dev/api/version/16/"
887 }
888 }
889 ]
890 },
891 {
892 "pokemon": {
893 "name": "magikarp",
894 "url": "https://pokedex.mimo.dev/api/pokemon/129/"
895 },
896 "version_details": [
897 {
898 "encounter_details": [
899 {
900 "chance": 10,
901 "condition_values": [],
902 "max_level": 15,
903 "method": {
904 "name": "surf",
905 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
906 },
907 "min_level": 15
908 },
909 {
910 "chance": 10,
911 "condition_values": [],
912 "max_level": 15,
913 "method": {
914 "name": "surf",
915 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
916 },
917 "min_level": 15
918 },
919 {
920 "chance": 10,
921 "condition_values": [],
922 "max_level": 16,
923 "method": {
924 "name": "surf",
925 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
926 },
927 "min_level": 16
928 },
929 {
930 "chance": 10,
931 "condition_values": [],
932 "max_level": 16,
933 "method": {
934 "name": "surf",
935 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
936 },
937 "min_level": 16
938 },
939 {
940 "chance": 10,
941 "condition_values": [],
942 "max_level": 17,
943 "method": {
944 "name": "surf",
945 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
946 },
947 "min_level": 17
948 },
949 {
950 "chance": 10,
951 "condition_values": [],
952 "max_level": 12,
953 "method": {
954 "name": "old-rod",
955 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
956 },
957 "min_level": 12
958 },
959 {
960 "chance": 10,
961 "condition_values": [],
962 "max_level": 12,
963 "method": {
964 "name": "old-rod",
965 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
966 },
967 "min_level": 12
968 },
969 {
970 "chance": 10,
971 "condition_values": [],
972 "max_level": 13,
973 "method": {
974 "name": "old-rod",
975 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
976 },
977 "min_level": 13
978 },
979 {
980 "chance": 10,
981 "condition_values": [],
982 "max_level": 13,
983 "method": {
984 "name": "old-rod",
985 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
986 },
987 "min_level": 13
988 },
989 {
990 "chance": 10,
991 "condition_values": [],
992 "max_level": 14,
993 "method": {
994 "name": "old-rod",
995 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
996 },
997 "min_level": 14
998 },
999 {
1000 "chance": 10,
1001 "condition_values": [],
1002 "max_level": 15,
1003 "method": {
1004 "name": "old-rod",
1005 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
1006 },
1007 "min_level": 15
1008 },
1009 {
1010 "chance": 10,
1011 "condition_values": [],
1012 "max_level": 22,
1013 "method": {
1014 "name": "good-rod",
1015 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1016 },
1017 "min_level": 22
1018 },
1019 {
1020 "chance": 10,
1021 "condition_values": [],
1022 "max_level": 22,
1023 "method": {
1024 "name": "good-rod",
1025 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1026 },
1027 "min_level": 22
1028 },
1029 {
1030 "chance": 10,
1031 "condition_values": [],
1032 "max_level": 23,
1033 "method": {
1034 "name": "good-rod",
1035 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1036 },
1037 "min_level": 23
1038 },
1039 {
1040 "chance": 10,
1041 "condition_values": [],
1042 "max_level": 24,
1043 "method": {
1044 "name": "good-rod",
1045 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1046 },
1047 "min_level": 24
1048 }
1049 ],
1050 "max_chance": 150,
1051 "version": {
1052 "name": "heartgold",
1053 "url": "https://pokedex.mimo.dev/api/version/15/"
1054 }
1055 },
1056 {
1057 "encounter_details": [
1058 {
1059 "chance": 10,
1060 "condition_values": [],
1061 "max_level": 15,
1062 "method": {
1063 "name": "surf",
1064 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1065 },
1066 "min_level": 15
1067 },
1068 {
1069 "chance": 10,
1070 "condition_values": [],
1071 "max_level": 15,
1072 "method": {
1073 "name": "surf",
1074 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1075 },
1076 "min_level": 15
1077 },
1078 {
1079 "chance": 10,
1080 "condition_values": [],
1081 "max_level": 16,
1082 "method": {
1083 "name": "surf",
1084 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1085 },
1086 "min_level": 16
1087 },
1088 {
1089 "chance": 10,
1090 "condition_values": [],
1091 "max_level": 16,
1092 "method": {
1093 "name": "surf",
1094 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1095 },
1096 "min_level": 16
1097 },
1098 {
1099 "chance": 10,
1100 "condition_values": [],
1101 "max_level": 17,
1102 "method": {
1103 "name": "surf",
1104 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1105 },
1106 "min_level": 17
1107 },
1108 {
1109 "chance": 10,
1110 "condition_values": [],
1111 "max_level": 12,
1112 "method": {
1113 "name": "old-rod",
1114 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
1115 },
1116 "min_level": 12
1117 },
1118 {
1119 "chance": 10,
1120 "condition_values": [],
1121 "max_level": 12,
1122 "method": {
1123 "name": "old-rod",
1124 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
1125 },
1126 "min_level": 12
1127 },
1128 {
1129 "chance": 10,
1130 "condition_values": [],
1131 "max_level": 13,
1132 "method": {
1133 "name": "old-rod",
1134 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
1135 },
1136 "min_level": 13
1137 },
1138 {
1139 "chance": 10,
1140 "condition_values": [],
1141 "max_level": 13,
1142 "method": {
1143 "name": "old-rod",
1144 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
1145 },
1146 "min_level": 13
1147 },
1148 {
1149 "chance": 10,
1150 "condition_values": [],
1151 "max_level": 14,
1152 "method": {
1153 "name": "old-rod",
1154 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
1155 },
1156 "min_level": 14
1157 },
1158 {
1159 "chance": 10,
1160 "condition_values": [],
1161 "max_level": 15,
1162 "method": {
1163 "name": "old-rod",
1164 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
1165 },
1166 "min_level": 15
1167 },
1168 {
1169 "chance": 10,
1170 "condition_values": [],
1171 "max_level": 22,
1172 "method": {
1173 "name": "good-rod",
1174 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1175 },
1176 "min_level": 22
1177 },
1178 {
1179 "chance": 10,
1180 "condition_values": [],
1181 "max_level": 22,
1182 "method": {
1183 "name": "good-rod",
1184 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1185 },
1186 "min_level": 22
1187 },
1188 {
1189 "chance": 10,
1190 "condition_values": [],
1191 "max_level": 23,
1192 "method": {
1193 "name": "good-rod",
1194 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1195 },
1196 "min_level": 23
1197 },
1198 {
1199 "chance": 10,
1200 "condition_values": [],
1201 "max_level": 24,
1202 "method": {
1203 "name": "good-rod",
1204 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1205 },
1206 "min_level": 24
1207 }
1208 ],
1209 "max_chance": 150,
1210 "version": {
1211 "name": "soulsilver",
1212 "url": "https://pokedex.mimo.dev/api/version/16/"
1213 }
1214 }
1215 ]
1216 },
1217 {
1218 "pokemon": {
1219 "name": "marill",
1220 "url": "https://pokedex.mimo.dev/api/pokemon/183/"
1221 },
1222 "version_details": [
1223 {
1224 "encounter_details": [
1225 {
1226 "chance": 10,
1227 "condition_values": [
1228 {
1229 "name": "time-night",
1230 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1231 }
1232 ],
1233 "max_level": 15,
1234 "method": {
1235 "name": "walk",
1236 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1237 },
1238 "min_level": 15
1239 },
1240 {
1241 "chance": 10,
1242 "condition_values": [
1243 {
1244 "name": "time-night",
1245 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1246 }
1247 ],
1248 "max_level": 16,
1249 "method": {
1250 "name": "walk",
1251 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1252 },
1253 "min_level": 16
1254 },
1255 {
1256 "chance": 10,
1257 "condition_values": [
1258 {
1259 "name": "time-night",
1260 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1261 }
1262 ],
1263 "max_level": 17,
1264 "method": {
1265 "name": "walk",
1266 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1267 },
1268 "min_level": 17
1269 },
1270 {
1271 "chance": 10,
1272 "condition_values": [],
1273 "max_level": 16,
1274 "method": {
1275 "name": "surf",
1276 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1277 },
1278 "min_level": 16
1279 },
1280 {
1281 "chance": 10,
1282 "condition_values": [],
1283 "max_level": 17,
1284 "method": {
1285 "name": "surf",
1286 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1287 },
1288 "min_level": 17
1289 }
1290 ],
1291 "max_chance": 50,
1292 "version": {
1293 "name": "heartgold",
1294 "url": "https://pokedex.mimo.dev/api/version/15/"
1295 }
1296 },
1297 {
1298 "encounter_details": [
1299 {
1300 "chance": 10,
1301 "condition_values": [
1302 {
1303 "name": "time-night",
1304 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1305 }
1306 ],
1307 "max_level": 15,
1308 "method": {
1309 "name": "walk",
1310 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1311 },
1312 "min_level": 15
1313 },
1314 {
1315 "chance": 10,
1316 "condition_values": [
1317 {
1318 "name": "time-night",
1319 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1320 }
1321 ],
1322 "max_level": 16,
1323 "method": {
1324 "name": "walk",
1325 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1326 },
1327 "min_level": 16
1328 },
1329 {
1330 "chance": 10,
1331 "condition_values": [
1332 {
1333 "name": "time-night",
1334 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1335 }
1336 ],
1337 "max_level": 17,
1338 "method": {
1339 "name": "walk",
1340 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1341 },
1342 "min_level": 17
1343 },
1344 {
1345 "chance": 10,
1346 "condition_values": [],
1347 "max_level": 16,
1348 "method": {
1349 "name": "surf",
1350 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1351 },
1352 "min_level": 16
1353 },
1354 {
1355 "chance": 10,
1356 "condition_values": [],
1357 "max_level": 17,
1358 "method": {
1359 "name": "surf",
1360 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1361 },
1362 "min_level": 17
1363 }
1364 ],
1365 "max_chance": 50,
1366 "version": {
1367 "name": "soulsilver",
1368 "url": "https://pokedex.mimo.dev/api/version/16/"
1369 }
1370 }
1371 ]
1372 },
1373 {
1374 "pokemon": {
1375 "name": "hoppip",
1376 "url": "https://pokedex.mimo.dev/api/pokemon/187/"
1377 },
1378 "version_details": [
1379 {
1380 "encounter_details": [
1381 {
1382 "chance": 10,
1383 "condition_values": [
1384 {
1385 "name": "time-morning",
1386 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1387 }
1388 ],
1389 "max_level": 15,
1390 "method": {
1391 "name": "walk",
1392 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1393 },
1394 "min_level": 15
1395 },
1396 {
1397 "chance": 10,
1398 "condition_values": [
1399 {
1400 "name": "time-morning",
1401 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1402 }
1403 ],
1404 "max_level": 15,
1405 "method": {
1406 "name": "walk",
1407 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1408 },
1409 "min_level": 15
1410 },
1411 {
1412 "chance": 10,
1413 "condition_values": [
1414 {
1415 "name": "time-morning",
1416 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1417 }
1418 ],
1419 "max_level": 16,
1420 "method": {
1421 "name": "walk",
1422 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1423 },
1424 "min_level": 16
1425 },
1426 {
1427 "chance": 10,
1428 "condition_values": [
1429 {
1430 "name": "time-morning",
1431 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1432 }
1433 ],
1434 "max_level": 17,
1435 "method": {
1436 "name": "walk",
1437 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1438 },
1439 "min_level": 17
1440 },
1441 {
1442 "chance": 10,
1443 "condition_values": [
1444 {
1445 "name": "time-day",
1446 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1447 }
1448 ],
1449 "max_level": 15,
1450 "method": {
1451 "name": "walk",
1452 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1453 },
1454 "min_level": 15
1455 },
1456 {
1457 "chance": 10,
1458 "condition_values": [
1459 {
1460 "name": "time-day",
1461 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1462 }
1463 ],
1464 "max_level": 16,
1465 "method": {
1466 "name": "walk",
1467 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1468 },
1469 "min_level": 16
1470 },
1471 {
1472 "chance": 10,
1473 "condition_values": [
1474 {
1475 "name": "time-day",
1476 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1477 }
1478 ],
1479 "max_level": 17,
1480 "method": {
1481 "name": "walk",
1482 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1483 },
1484 "min_level": 17
1485 }
1486 ],
1487 "max_chance": 70,
1488 "version": {
1489 "name": "heartgold",
1490 "url": "https://pokedex.mimo.dev/api/version/15/"
1491 }
1492 },
1493 {
1494 "encounter_details": [
1495 {
1496 "chance": 10,
1497 "condition_values": [
1498 {
1499 "name": "time-morning",
1500 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1501 }
1502 ],
1503 "max_level": 15,
1504 "method": {
1505 "name": "walk",
1506 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1507 },
1508 "min_level": 15
1509 },
1510 {
1511 "chance": 10,
1512 "condition_values": [
1513 {
1514 "name": "time-morning",
1515 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1516 }
1517 ],
1518 "max_level": 15,
1519 "method": {
1520 "name": "walk",
1521 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1522 },
1523 "min_level": 15
1524 },
1525 {
1526 "chance": 10,
1527 "condition_values": [
1528 {
1529 "name": "time-morning",
1530 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1531 }
1532 ],
1533 "max_level": 16,
1534 "method": {
1535 "name": "walk",
1536 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1537 },
1538 "min_level": 16
1539 },
1540 {
1541 "chance": 10,
1542 "condition_values": [
1543 {
1544 "name": "time-morning",
1545 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1546 }
1547 ],
1548 "max_level": 17,
1549 "method": {
1550 "name": "walk",
1551 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1552 },
1553 "min_level": 17
1554 },
1555 {
1556 "chance": 10,
1557 "condition_values": [
1558 {
1559 "name": "time-day",
1560 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1561 }
1562 ],
1563 "max_level": 15,
1564 "method": {
1565 "name": "walk",
1566 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1567 },
1568 "min_level": 15
1569 },
1570 {
1571 "chance": 10,
1572 "condition_values": [
1573 {
1574 "name": "time-day",
1575 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1576 }
1577 ],
1578 "max_level": 16,
1579 "method": {
1580 "name": "walk",
1581 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1582 },
1583 "min_level": 16
1584 },
1585 {
1586 "chance": 10,
1587 "condition_values": [
1588 {
1589 "name": "time-day",
1590 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1591 }
1592 ],
1593 "max_level": 17,
1594 "method": {
1595 "name": "walk",
1596 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1597 },
1598 "min_level": 17
1599 }
1600 ],
1601 "max_chance": 70,
1602 "version": {
1603 "name": "soulsilver",
1604 "url": "https://pokedex.mimo.dev/api/version/16/"
1605 }
1606 }
1607 ]
1608 },
1609 {
1610 "pokemon": {
1611 "name": "skiploom",
1612 "url": "https://pokedex.mimo.dev/api/pokemon/188/"
1613 },
1614 "version_details": [
1615 {
1616 "encounter_details": [
1617 {
1618 "chance": 10,
1619 "condition_values": [
1620 {
1621 "name": "time-morning",
1622 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1623 }
1624 ],
1625 "max_level": 17,
1626 "method": {
1627 "name": "walk",
1628 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1629 },
1630 "min_level": 17
1631 },
1632 {
1633 "chance": 10,
1634 "condition_values": [
1635 {
1636 "name": "time-day",
1637 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1638 }
1639 ],
1640 "max_level": 17,
1641 "method": {
1642 "name": "walk",
1643 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1644 },
1645 "min_level": 17
1646 }
1647 ],
1648 "max_chance": 20,
1649 "version": {
1650 "name": "heartgold",
1651 "url": "https://pokedex.mimo.dev/api/version/15/"
1652 }
1653 },
1654 {
1655 "encounter_details": [
1656 {
1657 "chance": 10,
1658 "condition_values": [
1659 {
1660 "name": "time-morning",
1661 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1662 }
1663 ],
1664 "max_level": 17,
1665 "method": {
1666 "name": "walk",
1667 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1668 },
1669 "min_level": 17
1670 },
1671 {
1672 "chance": 10,
1673 "condition_values": [
1674 {
1675 "name": "time-day",
1676 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1677 }
1678 ],
1679 "max_level": 17,
1680 "method": {
1681 "name": "walk",
1682 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1683 },
1684 "min_level": 17
1685 }
1686 ],
1687 "max_chance": 20,
1688 "version": {
1689 "name": "soulsilver",
1690 "url": "https://pokedex.mimo.dev/api/version/16/"
1691 }
1692 }
1693 ]
1694 },
1695 {
1696 "pokemon": {
1697 "name": "sunkern",
1698 "url": "https://pokedex.mimo.dev/api/pokemon/191/"
1699 },
1700 "version_details": [
1701 {
1702 "encounter_details": [
1703 {
1704 "chance": 10,
1705 "condition_values": [
1706 {
1707 "name": "time-day",
1708 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1709 }
1710 ],
1711 "max_level": 15,
1712 "method": {
1713 "name": "walk",
1714 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1715 },
1716 "min_level": 15
1717 },
1718 {
1719 "chance": 10,
1720 "condition_values": [
1721 {
1722 "name": "time-day",
1723 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1724 }
1725 ],
1726 "max_level": 16,
1727 "method": {
1728 "name": "walk",
1729 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1730 },
1731 "min_level": 16
1732 },
1733 {
1734 "chance": 10,
1735 "condition_values": [
1736 {
1737 "name": "time-day",
1738 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1739 }
1740 ],
1741 "max_level": 17,
1742 "method": {
1743 "name": "walk",
1744 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1745 },
1746 "min_level": 17
1747 }
1748 ],
1749 "max_chance": 30,
1750 "version": {
1751 "name": "heartgold",
1752 "url": "https://pokedex.mimo.dev/api/version/15/"
1753 }
1754 },
1755 {
1756 "encounter_details": [
1757 {
1758 "chance": 10,
1759 "condition_values": [
1760 {
1761 "name": "time-day",
1762 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1763 }
1764 ],
1765 "max_level": 15,
1766 "method": {
1767 "name": "walk",
1768 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1769 },
1770 "min_level": 15
1771 },
1772 {
1773 "chance": 10,
1774 "condition_values": [
1775 {
1776 "name": "time-day",
1777 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1778 }
1779 ],
1780 "max_level": 16,
1781 "method": {
1782 "name": "walk",
1783 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1784 },
1785 "min_level": 16
1786 },
1787 {
1788 "chance": 10,
1789 "condition_values": [
1790 {
1791 "name": "time-day",
1792 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1793 }
1794 ],
1795 "max_level": 17,
1796 "method": {
1797 "name": "walk",
1798 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1799 },
1800 "min_level": 17
1801 }
1802 ],
1803 "max_chance": 30,
1804 "version": {
1805 "name": "soulsilver",
1806 "url": "https://pokedex.mimo.dev/api/version/16/"
1807 }
1808 }
1809 ]
1810 },
1811 {
1812 "pokemon": {
1813 "name": "wooper",
1814 "url": "https://pokedex.mimo.dev/api/pokemon/194/"
1815 },
1816 "version_details": [
1817 {
1818 "encounter_details": [
1819 {
1820 "chance": 10,
1821 "condition_values": [
1822 {
1823 "name": "time-night",
1824 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1825 }
1826 ],
1827 "max_level": 15,
1828 "method": {
1829 "name": "walk",
1830 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1831 },
1832 "min_level": 15
1833 },
1834 {
1835 "chance": 10,
1836 "condition_values": [
1837 {
1838 "name": "time-night",
1839 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1840 }
1841 ],
1842 "max_level": 16,
1843 "method": {
1844 "name": "walk",
1845 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1846 },
1847 "min_level": 16
1848 },
1849 {
1850 "chance": 10,
1851 "condition_values": [
1852 {
1853 "name": "time-night",
1854 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1855 }
1856 ],
1857 "max_level": 17,
1858 "method": {
1859 "name": "walk",
1860 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1861 },
1862 "min_level": 17
1863 },
1864 {
1865 "chance": 10,
1866 "condition_values": [],
1867 "max_level": 15,
1868 "method": {
1869 "name": "surf",
1870 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1871 },
1872 "min_level": 15
1873 },
1874 {
1875 "chance": 10,
1876 "condition_values": [],
1877 "max_level": 16,
1878 "method": {
1879 "name": "surf",
1880 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1881 },
1882 "min_level": 16
1883 },
1884 {
1885 "chance": 10,
1886 "condition_values": [],
1887 "max_level": 17,
1888 "method": {
1889 "name": "surf",
1890 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1891 },
1892 "min_level": 17
1893 }
1894 ],
1895 "max_chance": 60,
1896 "version": {
1897 "name": "heartgold",
1898 "url": "https://pokedex.mimo.dev/api/version/15/"
1899 }
1900 },
1901 {
1902 "encounter_details": [
1903 {
1904 "chance": 10,
1905 "condition_values": [
1906 {
1907 "name": "time-night",
1908 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1909 }
1910 ],
1911 "max_level": 15,
1912 "method": {
1913 "name": "walk",
1914 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1915 },
1916 "min_level": 15
1917 },
1918 {
1919 "chance": 10,
1920 "condition_values": [
1921 {
1922 "name": "time-night",
1923 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1924 }
1925 ],
1926 "max_level": 16,
1927 "method": {
1928 "name": "walk",
1929 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1930 },
1931 "min_level": 16
1932 },
1933 {
1934 "chance": 10,
1935 "condition_values": [
1936 {
1937 "name": "time-night",
1938 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
1939 }
1940 ],
1941 "max_level": 17,
1942 "method": {
1943 "name": "walk",
1944 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1945 },
1946 "min_level": 17
1947 },
1948 {
1949 "chance": 10,
1950 "condition_values": [],
1951 "max_level": 15,
1952 "method": {
1953 "name": "surf",
1954 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1955 },
1956 "min_level": 15
1957 },
1958 {
1959 "chance": 10,
1960 "condition_values": [],
1961 "max_level": 16,
1962 "method": {
1963 "name": "surf",
1964 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1965 },
1966 "min_level": 16
1967 },
1968 {
1969 "chance": 10,
1970 "condition_values": [],
1971 "max_level": 17,
1972 "method": {
1973 "name": "surf",
1974 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
1975 },
1976 "min_level": 17
1977 }
1978 ],
1979 "max_chance": 60,
1980 "version": {
1981 "name": "soulsilver",
1982 "url": "https://pokedex.mimo.dev/api/version/16/"
1983 }
1984 }
1985 ]
1986 }
1987 ]
1988}