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