Endpoint: location-area

GEThttps://pokedex.mimo.dev/api/location-area/reversal-mountain-unknown-area-54

Request

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