Endpoint: location-area
GEThttps://pokedex.mimo.dev/api/location-area/mt-coronet-b1f
Request
GETlocation-area
1fetch("https://pokedex.mimo.dev/api/location-area/mt-coronet-b1f")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))
Response
response.json
1{
2 "encounter_method_rates": [
3 {
4 "encounter_method": {
5 "name": "walk",
6 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
7 },
8 "version_details": [
9 {
10 "rate": 10,
11 "version": {
12 "name": "diamond",
13 "url": "https://pokedex.mimo.dev/api/version/12/"
14 }
15 },
16 {
17 "rate": 10,
18 "version": {
19 "name": "pearl",
20 "url": "https://pokedex.mimo.dev/api/version/13/"
21 }
22 },
23 {
24 "rate": 10,
25 "version": {
26 "name": "platinum",
27 "url": "https://pokedex.mimo.dev/api/version/14/"
28 }
29 }
30 ]
31 },
32 {
33 "encounter_method": {
34 "name": "old-rod",
35 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
36 },
37 "version_details": [
38 {
39 "rate": 25,
40 "version": {
41 "name": "diamond",
42 "url": "https://pokedex.mimo.dev/api/version/12/"
43 }
44 },
45 {
46 "rate": 25,
47 "version": {
48 "name": "pearl",
49 "url": "https://pokedex.mimo.dev/api/version/13/"
50 }
51 },
52 {
53 "rate": 25,
54 "version": {
55 "name": "platinum",
56 "url": "https://pokedex.mimo.dev/api/version/14/"
57 }
58 }
59 ]
60 },
61 {
62 "encounter_method": {
63 "name": "good-rod",
64 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
65 },
66 "version_details": [
67 {
68 "rate": 50,
69 "version": {
70 "name": "diamond",
71 "url": "https://pokedex.mimo.dev/api/version/12/"
72 }
73 },
74 {
75 "rate": 50,
76 "version": {
77 "name": "pearl",
78 "url": "https://pokedex.mimo.dev/api/version/13/"
79 }
80 },
81 {
82 "rate": 50,
83 "version": {
84 "name": "platinum",
85 "url": "https://pokedex.mimo.dev/api/version/14/"
86 }
87 }
88 ]
89 },
90 {
91 "encounter_method": {
92 "name": "super-rod",
93 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
94 },
95 "version_details": [
96 {
97 "rate": 75,
98 "version": {
99 "name": "diamond",
100 "url": "https://pokedex.mimo.dev/api/version/12/"
101 }
102 },
103 {
104 "rate": 75,
105 "version": {
106 "name": "pearl",
107 "url": "https://pokedex.mimo.dev/api/version/13/"
108 }
109 },
110 {
111 "rate": 75,
112 "version": {
113 "name": "platinum",
114 "url": "https://pokedex.mimo.dev/api/version/14/"
115 }
116 }
117 ]
118 },
119 {
120 "encounter_method": {
121 "name": "surf",
122 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
123 },
124 "version_details": [
125 {
126 "rate": 10,
127 "version": {
128 "name": "diamond",
129 "url": "https://pokedex.mimo.dev/api/version/12/"
130 }
131 },
132 {
133 "rate": 10,
134 "version": {
135 "name": "pearl",
136 "url": "https://pokedex.mimo.dev/api/version/13/"
137 }
138 },
139 {
140 "rate": 10,
141 "version": {
142 "name": "platinum",
143 "url": "https://pokedex.mimo.dev/api/version/14/"
144 }
145 }
146 ]
147 }
148 ],
149 "game_index": 23,
150 "id": 23,
151 "location": {
152 "name": "mt-coronet",
153 "url": "https://pokedex.mimo.dev/api/location/10/"
154 },
155 "name": "mt-coronet-b1f",
156 "names": [
157 {
158 "language": {
159 "name": "en",
160 "url": "https://pokedex.mimo.dev/api/language/9/"
161 },
162 "name": "Mount Coronet (B1F)"
163 },
164 {
165 "language": {
166 "name": "fr",
167 "url": "https://pokedex.mimo.dev/api/language/5/"
168 },
169 "name": "Mont Couronné (sous-sol)"
170 }
171 ],
172 "pokemon_encounters": [
173 {
174 "pokemon": {
175 "name": "clefairy",
176 "url": "https://pokedex.mimo.dev/api/pokemon/35/"
177 },
178 "version_details": [
179 {
180 "encounter_details": [
181 {
182 "chance": 10,
183 "condition_values": [],
184 "max_level": 30,
185 "method": {
186 "name": "walk",
187 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
188 },
189 "min_level": 30
190 },
191 {
192 "chance": 4,
193 "condition_values": [],
194 "max_level": 31,
195 "method": {
196 "name": "walk",
197 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
198 },
199 "min_level": 31
200 },
201 {
202 "chance": 1,
203 "condition_values": [],
204 "max_level": 32,
205 "method": {
206 "name": "walk",
207 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
208 },
209 "min_level": 32
210 }
211 ],
212 "max_chance": 15,
213 "version": {
214 "name": "diamond",
215 "url": "https://pokedex.mimo.dev/api/version/12/"
216 }
217 },
218 {
219 "encounter_details": [
220 {
221 "chance": 10,
222 "condition_values": [],
223 "max_level": 30,
224 "method": {
225 "name": "walk",
226 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
227 },
228 "min_level": 30
229 },
230 {
231 "chance": 4,
232 "condition_values": [],
233 "max_level": 31,
234 "method": {
235 "name": "walk",
236 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
237 },
238 "min_level": 31
239 },
240 {
241 "chance": 1,
242 "condition_values": [],
243 "max_level": 32,
244 "method": {
245 "name": "walk",
246 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
247 },
248 "min_level": 32
249 }
250 ],
251 "max_chance": 15,
252 "version": {
253 "name": "pearl",
254 "url": "https://pokedex.mimo.dev/api/version/13/"
255 }
256 },
257 {
258 "encounter_details": [
259 {
260 "chance": 10,
261 "condition_values": [
262 {
263 "name": "time-morning",
264 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
265 }
266 ],
267 "max_level": 32,
268 "method": {
269 "name": "walk",
270 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
271 },
272 "min_level": 32
273 },
274 {
275 "chance": 10,
276 "condition_values": [
277 {
278 "name": "time-night",
279 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
280 }
281 ],
282 "max_level": 32,
283 "method": {
284 "name": "walk",
285 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
286 },
287 "min_level": 32
288 }
289 ],
290 "max_chance": 20,
291 "version": {
292 "name": "platinum",
293 "url": "https://pokedex.mimo.dev/api/version/14/"
294 }
295 }
296 ]
297 },
298 {
299 "pokemon": {
300 "name": "zubat",
301 "url": "https://pokedex.mimo.dev/api/pokemon/41/"
302 },
303 "version_details": [
304 {
305 "encounter_details": [
306 {
307 "chance": 60,
308 "condition_values": [],
309 "max_level": 30,
310 "method": {
311 "name": "surf",
312 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
313 },
314 "min_level": 20
315 },
316 {
317 "chance": 30,
318 "condition_values": [],
319 "max_level": 40,
320 "method": {
321 "name": "surf",
322 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
323 },
324 "min_level": 20
325 }
326 ],
327 "max_chance": 90,
328 "version": {
329 "name": "diamond",
330 "url": "https://pokedex.mimo.dev/api/version/12/"
331 }
332 },
333 {
334 "encounter_details": [
335 {
336 "chance": 60,
337 "condition_values": [],
338 "max_level": 30,
339 "method": {
340 "name": "surf",
341 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
342 },
343 "min_level": 20
344 },
345 {
346 "chance": 30,
347 "condition_values": [],
348 "max_level": 40,
349 "method": {
350 "name": "surf",
351 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
352 },
353 "min_level": 20
354 }
355 ],
356 "max_chance": 90,
357 "version": {
358 "name": "pearl",
359 "url": "https://pokedex.mimo.dev/api/version/13/"
360 }
361 },
362 {
363 "encounter_details": [
364 {
365 "chance": 60,
366 "condition_values": [],
367 "max_level": 30,
368 "method": {
369 "name": "surf",
370 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
371 },
372 "min_level": 20
373 },
374 {
375 "chance": 30,
376 "condition_values": [],
377 "max_level": 30,
378 "method": {
379 "name": "surf",
380 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
381 },
382 "min_level": 20
383 }
384 ],
385 "max_chance": 90,
386 "version": {
387 "name": "platinum",
388 "url": "https://pokedex.mimo.dev/api/version/14/"
389 }
390 }
391 ]
392 },
393 {
394 "pokemon": {
395 "name": "golbat",
396 "url": "https://pokedex.mimo.dev/api/pokemon/42/"
397 },
398 "version_details": [
399 {
400 "encounter_details": [
401 {
402 "chance": 10,
403 "condition_values": [],
404 "max_level": 32,
405 "method": {
406 "name": "walk",
407 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
408 },
409 "min_level": 32
410 },
411 {
412 "chance": 10,
413 "condition_values": [],
414 "max_level": 31,
415 "method": {
416 "name": "walk",
417 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
418 },
419 "min_level": 31
420 },
421 {
422 "chance": 5,
423 "condition_values": [],
424 "max_level": 40,
425 "method": {
426 "name": "surf",
427 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
428 },
429 "min_level": 30
430 },
431 {
432 "chance": 4,
433 "condition_values": [],
434 "max_level": 40,
435 "method": {
436 "name": "surf",
437 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
438 },
439 "min_level": 30
440 },
441 {
442 "chance": 1,
443 "condition_values": [],
444 "max_level": 40,
445 "method": {
446 "name": "surf",
447 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
448 },
449 "min_level": 20
450 }
451 ],
452 "max_chance": 30,
453 "version": {
454 "name": "diamond",
455 "url": "https://pokedex.mimo.dev/api/version/12/"
456 }
457 },
458 {
459 "encounter_details": [
460 {
461 "chance": 10,
462 "condition_values": [],
463 "max_level": 32,
464 "method": {
465 "name": "walk",
466 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
467 },
468 "min_level": 32
469 },
470 {
471 "chance": 10,
472 "condition_values": [],
473 "max_level": 31,
474 "method": {
475 "name": "walk",
476 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
477 },
478 "min_level": 31
479 },
480 {
481 "chance": 5,
482 "condition_values": [],
483 "max_level": 40,
484 "method": {
485 "name": "surf",
486 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
487 },
488 "min_level": 30
489 },
490 {
491 "chance": 4,
492 "condition_values": [],
493 "max_level": 40,
494 "method": {
495 "name": "surf",
496 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
497 },
498 "min_level": 30
499 },
500 {
501 "chance": 1,
502 "condition_values": [],
503 "max_level": 40,
504 "method": {
505 "name": "surf",
506 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
507 },
508 "min_level": 20
509 }
510 ],
511 "max_chance": 30,
512 "version": {
513 "name": "pearl",
514 "url": "https://pokedex.mimo.dev/api/version/13/"
515 }
516 },
517 {
518 "encounter_details": [
519 {
520 "chance": 10,
521 "condition_values": [
522 {
523 "name": "time-night",
524 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
525 }
526 ],
527 "max_level": 33,
528 "method": {
529 "name": "walk",
530 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
531 },
532 "min_level": 33
533 },
534 {
535 "chance": 4,
536 "condition_values": [],
537 "max_level": 34,
538 "method": {
539 "name": "walk",
540 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
541 },
542 "min_level": 34
543 },
544 {
545 "chance": 1,
546 "condition_values": [],
547 "max_level": 34,
548 "method": {
549 "name": "walk",
550 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
551 },
552 "min_level": 34
553 },
554 {
555 "chance": 5,
556 "condition_values": [],
557 "max_level": 40,
558 "method": {
559 "name": "surf",
560 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
561 },
562 "min_level": 20
563 },
564 {
565 "chance": 4,
566 "condition_values": [],
567 "max_level": 40,
568 "method": {
569 "name": "surf",
570 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
571 },
572 "min_level": 20
573 },
574 {
575 "chance": 1,
576 "condition_values": [],
577 "max_level": 40,
578 "method": {
579 "name": "surf",
580 "url": "https://pokedex.mimo.dev/api/encounter-method/5/"
581 },
582 "min_level": 20
583 }
584 ],
585 "max_chance": 25,
586 "version": {
587 "name": "platinum",
588 "url": "https://pokedex.mimo.dev/api/version/14/"
589 }
590 }
591 ]
592 },
593 {
594 "pokemon": {
595 "name": "machoke",
596 "url": "https://pokedex.mimo.dev/api/pokemon/67/"
597 },
598 "version_details": [
599 {
600 "encounter_details": [
601 {
602 "chance": 10,
603 "condition_values": [],
604 "max_level": 31,
605 "method": {
606 "name": "walk",
607 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
608 },
609 "min_level": 31
610 }
611 ],
612 "max_chance": 10,
613 "version": {
614 "name": "diamond",
615 "url": "https://pokedex.mimo.dev/api/version/12/"
616 }
617 },
618 {
619 "encounter_details": [
620 {
621 "chance": 10,
622 "condition_values": [],
623 "max_level": 31,
624 "method": {
625 "name": "walk",
626 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
627 },
628 "min_level": 31
629 }
630 ],
631 "max_chance": 10,
632 "version": {
633 "name": "pearl",
634 "url": "https://pokedex.mimo.dev/api/version/13/"
635 }
636 },
637 {
638 "encounter_details": [
639 {
640 "chance": 10,
641 "condition_values": [],
642 "max_level": 35,
643 "method": {
644 "name": "walk",
645 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
646 },
647 "min_level": 35
648 }
649 ],
650 "max_chance": 10,
651 "version": {
652 "name": "platinum",
653 "url": "https://pokedex.mimo.dev/api/version/14/"
654 }
655 }
656 ]
657 },
658 {
659 "pokemon": {
660 "name": "graveler",
661 "url": "https://pokedex.mimo.dev/api/pokemon/75/"
662 },
663 "version_details": [
664 {
665 "encounter_details": [
666 {
667 "chance": 20,
668 "condition_values": [],
669 "max_level": 31,
670 "method": {
671 "name": "walk",
672 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
673 },
674 "min_level": 31
675 }
676 ],
677 "max_chance": 20,
678 "version": {
679 "name": "diamond",
680 "url": "https://pokedex.mimo.dev/api/version/12/"
681 }
682 },
683 {
684 "encounter_details": [
685 {
686 "chance": 20,
687 "condition_values": [],
688 "max_level": 31,
689 "method": {
690 "name": "walk",
691 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
692 },
693 "min_level": 31
694 }
695 ],
696 "max_chance": 20,
697 "version": {
698 "name": "pearl",
699 "url": "https://pokedex.mimo.dev/api/version/13/"
700 }
701 },
702 {
703 "encounter_details": [
704 {
705 "chance": 20,
706 "condition_values": [],
707 "max_level": 34,
708 "method": {
709 "name": "walk",
710 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
711 },
712 "min_level": 34
713 },
714 {
715 "chance": 10,
716 "condition_values": [
717 {
718 "name": "time-day",
719 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
720 }
721 ],
722 "max_level": 32,
723 "method": {
724 "name": "walk",
725 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
726 },
727 "min_level": 32
728 }
729 ],
730 "max_chance": 30,
731 "version": {
732 "name": "platinum",
733 "url": "https://pokedex.mimo.dev/api/version/14/"
734 }
735 }
736 ]
737 },
738 {
739 "pokemon": {
740 "name": "magikarp",
741 "url": "https://pokedex.mimo.dev/api/pokemon/129/"
742 },
743 "version_details": [
744 {
745 "encounter_details": [
746 {
747 "chance": 60,
748 "condition_values": [],
749 "max_level": 6,
750 "method": {
751 "name": "old-rod",
752 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
753 },
754 "min_level": 4
755 },
756 {
757 "chance": 30,
758 "condition_values": [],
759 "max_level": 7,
760 "method": {
761 "name": "old-rod",
762 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
763 },
764 "min_level": 3
765 },
766 {
767 "chance": 5,
768 "condition_values": [],
769 "max_level": 10,
770 "method": {
771 "name": "old-rod",
772 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
773 },
774 "min_level": 5
775 },
776 {
777 "chance": 4,
778 "condition_values": [],
779 "max_level": 10,
780 "method": {
781 "name": "old-rod",
782 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
783 },
784 "min_level": 5
785 },
786 {
787 "chance": 1,
788 "condition_values": [],
789 "max_level": 10,
790 "method": {
791 "name": "old-rod",
792 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
793 },
794 "min_level": 5
795 },
796 {
797 "chance": 40,
798 "condition_values": [],
799 "max_level": 20,
800 "method": {
801 "name": "good-rod",
802 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
803 },
804 "min_level": 15
805 },
806 {
807 "chance": 15,
808 "condition_values": [],
809 "max_level": 25,
810 "method": {
811 "name": "good-rod",
812 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
813 },
814 "min_level": 10
815 }
816 ],
817 "max_chance": 155,
818 "version": {
819 "name": "diamond",
820 "url": "https://pokedex.mimo.dev/api/version/12/"
821 }
822 },
823 {
824 "encounter_details": [
825 {
826 "chance": 60,
827 "condition_values": [],
828 "max_level": 6,
829 "method": {
830 "name": "old-rod",
831 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
832 },
833 "min_level": 4
834 },
835 {
836 "chance": 30,
837 "condition_values": [],
838 "max_level": 7,
839 "method": {
840 "name": "old-rod",
841 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
842 },
843 "min_level": 3
844 },
845 {
846 "chance": 5,
847 "condition_values": [],
848 "max_level": 10,
849 "method": {
850 "name": "old-rod",
851 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
852 },
853 "min_level": 5
854 },
855 {
856 "chance": 4,
857 "condition_values": [],
858 "max_level": 10,
859 "method": {
860 "name": "old-rod",
861 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
862 },
863 "min_level": 5
864 },
865 {
866 "chance": 1,
867 "condition_values": [],
868 "max_level": 10,
869 "method": {
870 "name": "old-rod",
871 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
872 },
873 "min_level": 5
874 },
875 {
876 "chance": 40,
877 "condition_values": [],
878 "max_level": 20,
879 "method": {
880 "name": "good-rod",
881 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
882 },
883 "min_level": 15
884 },
885 {
886 "chance": 15,
887 "condition_values": [],
888 "max_level": 25,
889 "method": {
890 "name": "good-rod",
891 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
892 },
893 "min_level": 10
894 }
895 ],
896 "max_chance": 155,
897 "version": {
898 "name": "pearl",
899 "url": "https://pokedex.mimo.dev/api/version/13/"
900 }
901 },
902 {
903 "encounter_details": [
904 {
905 "chance": 60,
906 "condition_values": [],
907 "max_level": 6,
908 "method": {
909 "name": "old-rod",
910 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
911 },
912 "min_level": 3
913 },
914 {
915 "chance": 30,
916 "condition_values": [],
917 "max_level": 7,
918 "method": {
919 "name": "old-rod",
920 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
921 },
922 "min_level": 4
923 },
924 {
925 "chance": 5,
926 "condition_values": [],
927 "max_level": 10,
928 "method": {
929 "name": "old-rod",
930 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
931 },
932 "min_level": 5
933 },
934 {
935 "chance": 4,
936 "condition_values": [],
937 "max_level": 10,
938 "method": {
939 "name": "old-rod",
940 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
941 },
942 "min_level": 5
943 },
944 {
945 "chance": 1,
946 "condition_values": [],
947 "max_level": 15,
948 "method": {
949 "name": "old-rod",
950 "url": "https://pokedex.mimo.dev/api/encounter-method/2/"
951 },
952 "min_level": 5
953 },
954 {
955 "chance": 40,
956 "condition_values": [],
957 "max_level": 20,
958 "method": {
959 "name": "good-rod",
960 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
961 },
962 "min_level": 15
963 },
964 {
965 "chance": 15,
966 "condition_values": [],
967 "max_level": 25,
968 "method": {
969 "name": "good-rod",
970 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
971 },
972 "min_level": 10
973 }
974 ],
975 "max_chance": 155,
976 "version": {
977 "name": "platinum",
978 "url": "https://pokedex.mimo.dev/api/version/14/"
979 }
980 }
981 ]
982 },
983 {
984 "pokemon": {
985 "name": "gyarados",
986 "url": "https://pokedex.mimo.dev/api/pokemon/130/"
987 },
988 "version_details": [
989 {
990 "encounter_details": [
991 {
992 "chance": 40,
993 "condition_values": [],
994 "max_level": 40,
995 "method": {
996 "name": "super-rod",
997 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
998 },
999 "min_level": 30
1000 },
1001 {
1002 "chance": 15,
1003 "condition_values": [],
1004 "max_level": 55,
1005 "method": {
1006 "name": "super-rod",
1007 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1008 },
1009 "min_level": 40
1010 }
1011 ],
1012 "max_chance": 55,
1013 "version": {
1014 "name": "diamond",
1015 "url": "https://pokedex.mimo.dev/api/version/12/"
1016 }
1017 },
1018 {
1019 "encounter_details": [
1020 {
1021 "chance": 40,
1022 "condition_values": [],
1023 "max_level": 40,
1024 "method": {
1025 "name": "super-rod",
1026 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1027 },
1028 "min_level": 30
1029 },
1030 {
1031 "chance": 15,
1032 "condition_values": [],
1033 "max_level": 55,
1034 "method": {
1035 "name": "super-rod",
1036 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1037 },
1038 "min_level": 40
1039 }
1040 ],
1041 "max_chance": 55,
1042 "version": {
1043 "name": "pearl",
1044 "url": "https://pokedex.mimo.dev/api/version/13/"
1045 }
1046 },
1047 {
1048 "encounter_details": [
1049 {
1050 "chance": 40,
1051 "condition_values": [],
1052 "max_level": 40,
1053 "method": {
1054 "name": "super-rod",
1055 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1056 },
1057 "min_level": 30
1058 },
1059 {
1060 "chance": 15,
1061 "condition_values": [],
1062 "max_level": 55,
1063 "method": {
1064 "name": "super-rod",
1065 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1066 },
1067 "min_level": 40
1068 }
1069 ],
1070 "max_chance": 55,
1071 "version": {
1072 "name": "platinum",
1073 "url": "https://pokedex.mimo.dev/api/version/14/"
1074 }
1075 }
1076 ]
1077 },
1078 {
1079 "pokemon": {
1080 "name": "nosepass",
1081 "url": "https://pokedex.mimo.dev/api/pokemon/299/"
1082 },
1083 "version_details": [
1084 {
1085 "encounter_details": [
1086 {
1087 "chance": 5,
1088 "condition_values": [],
1089 "max_level": 33,
1090 "method": {
1091 "name": "walk",
1092 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1093 },
1094 "min_level": 33
1095 }
1096 ],
1097 "max_chance": 5,
1098 "version": {
1099 "name": "platinum",
1100 "url": "https://pokedex.mimo.dev/api/version/14/"
1101 }
1102 }
1103 ]
1104 },
1105 {
1106 "pokemon": {
1107 "name": "meditite",
1108 "url": "https://pokedex.mimo.dev/api/pokemon/307/"
1109 },
1110 "version_details": [
1111 {
1112 "encounter_details": [
1113 {
1114 "chance": 20,
1115 "condition_values": [],
1116 "max_level": 31,
1117 "method": {
1118 "name": "walk",
1119 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1120 },
1121 "min_level": 31
1122 },
1123 {
1124 "chance": 4,
1125 "condition_values": [],
1126 "max_level": 32,
1127 "method": {
1128 "name": "walk",
1129 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1130 },
1131 "min_level": 32
1132 },
1133 {
1134 "chance": 1,
1135 "condition_values": [],
1136 "max_level": 32,
1137 "method": {
1138 "name": "walk",
1139 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1140 },
1141 "min_level": 32
1142 }
1143 ],
1144 "max_chance": 25,
1145 "version": {
1146 "name": "diamond",
1147 "url": "https://pokedex.mimo.dev/api/version/12/"
1148 }
1149 },
1150 {
1151 "encounter_details": [
1152 {
1153 "chance": 20,
1154 "condition_values": [],
1155 "max_level": 31,
1156 "method": {
1157 "name": "walk",
1158 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1159 },
1160 "min_level": 31
1161 },
1162 {
1163 "chance": 4,
1164 "condition_values": [],
1165 "max_level": 32,
1166 "method": {
1167 "name": "walk",
1168 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1169 },
1170 "min_level": 32
1171 },
1172 {
1173 "chance": 1,
1174 "condition_values": [],
1175 "max_level": 32,
1176 "method": {
1177 "name": "walk",
1178 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1179 },
1180 "min_level": 32
1181 }
1182 ],
1183 "max_chance": 25,
1184 "version": {
1185 "name": "pearl",
1186 "url": "https://pokedex.mimo.dev/api/version/13/"
1187 }
1188 },
1189 {
1190 "encounter_details": [
1191 {
1192 "chance": 10,
1193 "condition_values": [
1194 {
1195 "name": "time-morning",
1196 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1197 }
1198 ],
1199 "max_level": 33,
1200 "method": {
1201 "name": "walk",
1202 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1203 },
1204 "min_level": 33
1205 },
1206 {
1207 "chance": 10,
1208 "condition_values": [
1209 {
1210 "name": "time-day",
1211 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1212 }
1213 ],
1214 "max_level": 33,
1215 "method": {
1216 "name": "walk",
1217 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1218 },
1219 "min_level": 33
1220 },
1221 {
1222 "chance": 10,
1223 "condition_values": [],
1224 "max_level": 35,
1225 "method": {
1226 "name": "walk",
1227 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1228 },
1229 "min_level": 35
1230 }
1231 ],
1232 "max_chance": 30,
1233 "version": {
1234 "name": "platinum",
1235 "url": "https://pokedex.mimo.dev/api/version/14/"
1236 }
1237 }
1238 ]
1239 },
1240 {
1241 "pokemon": {
1242 "name": "barboach",
1243 "url": "https://pokedex.mimo.dev/api/pokemon/339/"
1244 },
1245 "version_details": [
1246 {
1247 "encounter_details": [
1248 {
1249 "chance": 40,
1250 "condition_values": [],
1251 "max_level": 20,
1252 "method": {
1253 "name": "good-rod",
1254 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1255 },
1256 "min_level": 15
1257 },
1258 {
1259 "chance": 4,
1260 "condition_values": [],
1261 "max_level": 25,
1262 "method": {
1263 "name": "good-rod",
1264 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1265 },
1266 "min_level": 10
1267 },
1268 {
1269 "chance": 1,
1270 "condition_values": [],
1271 "max_level": 25,
1272 "method": {
1273 "name": "good-rod",
1274 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1275 },
1276 "min_level": 10
1277 }
1278 ],
1279 "max_chance": 45,
1280 "version": {
1281 "name": "diamond",
1282 "url": "https://pokedex.mimo.dev/api/version/12/"
1283 }
1284 },
1285 {
1286 "encounter_details": [
1287 {
1288 "chance": 40,
1289 "condition_values": [],
1290 "max_level": 20,
1291 "method": {
1292 "name": "good-rod",
1293 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1294 },
1295 "min_level": 15
1296 },
1297 {
1298 "chance": 4,
1299 "condition_values": [],
1300 "max_level": 25,
1301 "method": {
1302 "name": "good-rod",
1303 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1304 },
1305 "min_level": 10
1306 },
1307 {
1308 "chance": 1,
1309 "condition_values": [],
1310 "max_level": 25,
1311 "method": {
1312 "name": "good-rod",
1313 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1314 },
1315 "min_level": 10
1316 }
1317 ],
1318 "max_chance": 45,
1319 "version": {
1320 "name": "pearl",
1321 "url": "https://pokedex.mimo.dev/api/version/13/"
1322 }
1323 },
1324 {
1325 "encounter_details": [
1326 {
1327 "chance": 40,
1328 "condition_values": [],
1329 "max_level": 20,
1330 "method": {
1331 "name": "good-rod",
1332 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1333 },
1334 "min_level": 15
1335 },
1336 {
1337 "chance": 4,
1338 "condition_values": [],
1339 "max_level": 25,
1340 "method": {
1341 "name": "good-rod",
1342 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1343 },
1344 "min_level": 10
1345 },
1346 {
1347 "chance": 1,
1348 "condition_values": [],
1349 "max_level": 25,
1350 "method": {
1351 "name": "good-rod",
1352 "url": "https://pokedex.mimo.dev/api/encounter-method/3/"
1353 },
1354 "min_level": 10
1355 }
1356 ],
1357 "max_chance": 45,
1358 "version": {
1359 "name": "platinum",
1360 "url": "https://pokedex.mimo.dev/api/version/14/"
1361 }
1362 }
1363 ]
1364 },
1365 {
1366 "pokemon": {
1367 "name": "whiscash",
1368 "url": "https://pokedex.mimo.dev/api/pokemon/340/"
1369 },
1370 "version_details": [
1371 {
1372 "encounter_details": [
1373 {
1374 "chance": 40,
1375 "condition_values": [],
1376 "max_level": 40,
1377 "method": {
1378 "name": "super-rod",
1379 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1380 },
1381 "min_level": 30
1382 },
1383 {
1384 "chance": 4,
1385 "condition_values": [],
1386 "max_level": 50,
1387 "method": {
1388 "name": "super-rod",
1389 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1390 },
1391 "min_level": 20
1392 },
1393 {
1394 "chance": 1,
1395 "condition_values": [],
1396 "max_level": 50,
1397 "method": {
1398 "name": "super-rod",
1399 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1400 },
1401 "min_level": 20
1402 }
1403 ],
1404 "max_chance": 45,
1405 "version": {
1406 "name": "diamond",
1407 "url": "https://pokedex.mimo.dev/api/version/12/"
1408 }
1409 },
1410 {
1411 "encounter_details": [
1412 {
1413 "chance": 40,
1414 "condition_values": [],
1415 "max_level": 40,
1416 "method": {
1417 "name": "super-rod",
1418 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1419 },
1420 "min_level": 30
1421 },
1422 {
1423 "chance": 4,
1424 "condition_values": [],
1425 "max_level": 50,
1426 "method": {
1427 "name": "super-rod",
1428 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1429 },
1430 "min_level": 20
1431 },
1432 {
1433 "chance": 1,
1434 "condition_values": [],
1435 "max_level": 50,
1436 "method": {
1437 "name": "super-rod",
1438 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1439 },
1440 "min_level": 20
1441 }
1442 ],
1443 "max_chance": 45,
1444 "version": {
1445 "name": "pearl",
1446 "url": "https://pokedex.mimo.dev/api/version/13/"
1447 }
1448 },
1449 {
1450 "encounter_details": [
1451 {
1452 "chance": 40,
1453 "condition_values": [],
1454 "max_level": 40,
1455 "method": {
1456 "name": "super-rod",
1457 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1458 },
1459 "min_level": 30
1460 },
1461 {
1462 "chance": 4,
1463 "condition_values": [],
1464 "max_level": 55,
1465 "method": {
1466 "name": "super-rod",
1467 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1468 },
1469 "min_level": 40
1470 },
1471 {
1472 "chance": 1,
1473 "condition_values": [],
1474 "max_level": 55,
1475 "method": {
1476 "name": "super-rod",
1477 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
1478 },
1479 "min_level": 40
1480 }
1481 ],
1482 "max_chance": 45,
1483 "version": {
1484 "name": "platinum",
1485 "url": "https://pokedex.mimo.dev/api/version/14/"
1486 }
1487 }
1488 ]
1489 },
1490 {
1491 "pokemon": {
1492 "name": "chingling",
1493 "url": "https://pokedex.mimo.dev/api/pokemon/433/"
1494 },
1495 "version_details": [
1496 {
1497 "encounter_details": [
1498 {
1499 "chance": 5,
1500 "condition_values": [],
1501 "max_level": 30,
1502 "method": {
1503 "name": "walk",
1504 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1505 },
1506 "min_level": 30
1507 },
1508 {
1509 "chance": 5,
1510 "condition_values": [],
1511 "max_level": 30,
1512 "method": {
1513 "name": "walk",
1514 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1515 },
1516 "min_level": 30
1517 }
1518 ],
1519 "max_chance": 10,
1520 "version": {
1521 "name": "diamond",
1522 "url": "https://pokedex.mimo.dev/api/version/12/"
1523 }
1524 },
1525 {
1526 "encounter_details": [
1527 {
1528 "chance": 5,
1529 "condition_values": [],
1530 "max_level": 30,
1531 "method": {
1532 "name": "walk",
1533 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1534 },
1535 "min_level": 30
1536 },
1537 {
1538 "chance": 5,
1539 "condition_values": [],
1540 "max_level": 30,
1541 "method": {
1542 "name": "walk",
1543 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1544 },
1545 "min_level": 30
1546 }
1547 ],
1548 "max_chance": 10,
1549 "version": {
1550 "name": "pearl",
1551 "url": "https://pokedex.mimo.dev/api/version/13/"
1552 }
1553 },
1554 {
1555 "encounter_details": [
1556 {
1557 "chance": 5,
1558 "condition_values": [],
1559 "max_level": 32,
1560 "method": {
1561 "name": "walk",
1562 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1563 },
1564 "min_level": 32
1565 },
1566 {
1567 "chance": 4,
1568 "condition_values": [],
1569 "max_level": 34,
1570 "method": {
1571 "name": "walk",
1572 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1573 },
1574 "min_level": 34
1575 },
1576 {
1577 "chance": 1,
1578 "condition_values": [],
1579 "max_level": 34,
1580 "method": {
1581 "name": "walk",
1582 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1583 },
1584 "min_level": 34
1585 }
1586 ],
1587 "max_chance": 10,
1588 "version": {
1589 "name": "platinum",
1590 "url": "https://pokedex.mimo.dev/api/version/14/"
1591 }
1592 }
1593 ]
1594 },
1595 {
1596 "pokemon": {
1597 "name": "bronzor",
1598 "url": "https://pokedex.mimo.dev/api/pokemon/436/"
1599 },
1600 "version_details": [
1601 {
1602 "encounter_details": [
1603 {
1604 "chance": 20,
1605 "condition_values": [],
1606 "max_level": 33,
1607 "method": {
1608 "name": "walk",
1609 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1610 },
1611 "min_level": 33
1612 }
1613 ],
1614 "max_chance": 20,
1615 "version": {
1616 "name": "platinum",
1617 "url": "https://pokedex.mimo.dev/api/version/14/"
1618 }
1619 }
1620 ]
1621 }
1622 ]
1623}