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