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