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