Endpoint: location-area

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

Request

GETlocation-area
1fetch("https://pokedex.mimo.dev/api/location-area/johto-safari-zone-zone-desert")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response

response.json
1{
2 "encounter_method_rates": [],
3 "game_index": 0,
4 "id": 814,
5 "location": {
6 "name": "johto-safari-zone",
7 "url": "https://pokedex.mimo.dev/api/location/814/"
8 },
9 "name": "johto-safari-zone-zone-desert",
10 "names": [
11 {
12 "language": {
13 "name": "en",
14 "url": "https://pokedex.mimo.dev/api/language/9/"
15 },
16 "name": "Safari Zone Desert"
17 },
18 {
19 "language": {
20 "name": "fr",
21 "url": "https://pokedex.mimo.dev/api/language/5/"
22 },
23 "name": "Parc Safari - Désert"
24 }
25 ],
26 "pokemon_encounters": [
27 {
28 "pokemon": {
29 "name": "fearow",
30 "url": "https://pokedex.mimo.dev/api/pokemon/22/"
31 },
32 "version_details": [
33 {
34 "encounter_details": [
35 {
36 "chance": 10,
37 "condition_values": [
38 {
39 "name": "time-night",
40 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
41 }
42 ],
43 "max_level": 15,
44 "method": {
45 "name": "walk",
46 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
47 },
48 "min_level": 15
49 },
50 {
51 "chance": 10,
52 "condition_values": [
53 {
54 "name": "time-night",
55 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
56 }
57 ],
58 "max_level": 16,
59 "method": {
60 "name": "walk",
61 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
62 },
63 "min_level": 16
64 },
65 {
66 "chance": 10,
67 "condition_values": [
68 {
69 "name": "time-night",
70 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
71 }
72 ],
73 "max_level": 17,
74 "method": {
75 "name": "walk",
76 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
77 },
78 "min_level": 17
79 }
80 ],
81 "max_chance": 30,
82 "version": {
83 "name": "heartgold",
84 "url": "https://pokedex.mimo.dev/api/version/15/"
85 }
86 },
87 {
88 "encounter_details": [
89 {
90 "chance": 10,
91 "condition_values": [
92 {
93 "name": "time-night",
94 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
95 }
96 ],
97 "max_level": 15,
98 "method": {
99 "name": "walk",
100 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
101 },
102 "min_level": 15
103 },
104 {
105 "chance": 10,
106 "condition_values": [
107 {
108 "name": "time-night",
109 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
110 }
111 ],
112 "max_level": 16,
113 "method": {
114 "name": "walk",
115 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
116 },
117 "min_level": 16
118 },
119 {
120 "chance": 10,
121 "condition_values": [
122 {
123 "name": "time-night",
124 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
125 }
126 ],
127 "max_level": 17,
128 "method": {
129 "name": "walk",
130 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
131 },
132 "min_level": 17
133 }
134 ],
135 "max_chance": 30,
136 "version": {
137 "name": "soulsilver",
138 "url": "https://pokedex.mimo.dev/api/version/16/"
139 }
140 }
141 ]
142 },
143 {
144 "pokemon": {
145 "name": "sandshrew",
146 "url": "https://pokedex.mimo.dev/api/pokemon/27/"
147 },
148 "version_details": [
149 {
150 "encounter_details": [
151 {
152 "chance": 10,
153 "condition_values": [
154 {
155 "name": "time-morning",
156 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
157 }
158 ],
159 "max_level": 15,
160 "method": {
161 "name": "walk",
162 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
163 },
164 "min_level": 15
165 },
166 {
167 "chance": 10,
168 "condition_values": [
169 {
170 "name": "time-morning",
171 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
172 }
173 ],
174 "max_level": 15,
175 "method": {
176 "name": "walk",
177 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
178 },
179 "min_level": 15
180 },
181 {
182 "chance": 10,
183 "condition_values": [
184 {
185 "name": "time-morning",
186 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
187 }
188 ],
189 "max_level": 16,
190 "method": {
191 "name": "walk",
192 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
193 },
194 "min_level": 16
195 },
196 {
197 "chance": 10,
198 "condition_values": [
199 {
200 "name": "time-morning",
201 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
202 }
203 ],
204 "max_level": 17,
205 "method": {
206 "name": "walk",
207 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
208 },
209 "min_level": 17
210 },
211 {
212 "chance": 10,
213 "condition_values": [
214 {
215 "name": "time-day",
216 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
217 }
218 ],
219 "max_level": 15,
220 "method": {
221 "name": "walk",
222 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
223 },
224 "min_level": 15
225 },
226 {
227 "chance": 10,
228 "condition_values": [
229 {
230 "name": "time-day",
231 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
232 }
233 ],
234 "max_level": 15,
235 "method": {
236 "name": "walk",
237 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
238 },
239 "min_level": 15
240 },
241 {
242 "chance": 10,
243 "condition_values": [
244 {
245 "name": "time-day",
246 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
247 }
248 ],
249 "max_level": 16,
250 "method": {
251 "name": "walk",
252 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
253 },
254 "min_level": 16
255 },
256 {
257 "chance": 10,
258 "condition_values": [
259 {
260 "name": "time-day",
261 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
262 }
263 ],
264 "max_level": 17,
265 "method": {
266 "name": "walk",
267 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
268 },
269 "min_level": 17
270 },
271 {
272 "chance": 10,
273 "condition_values": [
274 {
275 "name": "time-night",
276 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
277 }
278 ],
279 "max_level": 15,
280 "method": {
281 "name": "walk",
282 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
283 },
284 "min_level": 15
285 },
286 {
287 "chance": 10,
288 "condition_values": [
289 {
290 "name": "time-night",
291 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
292 }
293 ],
294 "max_level": 16,
295 "method": {
296 "name": "walk",
297 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
298 },
299 "min_level": 16
300 },
301 {
302 "chance": 10,
303 "condition_values": [
304 {
305 "name": "time-night",
306 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
307 }
308 ],
309 "max_level": 17,
310 "method": {
311 "name": "walk",
312 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
313 },
314 "min_level": 17
315 },
316 {
317 "chance": 10,
318 "condition_values": [
319 {
320 "name": "time-night",
321 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
322 }
323 ],
324 "max_level": 17,
325 "method": {
326 "name": "walk",
327 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
328 },
329 "min_level": 17
330 }
331 ],
332 "max_chance": 120,
333 "version": {
334 "name": "heartgold",
335 "url": "https://pokedex.mimo.dev/api/version/15/"
336 }
337 },
338 {
339 "encounter_details": [
340 {
341 "chance": 10,
342 "condition_values": [
343 {
344 "name": "time-morning",
345 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
346 }
347 ],
348 "max_level": 15,
349 "method": {
350 "name": "walk",
351 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
352 },
353 "min_level": 15
354 },
355 {
356 "chance": 10,
357 "condition_values": [
358 {
359 "name": "time-morning",
360 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
361 }
362 ],
363 "max_level": 15,
364 "method": {
365 "name": "walk",
366 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
367 },
368 "min_level": 15
369 },
370 {
371 "chance": 10,
372 "condition_values": [
373 {
374 "name": "time-morning",
375 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
376 }
377 ],
378 "max_level": 16,
379 "method": {
380 "name": "walk",
381 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
382 },
383 "min_level": 16
384 },
385 {
386 "chance": 10,
387 "condition_values": [
388 {
389 "name": "time-morning",
390 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
391 }
392 ],
393 "max_level": 17,
394 "method": {
395 "name": "walk",
396 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
397 },
398 "min_level": 17
399 },
400 {
401 "chance": 10,
402 "condition_values": [
403 {
404 "name": "time-day",
405 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
406 }
407 ],
408 "max_level": 15,
409 "method": {
410 "name": "walk",
411 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
412 },
413 "min_level": 15
414 },
415 {
416 "chance": 10,
417 "condition_values": [
418 {
419 "name": "time-day",
420 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
421 }
422 ],
423 "max_level": 15,
424 "method": {
425 "name": "walk",
426 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
427 },
428 "min_level": 15
429 },
430 {
431 "chance": 10,
432 "condition_values": [
433 {
434 "name": "time-day",
435 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
436 }
437 ],
438 "max_level": 16,
439 "method": {
440 "name": "walk",
441 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
442 },
443 "min_level": 16
444 },
445 {
446 "chance": 10,
447 "condition_values": [
448 {
449 "name": "time-day",
450 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
451 }
452 ],
453 "max_level": 17,
454 "method": {
455 "name": "walk",
456 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
457 },
458 "min_level": 17
459 },
460 {
461 "chance": 10,
462 "condition_values": [
463 {
464 "name": "time-night",
465 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
466 }
467 ],
468 "max_level": 15,
469 "method": {
470 "name": "walk",
471 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
472 },
473 "min_level": 15
474 },
475 {
476 "chance": 10,
477 "condition_values": [
478 {
479 "name": "time-night",
480 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
481 }
482 ],
483 "max_level": 16,
484 "method": {
485 "name": "walk",
486 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
487 },
488 "min_level": 16
489 },
490 {
491 "chance": 10,
492 "condition_values": [
493 {
494 "name": "time-night",
495 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
496 }
497 ],
498 "max_level": 17,
499 "method": {
500 "name": "walk",
501 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
502 },
503 "min_level": 17
504 },
505 {
506 "chance": 10,
507 "condition_values": [
508 {
509 "name": "time-night",
510 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
511 }
512 ],
513 "max_level": 17,
514 "method": {
515 "name": "walk",
516 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
517 },
518 "min_level": 17
519 }
520 ],
521 "max_chance": 120,
522 "version": {
523 "name": "soulsilver",
524 "url": "https://pokedex.mimo.dev/api/version/16/"
525 }
526 }
527 ]
528 },
529 {
530 "pokemon": {
531 "name": "sandslash",
532 "url": "https://pokedex.mimo.dev/api/pokemon/28/"
533 },
534 "version_details": [
535 {
536 "encounter_details": [
537 {
538 "chance": 10,
539 "condition_values": [
540 {
541 "name": "time-morning",
542 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
543 }
544 ],
545 "max_level": 15,
546 "method": {
547 "name": "walk",
548 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
549 },
550 "min_level": 15
551 },
552 {
553 "chance": 10,
554 "condition_values": [
555 {
556 "name": "time-morning",
557 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
558 }
559 ],
560 "max_level": 16,
561 "method": {
562 "name": "walk",
563 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
564 },
565 "min_level": 16
566 },
567 {
568 "chance": 10,
569 "condition_values": [
570 {
571 "name": "time-morning",
572 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
573 }
574 ],
575 "max_level": 17,
576 "method": {
577 "name": "walk",
578 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
579 },
580 "min_level": 17
581 },
582 {
583 "chance": 10,
584 "condition_values": [
585 {
586 "name": "time-day",
587 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
588 }
589 ],
590 "max_level": 15,
591 "method": {
592 "name": "walk",
593 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
594 },
595 "min_level": 15
596 },
597 {
598 "chance": 10,
599 "condition_values": [
600 {
601 "name": "time-day",
602 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
603 }
604 ],
605 "max_level": 16,
606 "method": {
607 "name": "walk",
608 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
609 },
610 "min_level": 16
611 },
612 {
613 "chance": 10,
614 "condition_values": [
615 {
616 "name": "time-day",
617 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
618 }
619 ],
620 "max_level": 17,
621 "method": {
622 "name": "walk",
623 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
624 },
625 "min_level": 17
626 },
627 {
628 "chance": 10,
629 "condition_values": [
630 {
631 "name": "time-night",
632 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
633 }
634 ],
635 "max_level": 15,
636 "method": {
637 "name": "walk",
638 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
639 },
640 "min_level": 15
641 },
642 {
643 "chance": 10,
644 "condition_values": [
645 {
646 "name": "time-night",
647 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
648 }
649 ],
650 "max_level": 16,
651 "method": {
652 "name": "walk",
653 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
654 },
655 "min_level": 16
656 },
657 {
658 "chance": 10,
659 "condition_values": [
660 {
661 "name": "time-night",
662 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
663 }
664 ],
665 "max_level": 17,
666 "method": {
667 "name": "walk",
668 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
669 },
670 "min_level": 17
671 }
672 ],
673 "max_chance": 90,
674 "version": {
675 "name": "heartgold",
676 "url": "https://pokedex.mimo.dev/api/version/15/"
677 }
678 },
679 {
680 "encounter_details": [
681 {
682 "chance": 10,
683 "condition_values": [
684 {
685 "name": "time-morning",
686 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
687 }
688 ],
689 "max_level": 15,
690 "method": {
691 "name": "walk",
692 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
693 },
694 "min_level": 15
695 },
696 {
697 "chance": 10,
698 "condition_values": [
699 {
700 "name": "time-morning",
701 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
702 }
703 ],
704 "max_level": 16,
705 "method": {
706 "name": "walk",
707 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
708 },
709 "min_level": 16
710 },
711 {
712 "chance": 10,
713 "condition_values": [
714 {
715 "name": "time-morning",
716 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
717 }
718 ],
719 "max_level": 17,
720 "method": {
721 "name": "walk",
722 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
723 },
724 "min_level": 17
725 },
726 {
727 "chance": 10,
728 "condition_values": [
729 {
730 "name": "time-day",
731 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
732 }
733 ],
734 "max_level": 15,
735 "method": {
736 "name": "walk",
737 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
738 },
739 "min_level": 15
740 },
741 {
742 "chance": 10,
743 "condition_values": [
744 {
745 "name": "time-day",
746 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
747 }
748 ],
749 "max_level": 16,
750 "method": {
751 "name": "walk",
752 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
753 },
754 "min_level": 16
755 },
756 {
757 "chance": 10,
758 "condition_values": [
759 {
760 "name": "time-day",
761 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
762 }
763 ],
764 "max_level": 17,
765 "method": {
766 "name": "walk",
767 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
768 },
769 "min_level": 17
770 },
771 {
772 "chance": 10,
773 "condition_values": [
774 {
775 "name": "time-night",
776 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
777 }
778 ],
779 "max_level": 15,
780 "method": {
781 "name": "walk",
782 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
783 },
784 "min_level": 15
785 },
786 {
787 "chance": 10,
788 "condition_values": [
789 {
790 "name": "time-night",
791 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
792 }
793 ],
794 "max_level": 16,
795 "method": {
796 "name": "walk",
797 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
798 },
799 "min_level": 16
800 },
801 {
802 "chance": 10,
803 "condition_values": [
804 {
805 "name": "time-night",
806 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
807 }
808 ],
809 "max_level": 17,
810 "method": {
811 "name": "walk",
812 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
813 },
814 "min_level": 17
815 }
816 ],
817 "max_chance": 90,
818 "version": {
819 "name": "soulsilver",
820 "url": "https://pokedex.mimo.dev/api/version/16/"
821 }
822 }
823 ]
824 },
825 {
826 "pokemon": {
827 "name": "cubone",
828 "url": "https://pokedex.mimo.dev/api/pokemon/104/"
829 },
830 "version_details": [
831 {
832 "encounter_details": [
833 {
834 "chance": 10,
835 "condition_values": [
836 {
837 "name": "time-morning",
838 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
839 }
840 ],
841 "max_level": 16,
842 "method": {
843 "name": "walk",
844 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
845 },
846 "min_level": 16
847 },
848 {
849 "chance": 10,
850 "condition_values": [
851 {
852 "name": "time-morning",
853 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
854 }
855 ],
856 "max_level": 17,
857 "method": {
858 "name": "walk",
859 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
860 },
861 "min_level": 17
862 },
863 {
864 "chance": 10,
865 "condition_values": [
866 {
867 "name": "time-day",
868 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
869 }
870 ],
871 "max_level": 16,
872 "method": {
873 "name": "walk",
874 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
875 },
876 "min_level": 16
877 },
878 {
879 "chance": 10,
880 "condition_values": [
881 {
882 "name": "time-day",
883 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
884 }
885 ],
886 "max_level": 17,
887 "method": {
888 "name": "walk",
889 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
890 },
891 "min_level": 17
892 }
893 ],
894 "max_chance": 40,
895 "version": {
896 "name": "heartgold",
897 "url": "https://pokedex.mimo.dev/api/version/15/"
898 }
899 },
900 {
901 "encounter_details": [
902 {
903 "chance": 10,
904 "condition_values": [
905 {
906 "name": "time-morning",
907 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
908 }
909 ],
910 "max_level": 16,
911 "method": {
912 "name": "walk",
913 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
914 },
915 "min_level": 16
916 },
917 {
918 "chance": 10,
919 "condition_values": [
920 {
921 "name": "time-morning",
922 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
923 }
924 ],
925 "max_level": 17,
926 "method": {
927 "name": "walk",
928 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
929 },
930 "min_level": 17
931 },
932 {
933 "chance": 10,
934 "condition_values": [
935 {
936 "name": "time-day",
937 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
938 }
939 ],
940 "max_level": 16,
941 "method": {
942 "name": "walk",
943 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
944 },
945 "min_level": 16
946 },
947 {
948 "chance": 10,
949 "condition_values": [
950 {
951 "name": "time-day",
952 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
953 }
954 ],
955 "max_level": 17,
956 "method": {
957 "name": "walk",
958 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
959 },
960 "min_level": 17
961 }
962 ],
963 "max_chance": 40,
964 "version": {
965 "name": "soulsilver",
966 "url": "https://pokedex.mimo.dev/api/version/16/"
967 }
968 }
969 ]
970 },
971 {
972 "pokemon": {
973 "name": "marowak",
974 "url": "https://pokedex.mimo.dev/api/pokemon/105/"
975 },
976 "version_details": [
977 {
978 "encounter_details": [
979 {
980 "chance": 10,
981 "condition_values": [
982 {
983 "name": "time-morning",
984 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
985 }
986 ],
987 "max_level": 17,
988 "method": {
989 "name": "walk",
990 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
991 },
992 "min_level": 17
993 },
994 {
995 "chance": 10,
996 "condition_values": [
997 {
998 "name": "time-day",
999 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1000 }
1001 ],
1002 "max_level": 17,
1003 "method": {
1004 "name": "walk",
1005 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1006 },
1007 "min_level": 17
1008 }
1009 ],
1010 "max_chance": 20,
1011 "version": {
1012 "name": "heartgold",
1013 "url": "https://pokedex.mimo.dev/api/version/15/"
1014 }
1015 },
1016 {
1017 "encounter_details": [
1018 {
1019 "chance": 10,
1020 "condition_values": [
1021 {
1022 "name": "time-morning",
1023 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
1024 }
1025 ],
1026 "max_level": 17,
1027 "method": {
1028 "name": "walk",
1029 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1030 },
1031 "min_level": 17
1032 },
1033 {
1034 "chance": 10,
1035 "condition_values": [
1036 {
1037 "name": "time-day",
1038 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
1039 }
1040 ],
1041 "max_level": 17,
1042 "method": {
1043 "name": "walk",
1044 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
1045 },
1046 "min_level": 17
1047 }
1048 ],
1049 "max_chance": 20,
1050 "version": {
1051 "name": "soulsilver",
1052 "url": "https://pokedex.mimo.dev/api/version/16/"
1053 }
1054 }
1055 ]
1056 }
1057 ]
1058}