Endpoint: location-area

GEThttps://pokedex.mimo.dev/api/location-area/ice-path-1f

Request

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