Endpoint: location-area

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

Request

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