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