Endpoint: location-area
GEThttps://pokedex.mimo.dev/api/location-area/trophy-garden-area
Request
GETlocation-area
1fetch("https://pokedex.mimo.dev/api/location-area/trophy-garden-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": 118,
34 "id": 118,
35 "location": {
36 "name": "trophy-garden",
37 "url": "https://pokedex.mimo.dev/api/location/23/"
38 },
39 "name": "trophy-garden-area",
40 "names": [
41 {
42 "language": {
43 "name": "en",
44 "url": "https://pokedex.mimo.dev/api/language/9/"
45 },
46 "name": "Trophy Garden"
47 },
48 {
49 "language": {
50 "name": "fr",
51 "url": "https://pokedex.mimo.dev/api/language/5/"
52 },
53 "name": "Jardin Trophée"
54 }
55 ],
56 "pokemon_encounters": [
57 {
58 "pokemon": {
59 "name": "pikachu",
60 "url": "https://pokedex.mimo.dev/api/pokemon/25/"
61 },
62 "version_details": [
63 {
64 "encounter_details": [
65 {
66 "chance": 5,
67 "condition_values": [],
68 "max_level": 18,
69 "method": {
70 "name": "walk",
71 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
72 },
73 "min_level": 18
74 },
75 {
76 "chance": 4,
77 "condition_values": [],
78 "max_level": 18,
79 "method": {
80 "name": "walk",
81 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
82 },
83 "min_level": 18
84 },
85 {
86 "chance": 1,
87 "condition_values": [],
88 "max_level": 18,
89 "method": {
90 "name": "walk",
91 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
92 },
93 "min_level": 18
94 }
95 ],
96 "max_chance": 10,
97 "version": {
98 "name": "diamond",
99 "url": "https://pokedex.mimo.dev/api/version/12/"
100 }
101 },
102 {
103 "encounter_details": [
104 {
105 "chance": 5,
106 "condition_values": [],
107 "max_level": 18,
108 "method": {
109 "name": "walk",
110 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
111 },
112 "min_level": 18
113 },
114 {
115 "chance": 4,
116 "condition_values": [],
117 "max_level": 18,
118 "method": {
119 "name": "walk",
120 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
121 },
122 "min_level": 18
123 },
124 {
125 "chance": 1,
126 "condition_values": [],
127 "max_level": 18,
128 "method": {
129 "name": "walk",
130 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
131 },
132 "min_level": 18
133 }
134 ],
135 "max_chance": 10,
136 "version": {
137 "name": "pearl",
138 "url": "https://pokedex.mimo.dev/api/version/13/"
139 }
140 },
141 {
142 "encounter_details": [
143 {
144 "chance": 5,
145 "condition_values": [],
146 "max_level": 22,
147 "method": {
148 "name": "walk",
149 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
150 },
151 "min_level": 22
152 },
153 {
154 "chance": 4,
155 "condition_values": [],
156 "max_level": 24,
157 "method": {
158 "name": "walk",
159 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
160 },
161 "min_level": 24
162 },
163 {
164 "chance": 1,
165 "condition_values": [],
166 "max_level": 24,
167 "method": {
168 "name": "walk",
169 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
170 },
171 "min_level": 24
172 }
173 ],
174 "max_chance": 10,
175 "version": {
176 "name": "platinum",
177 "url": "https://pokedex.mimo.dev/api/version/14/"
178 }
179 }
180 ]
181 },
182 {
183 "pokemon": {
184 "name": "pichu",
185 "url": "https://pokedex.mimo.dev/api/pokemon/172/"
186 },
187 "version_details": [
188 {
189 "encounter_details": [
190 {
191 "chance": 10,
192 "condition_values": [
193 {
194 "name": "time-morning",
195 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
196 }
197 ],
198 "max_level": 16,
199 "method": {
200 "name": "walk",
201 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
202 },
203 "min_level": 16
204 },
205 {
206 "chance": 10,
207 "condition_values": [
208 {
209 "name": "time-morning",
210 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
211 }
212 ],
213 "max_level": 16,
214 "method": {
215 "name": "walk",
216 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
217 },
218 "min_level": 16
219 },
220 {
221 "chance": 5,
222 "condition_values": [],
223 "max_level": 16,
224 "method": {
225 "name": "walk",
226 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
227 },
228 "min_level": 16
229 },
230 {
231 "chance": 4,
232 "condition_values": [],
233 "max_level": 16,
234 "method": {
235 "name": "walk",
236 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
237 },
238 "min_level": 16
239 },
240 {
241 "chance": 1,
242 "condition_values": [],
243 "max_level": 16,
244 "method": {
245 "name": "walk",
246 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
247 },
248 "min_level": 16
249 }
250 ],
251 "max_chance": 30,
252 "version": {
253 "name": "diamond",
254 "url": "https://pokedex.mimo.dev/api/version/12/"
255 }
256 },
257 {
258 "encounter_details": [
259 {
260 "chance": 10,
261 "condition_values": [
262 {
263 "name": "time-morning",
264 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
265 }
266 ],
267 "max_level": 16,
268 "method": {
269 "name": "walk",
270 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
271 },
272 "min_level": 16
273 },
274 {
275 "chance": 10,
276 "condition_values": [
277 {
278 "name": "time-morning",
279 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
280 }
281 ],
282 "max_level": 16,
283 "method": {
284 "name": "walk",
285 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
286 },
287 "min_level": 16
288 },
289 {
290 "chance": 5,
291 "condition_values": [],
292 "max_level": 16,
293 "method": {
294 "name": "walk",
295 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
296 },
297 "min_level": 16
298 },
299 {
300 "chance": 4,
301 "condition_values": [],
302 "max_level": 16,
303 "method": {
304 "name": "walk",
305 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
306 },
307 "min_level": 16
308 },
309 {
310 "chance": 1,
311 "condition_values": [],
312 "max_level": 16,
313 "method": {
314 "name": "walk",
315 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
316 },
317 "min_level": 16
318 }
319 ],
320 "max_chance": 30,
321 "version": {
322 "name": "pearl",
323 "url": "https://pokedex.mimo.dev/api/version/13/"
324 }
325 },
326 {
327 "encounter_details": [
328 {
329 "chance": 20,
330 "condition_values": [],
331 "max_level": 21,
332 "method": {
333 "name": "walk",
334 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
335 },
336 "min_level": 21
337 },
338 {
339 "chance": 5,
340 "condition_values": [],
341 "max_level": 22,
342 "method": {
343 "name": "walk",
344 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
345 },
346 "min_level": 22
347 },
348 {
349 "chance": 4,
350 "condition_values": [],
351 "max_level": 22,
352 "method": {
353 "name": "walk",
354 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
355 },
356 "min_level": 22
357 },
358 {
359 "chance": 1,
360 "condition_values": [],
361 "max_level": 22,
362 "method": {
363 "name": "walk",
364 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
365 },
366 "min_level": 22
367 }
368 ],
369 "max_chance": 30,
370 "version": {
371 "name": "platinum",
372 "url": "https://pokedex.mimo.dev/api/version/14/"
373 }
374 }
375 ]
376 },
377 {
378 "pokemon": {
379 "name": "roselia",
380 "url": "https://pokedex.mimo.dev/api/pokemon/315/"
381 },
382 "version_details": [
383 {
384 "encounter_details": [
385 {
386 "chance": 20,
387 "condition_values": [],
388 "max_level": 16,
389 "method": {
390 "name": "walk",
391 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
392 },
393 "min_level": 16
394 },
395 {
396 "chance": 10,
397 "condition_values": [],
398 "max_level": 17,
399 "method": {
400 "name": "walk",
401 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
402 },
403 "min_level": 17
404 }
405 ],
406 "max_chance": 30,
407 "version": {
408 "name": "diamond",
409 "url": "https://pokedex.mimo.dev/api/version/12/"
410 }
411 },
412 {
413 "encounter_details": [
414 {
415 "chance": 20,
416 "condition_values": [],
417 "max_level": 16,
418 "method": {
419 "name": "walk",
420 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
421 },
422 "min_level": 16
423 },
424 {
425 "chance": 10,
426 "condition_values": [],
427 "max_level": 17,
428 "method": {
429 "name": "walk",
430 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
431 },
432 "min_level": 17
433 }
434 ],
435 "max_chance": 30,
436 "version": {
437 "name": "pearl",
438 "url": "https://pokedex.mimo.dev/api/version/13/"
439 }
440 },
441 {
442 "encounter_details": [
443 {
444 "chance": 20,
445 "condition_values": [],
446 "max_level": 22,
447 "method": {
448 "name": "walk",
449 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
450 },
451 "min_level": 22
452 },
453 {
454 "chance": 10,
455 "condition_values": [],
456 "max_level": 23,
457 "method": {
458 "name": "walk",
459 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
460 },
461 "min_level": 23
462 }
463 ],
464 "max_chance": 30,
465 "version": {
466 "name": "platinum",
467 "url": "https://pokedex.mimo.dev/api/version/14/"
468 }
469 }
470 ]
471 },
472 {
473 "pokemon": {
474 "name": "staravia",
475 "url": "https://pokedex.mimo.dev/api/pokemon/397/"
476 },
477 "version_details": [
478 {
479 "encounter_details": [
480 {
481 "chance": 20,
482 "condition_values": [],
483 "max_level": 17,
484 "method": {
485 "name": "walk",
486 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
487 },
488 "min_level": 17
489 },
490 {
491 "chance": 10,
492 "condition_values": [
493 {
494 "name": "time-day",
495 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
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-day",
510 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
511 }
512 ],
513 "max_level": 16,
514 "method": {
515 "name": "walk",
516 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
517 },
518 "min_level": 16
519 }
520 ],
521 "max_chance": 40,
522 "version": {
523 "name": "diamond",
524 "url": "https://pokedex.mimo.dev/api/version/12/"
525 }
526 },
527 {
528 "encounter_details": [
529 {
530 "chance": 20,
531 "condition_values": [],
532 "max_level": 17,
533 "method": {
534 "name": "walk",
535 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
536 },
537 "min_level": 17
538 },
539 {
540 "chance": 10,
541 "condition_values": [
542 {
543 "name": "time-day",
544 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
545 }
546 ],
547 "max_level": 16,
548 "method": {
549 "name": "walk",
550 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
551 },
552 "min_level": 16
553 },
554 {
555 "chance": 10,
556 "condition_values": [
557 {
558 "name": "time-day",
559 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
560 }
561 ],
562 "max_level": 16,
563 "method": {
564 "name": "walk",
565 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
566 },
567 "min_level": 16
568 }
569 ],
570 "max_chance": 40,
571 "version": {
572 "name": "pearl",
573 "url": "https://pokedex.mimo.dev/api/version/13/"
574 }
575 },
576 {
577 "encounter_details": [
578 {
579 "chance": 10,
580 "condition_values": [
581 {
582 "name": "time-morning",
583 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
584 }
585 ],
586 "max_level": 22,
587 "method": {
588 "name": "walk",
589 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
590 },
591 "min_level": 22
592 },
593 {
594 "chance": 10,
595 "condition_values": [
596 {
597 "name": "time-day",
598 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
599 }
600 ],
601 "max_level": 22,
602 "method": {
603 "name": "walk",
604 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
605 },
606 "min_level": 22
607 },
608 {
609 "chance": 10,
610 "condition_values": [
611 {
612 "name": "time-day",
613 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/4/"
614 }
615 ],
616 "max_level": 23,
617 "method": {
618 "name": "walk",
619 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
620 },
621 "min_level": 23
622 },
623 {
624 "chance": 10,
625 "condition_values": [],
626 "max_level": 24,
627 "method": {
628 "name": "walk",
629 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
630 },
631 "min_level": 24
632 }
633 ],
634 "max_chance": 40,
635 "version": {
636 "name": "platinum",
637 "url": "https://pokedex.mimo.dev/api/version/14/"
638 }
639 }
640 ]
641 },
642 {
643 "pokemon": {
644 "name": "kricketune",
645 "url": "https://pokedex.mimo.dev/api/pokemon/402/"
646 },
647 "version_details": [
648 {
649 "encounter_details": [
650 {
651 "chance": 10,
652 "condition_values": [
653 {
654 "name": "time-night",
655 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
656 }
657 ],
658 "max_level": 16,
659 "method": {
660 "name": "walk",
661 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
662 },
663 "min_level": 16
664 },
665 {
666 "chance": 10,
667 "condition_values": [
668 {
669 "name": "time-night",
670 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
671 }
672 ],
673 "max_level": 16,
674 "method": {
675 "name": "walk",
676 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
677 },
678 "min_level": 16
679 },
680 {
681 "chance": 10,
682 "condition_values": [],
683 "max_level": 17,
684 "method": {
685 "name": "walk",
686 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
687 },
688 "min_level": 17
689 }
690 ],
691 "max_chance": 30,
692 "version": {
693 "name": "diamond",
694 "url": "https://pokedex.mimo.dev/api/version/12/"
695 }
696 },
697 {
698 "encounter_details": [
699 {
700 "chance": 10,
701 "condition_values": [
702 {
703 "name": "time-night",
704 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
705 }
706 ],
707 "max_level": 16,
708 "method": {
709 "name": "walk",
710 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
711 },
712 "min_level": 16
713 },
714 {
715 "chance": 10,
716 "condition_values": [
717 {
718 "name": "time-night",
719 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
720 }
721 ],
722 "max_level": 16,
723 "method": {
724 "name": "walk",
725 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
726 },
727 "min_level": 16
728 },
729 {
730 "chance": 10,
731 "condition_values": [],
732 "max_level": 17,
733 "method": {
734 "name": "walk",
735 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
736 },
737 "min_level": 17
738 }
739 ],
740 "max_chance": 30,
741 "version": {
742 "name": "pearl",
743 "url": "https://pokedex.mimo.dev/api/version/13/"
744 }
745 },
746 {
747 "encounter_details": [
748 {
749 "chance": 10,
750 "condition_values": [
751 {
752 "name": "time-night",
753 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
754 }
755 ],
756 "max_level": 22,
757 "method": {
758 "name": "walk",
759 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
760 },
761 "min_level": 22
762 },
763 {
764 "chance": 10,
765 "condition_values": [
766 {
767 "name": "time-morning",
768 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/3/"
769 }
770 ],
771 "max_level": 23,
772 "method": {
773 "name": "walk",
774 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
775 },
776 "min_level": 23
777 },
778 {
779 "chance": 10,
780 "condition_values": [
781 {
782 "name": "time-night",
783 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/5/"
784 }
785 ],
786 "max_level": 23,
787 "method": {
788 "name": "walk",
789 "url": "https://pokedex.mimo.dev/api/encounter-method/1/"
790 },
791 "min_level": 23
792 }
793 ],
794 "max_chance": 30,
795 "version": {
796 "name": "platinum",
797 "url": "https://pokedex.mimo.dev/api/version/14/"
798 }
799 }
800 ]
801 }
802 ]
803}