Endpoint: location-area
GEThttps://pokedex.mimo.dev/api/location-area/paniola-town-area
Request
GETlocation-area
1fetch("https://pokedex.mimo.dev/api/location-area/paniola-town-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 "game_index": 0,
4 "id": 1112,
5 "location": {
6 "name": "paniola-town",
7 "url": "https://pokedex.mimo.dev/api/location/740/"
8 },
9 "name": "paniola-town-area",
10 "names": [],
11 "pokemon_encounters": [
12 {
13 "pokemon": {
14 "name": "magikarp",
15 "url": "https://pokedex.mimo.dev/api/pokemon/129/"
16 },
17 "version_details": [
18 {
19 "encounter_details": [
20 {
21 "chance": 50,
22 "condition_values": [],
23 "max_level": 18,
24 "method": {
25 "name": "bubbling-spots",
26 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
27 },
28 "min_level": 10
29 },
30 {
31 "chance": 99,
32 "condition_values": [],
33 "max_level": 18,
34 "method": {
35 "name": "super-rod",
36 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
37 },
38 "min_level": 10
39 }
40 ],
41 "max_chance": 149,
42 "version": {
43 "name": "sun",
44 "url": "https://pokedex.mimo.dev/api/version/27/"
45 }
46 },
47 {
48 "encounter_details": [
49 {
50 "chance": 50,
51 "condition_values": [],
52 "max_level": 18,
53 "method": {
54 "name": "bubbling-spots",
55 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
56 },
57 "min_level": 10
58 },
59 {
60 "chance": 99,
61 "condition_values": [],
62 "max_level": 18,
63 "method": {
64 "name": "super-rod",
65 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
66 },
67 "min_level": 10
68 }
69 ],
70 "max_chance": 149,
71 "version": {
72 "name": "moon",
73 "url": "https://pokedex.mimo.dev/api/version/28/"
74 }
75 },
76 {
77 "encounter_details": [
78 {
79 "chance": 40,
80 "condition_values": [],
81 "max_level": 22,
82 "method": {
83 "name": "bubbling-spots",
84 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
85 },
86 "min_level": 10
87 },
88 {
89 "chance": 90,
90 "condition_values": [],
91 "max_level": 17,
92 "method": {
93 "name": "super-rod",
94 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
95 },
96 "min_level": 10
97 }
98 ],
99 "max_chance": 130,
100 "version": {
101 "name": "ultra-sun",
102 "url": "https://pokedex.mimo.dev/api/version/29/"
103 }
104 },
105 {
106 "encounter_details": [
107 {
108 "chance": 40,
109 "condition_values": [],
110 "max_level": 22,
111 "method": {
112 "name": "bubbling-spots",
113 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
114 },
115 "min_level": 10
116 },
117 {
118 "chance": 90,
119 "condition_values": [],
120 "max_level": 17,
121 "method": {
122 "name": "super-rod",
123 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
124 },
125 "min_level": 10
126 }
127 ],
128 "max_chance": 130,
129 "version": {
130 "name": "ultra-moon",
131 "url": "https://pokedex.mimo.dev/api/version/30/"
132 }
133 }
134 ]
135 },
136 {
137 "pokemon": {
138 "name": "gyarados",
139 "url": "https://pokedex.mimo.dev/api/pokemon/130/"
140 },
141 "version_details": [
142 {
143 "encounter_details": [
144 {
145 "chance": 15,
146 "condition_values": [],
147 "max_level": 18,
148 "method": {
149 "name": "sos-encounter",
150 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
151 },
152 "min_level": 10
153 },
154 {
155 "chance": 15,
156 "condition_values": [],
157 "max_level": 18,
158 "method": {
159 "name": "sos-from-bubbling-spot",
160 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
161 },
162 "min_level": 10
163 }
164 ],
165 "max_chance": 30,
166 "version": {
167 "name": "sun",
168 "url": "https://pokedex.mimo.dev/api/version/27/"
169 }
170 },
171 {
172 "encounter_details": [
173 {
174 "chance": 15,
175 "condition_values": [],
176 "max_level": 18,
177 "method": {
178 "name": "sos-encounter",
179 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
180 },
181 "min_level": 10
182 },
183 {
184 "chance": 15,
185 "condition_values": [],
186 "max_level": 18,
187 "method": {
188 "name": "sos-from-bubbling-spot",
189 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
190 },
191 "min_level": 10
192 }
193 ],
194 "max_chance": 30,
195 "version": {
196 "name": "moon",
197 "url": "https://pokedex.mimo.dev/api/version/28/"
198 }
199 },
200 {
201 "encounter_details": [
202 {
203 "chance": 15,
204 "condition_values": [],
205 "max_level": 17,
206 "method": {
207 "name": "sos-encounter",
208 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
209 },
210 "min_level": 10
211 },
212 {
213 "chance": 15,
214 "condition_values": [],
215 "max_level": 22,
216 "method": {
217 "name": "sos-from-bubbling-spot",
218 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
219 },
220 "min_level": 10
221 }
222 ],
223 "max_chance": 30,
224 "version": {
225 "name": "ultra-sun",
226 "url": "https://pokedex.mimo.dev/api/version/29/"
227 }
228 },
229 {
230 "encounter_details": [
231 {
232 "chance": 15,
233 "condition_values": [],
234 "max_level": 17,
235 "method": {
236 "name": "sos-encounter",
237 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
238 },
239 "min_level": 10
240 },
241 {
242 "chance": 15,
243 "condition_values": [],
244 "max_level": 22,
245 "method": {
246 "name": "sos-from-bubbling-spot",
247 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
248 },
249 "min_level": 10
250 }
251 ],
252 "max_chance": 30,
253 "version": {
254 "name": "ultra-moon",
255 "url": "https://pokedex.mimo.dev/api/version/30/"
256 }
257 }
258 ]
259 },
260 {
261 "pokemon": {
262 "name": "barboach",
263 "url": "https://pokedex.mimo.dev/api/pokemon/339/"
264 },
265 "version_details": [
266 {
267 "encounter_details": [
268 {
269 "chance": 50,
270 "condition_values": [],
271 "max_level": 18,
272 "method": {
273 "name": "bubbling-spots",
274 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
275 },
276 "min_level": 10
277 },
278 {
279 "chance": 1,
280 "condition_values": [],
281 "max_level": 18,
282 "method": {
283 "name": "super-rod",
284 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
285 },
286 "min_level": 10
287 }
288 ],
289 "max_chance": 51,
290 "version": {
291 "name": "sun",
292 "url": "https://pokedex.mimo.dev/api/version/27/"
293 }
294 },
295 {
296 "encounter_details": [
297 {
298 "chance": 50,
299 "condition_values": [],
300 "max_level": 18,
301 "method": {
302 "name": "bubbling-spots",
303 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
304 },
305 "min_level": 10
306 },
307 {
308 "chance": 1,
309 "condition_values": [],
310 "max_level": 18,
311 "method": {
312 "name": "super-rod",
313 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
314 },
315 "min_level": 10
316 }
317 ],
318 "max_chance": 51,
319 "version": {
320 "name": "moon",
321 "url": "https://pokedex.mimo.dev/api/version/28/"
322 }
323 },
324 {
325 "encounter_details": [
326 {
327 "chance": 60,
328 "condition_values": [],
329 "max_level": 22,
330 "method": {
331 "name": "bubbling-spots",
332 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
333 },
334 "min_level": 10
335 },
336 {
337 "chance": 10,
338 "condition_values": [],
339 "max_level": 17,
340 "method": {
341 "name": "super-rod",
342 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
343 },
344 "min_level": 10
345 }
346 ],
347 "max_chance": 70,
348 "version": {
349 "name": "ultra-sun",
350 "url": "https://pokedex.mimo.dev/api/version/29/"
351 }
352 },
353 {
354 "encounter_details": [
355 {
356 "chance": 60,
357 "condition_values": [],
358 "max_level": 22,
359 "method": {
360 "name": "bubbling-spots",
361 "url": "https://pokedex.mimo.dev/api/encounter-method/34/"
362 },
363 "min_level": 10
364 },
365 {
366 "chance": 10,
367 "condition_values": [],
368 "max_level": 17,
369 "method": {
370 "name": "super-rod",
371 "url": "https://pokedex.mimo.dev/api/encounter-method/4/"
372 },
373 "min_level": 10
374 }
375 ],
376 "max_chance": 70,
377 "version": {
378 "name": "ultra-moon",
379 "url": "https://pokedex.mimo.dev/api/version/30/"
380 }
381 }
382 ]
383 },
384 {
385 "pokemon": {
386 "name": "whiscash",
387 "url": "https://pokedex.mimo.dev/api/pokemon/340/"
388 },
389 "version_details": [
390 {
391 "encounter_details": [
392 {
393 "chance": 15,
394 "condition_values": [],
395 "max_level": 18,
396 "method": {
397 "name": "sos-encounter",
398 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
399 },
400 "min_level": 10
401 },
402 {
403 "chance": 15,
404 "condition_values": [],
405 "max_level": 18,
406 "method": {
407 "name": "sos-from-bubbling-spot",
408 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
409 },
410 "min_level": 10
411 }
412 ],
413 "max_chance": 30,
414 "version": {
415 "name": "sun",
416 "url": "https://pokedex.mimo.dev/api/version/27/"
417 }
418 },
419 {
420 "encounter_details": [
421 {
422 "chance": 15,
423 "condition_values": [],
424 "max_level": 18,
425 "method": {
426 "name": "sos-encounter",
427 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
428 },
429 "min_level": 10
430 },
431 {
432 "chance": 15,
433 "condition_values": [],
434 "max_level": 18,
435 "method": {
436 "name": "sos-from-bubbling-spot",
437 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
438 },
439 "min_level": 10
440 }
441 ],
442 "max_chance": 30,
443 "version": {
444 "name": "moon",
445 "url": "https://pokedex.mimo.dev/api/version/28/"
446 }
447 },
448 {
449 "encounter_details": [
450 {
451 "chance": 15,
452 "condition_values": [],
453 "max_level": 17,
454 "method": {
455 "name": "sos-encounter",
456 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
457 },
458 "min_level": 10
459 },
460 {
461 "chance": 15,
462 "condition_values": [],
463 "max_level": 22,
464 "method": {
465 "name": "sos-from-bubbling-spot",
466 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
467 },
468 "min_level": 10
469 }
470 ],
471 "max_chance": 30,
472 "version": {
473 "name": "ultra-sun",
474 "url": "https://pokedex.mimo.dev/api/version/29/"
475 }
476 },
477 {
478 "encounter_details": [
479 {
480 "chance": 15,
481 "condition_values": [],
482 "max_level": 17,
483 "method": {
484 "name": "sos-encounter",
485 "url": "https://pokedex.mimo.dev/api/encounter-method/33/"
486 },
487 "min_level": 10
488 },
489 {
490 "chance": 15,
491 "condition_values": [],
492 "max_level": 22,
493 "method": {
494 "name": "sos-from-bubbling-spot",
495 "url": "https://pokedex.mimo.dev/api/encounter-method/37/"
496 },
497 "min_level": 10
498 }
499 ],
500 "max_chance": 30,
501 "version": {
502 "name": "ultra-moon",
503 "url": "https://pokedex.mimo.dev/api/version/30/"
504 }
505 }
506 ]
507 }
508 ]
509}