Endpoint: location-area

GEThttps://pokedex.mimo.dev/api/location-area/roaming-sinnoh-area

Request

GETlocation-area
1fetch("https://pokedex.mimo.dev/api/location-area/roaming-sinnoh-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": 797,
5 "location": {
6 "name": "roaming-sinnoh",
7 "url": "https://pokedex.mimo.dev/api/location/802/"
8 },
9 "name": "roaming-sinnoh-area",
10 "names": [
11 {
12 "language": {
13 "name": "en",
14 "url": "https://pokedex.mimo.dev/api/language/9/"
15 },
16 "name": "Roaming Sinnoh"
17 },
18 {
19 "language": {
20 "name": "fr",
21 "url": "https://pokedex.mimo.dev/api/language/5/"
22 },
23 "name": "Sillonnant Sinnoh"
24 }
25 ],
26 "pokemon_encounters": [
27 {
28 "pokemon": {
29 "name": "articuno",
30 "url": "https://pokedex.mimo.dev/api/pokemon/144/"
31 },
32 "version_details": [
33 {
34 "encounter_details": [
35 {
36 "chance": 25,
37 "condition_values": [
38 {
39 "name": "story-progress-oak-eterna-city",
40 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/31/"
41 }
42 ],
43 "max_level": 60,
44 "method": {
45 "name": "roaming-grass",
46 "url": "https://pokedex.mimo.dev/api/encounter-method/28/"
47 },
48 "min_level": 60
49 },
50 {
51 "chance": 25,
52 "condition_values": [
53 {
54 "name": "story-progress-oak-eterna-city",
55 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/31/"
56 }
57 ],
58 "max_level": 60,
59 "method": {
60 "name": "roaming-water",
61 "url": "https://pokedex.mimo.dev/api/encounter-method/29/"
62 },
63 "min_level": 60
64 }
65 ],
66 "max_chance": 50,
67 "version": {
68 "name": "platinum",
69 "url": "https://pokedex.mimo.dev/api/version/14/"
70 }
71 }
72 ]
73 },
74 {
75 "pokemon": {
76 "name": "zapdos",
77 "url": "https://pokedex.mimo.dev/api/pokemon/145/"
78 },
79 "version_details": [
80 {
81 "encounter_details": [
82 {
83 "chance": 25,
84 "condition_values": [
85 {
86 "name": "story-progress-oak-eterna-city",
87 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/31/"
88 }
89 ],
90 "max_level": 60,
91 "method": {
92 "name": "roaming-grass",
93 "url": "https://pokedex.mimo.dev/api/encounter-method/28/"
94 },
95 "min_level": 60
96 },
97 {
98 "chance": 25,
99 "condition_values": [
100 {
101 "name": "story-progress-oak-eterna-city",
102 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/31/"
103 }
104 ],
105 "max_level": 60,
106 "method": {
107 "name": "roaming-water",
108 "url": "https://pokedex.mimo.dev/api/encounter-method/29/"
109 },
110 "min_level": 60
111 }
112 ],
113 "max_chance": 50,
114 "version": {
115 "name": "platinum",
116 "url": "https://pokedex.mimo.dev/api/version/14/"
117 }
118 }
119 ]
120 },
121 {
122 "pokemon": {
123 "name": "moltres",
124 "url": "https://pokedex.mimo.dev/api/pokemon/146/"
125 },
126 "version_details": [
127 {
128 "encounter_details": [
129 {
130 "chance": 25,
131 "condition_values": [
132 {
133 "name": "story-progress-oak-eterna-city",
134 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/31/"
135 }
136 ],
137 "max_level": 60,
138 "method": {
139 "name": "roaming-grass",
140 "url": "https://pokedex.mimo.dev/api/encounter-method/28/"
141 },
142 "min_level": 60
143 },
144 {
145 "chance": 25,
146 "condition_values": [
147 {
148 "name": "story-progress-oak-eterna-city",
149 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/31/"
150 }
151 ],
152 "max_level": 60,
153 "method": {
154 "name": "roaming-water",
155 "url": "https://pokedex.mimo.dev/api/encounter-method/29/"
156 },
157 "min_level": 60
158 }
159 ],
160 "max_chance": 50,
161 "version": {
162 "name": "platinum",
163 "url": "https://pokedex.mimo.dev/api/version/14/"
164 }
165 }
166 ]
167 },
168 {
169 "pokemon": {
170 "name": "mesprit",
171 "url": "https://pokedex.mimo.dev/api/pokemon/481/"
172 },
173 "version_details": [
174 {
175 "encounter_details": [
176 {
177 "chance": 25,
178 "condition_values": [
179 {
180 "name": "story-progress-beat-galactic-coronet",
181 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/30/"
182 }
183 ],
184 "max_level": 50,
185 "method": {
186 "name": "roaming-grass",
187 "url": "https://pokedex.mimo.dev/api/encounter-method/28/"
188 },
189 "min_level": 50
190 },
191 {
192 "chance": 25,
193 "condition_values": [
194 {
195 "name": "story-progress-beat-galactic-coronet",
196 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/30/"
197 }
198 ],
199 "max_level": 50,
200 "method": {
201 "name": "roaming-water",
202 "url": "https://pokedex.mimo.dev/api/encounter-method/29/"
203 },
204 "min_level": 50
205 }
206 ],
207 "max_chance": 50,
208 "version": {
209 "name": "diamond",
210 "url": "https://pokedex.mimo.dev/api/version/12/"
211 }
212 },
213 {
214 "encounter_details": [
215 {
216 "chance": 25,
217 "condition_values": [
218 {
219 "name": "story-progress-beat-galactic-coronet",
220 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/30/"
221 }
222 ],
223 "max_level": 50,
224 "method": {
225 "name": "roaming-grass",
226 "url": "https://pokedex.mimo.dev/api/encounter-method/28/"
227 },
228 "min_level": 50
229 },
230 {
231 "chance": 25,
232 "condition_values": [
233 {
234 "name": "story-progress-beat-galactic-coronet",
235 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/30/"
236 }
237 ],
238 "max_level": 50,
239 "method": {
240 "name": "roaming-water",
241 "url": "https://pokedex.mimo.dev/api/encounter-method/29/"
242 },
243 "min_level": 50
244 }
245 ],
246 "max_chance": 50,
247 "version": {
248 "name": "pearl",
249 "url": "https://pokedex.mimo.dev/api/version/13/"
250 }
251 },
252 {
253 "encounter_details": [
254 {
255 "chance": 25,
256 "condition_values": [
257 {
258 "name": "story-progress-beat-galactic-coronet",
259 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/30/"
260 }
261 ],
262 "max_level": 50,
263 "method": {
264 "name": "roaming-grass",
265 "url": "https://pokedex.mimo.dev/api/encounter-method/28/"
266 },
267 "min_level": 50
268 },
269 {
270 "chance": 25,
271 "condition_values": [
272 {
273 "name": "story-progress-beat-galactic-coronet",
274 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/30/"
275 }
276 ],
277 "max_level": 50,
278 "method": {
279 "name": "roaming-water",
280 "url": "https://pokedex.mimo.dev/api/encounter-method/29/"
281 },
282 "min_level": 50
283 }
284 ],
285 "max_chance": 50,
286 "version": {
287 "name": "platinum",
288 "url": "https://pokedex.mimo.dev/api/version/14/"
289 }
290 }
291 ]
292 },
293 {
294 "pokemon": {
295 "name": "cresselia",
296 "url": "https://pokedex.mimo.dev/api/pokemon/488/"
297 },
298 "version_details": [
299 {
300 "encounter_details": [
301 {
302 "chance": 25,
303 "condition_values": [
304 {
305 "name": "story-progress-cure-eldritch-nightmares",
306 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/41/"
307 }
308 ],
309 "max_level": 50,
310 "method": {
311 "name": "roaming-grass",
312 "url": "https://pokedex.mimo.dev/api/encounter-method/28/"
313 },
314 "min_level": 50
315 },
316 {
317 "chance": 25,
318 "condition_values": [
319 {
320 "name": "story-progress-cure-eldritch-nightmares",
321 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/41/"
322 }
323 ],
324 "max_level": 50,
325 "method": {
326 "name": "roaming-water",
327 "url": "https://pokedex.mimo.dev/api/encounter-method/29/"
328 },
329 "min_level": 50
330 }
331 ],
332 "max_chance": 50,
333 "version": {
334 "name": "diamond",
335 "url": "https://pokedex.mimo.dev/api/version/12/"
336 }
337 },
338 {
339 "encounter_details": [
340 {
341 "chance": 25,
342 "condition_values": [
343 {
344 "name": "story-progress-cure-eldritch-nightmares",
345 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/41/"
346 }
347 ],
348 "max_level": 50,
349 "method": {
350 "name": "roaming-grass",
351 "url": "https://pokedex.mimo.dev/api/encounter-method/28/"
352 },
353 "min_level": 50
354 },
355 {
356 "chance": 25,
357 "condition_values": [
358 {
359 "name": "story-progress-cure-eldritch-nightmares",
360 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/41/"
361 }
362 ],
363 "max_level": 50,
364 "method": {
365 "name": "roaming-water",
366 "url": "https://pokedex.mimo.dev/api/encounter-method/29/"
367 },
368 "min_level": 50
369 }
370 ],
371 "max_chance": 50,
372 "version": {
373 "name": "pearl",
374 "url": "https://pokedex.mimo.dev/api/version/13/"
375 }
376 },
377 {
378 "encounter_details": [
379 {
380 "chance": 25,
381 "condition_values": [
382 {
383 "name": "story-progress-cure-eldritch-nightmares",
384 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/41/"
385 }
386 ],
387 "max_level": 50,
388 "method": {
389 "name": "roaming-grass",
390 "url": "https://pokedex.mimo.dev/api/encounter-method/28/"
391 },
392 "min_level": 50
393 },
394 {
395 "chance": 25,
396 "condition_values": [
397 {
398 "name": "story-progress-cure-eldritch-nightmares",
399 "url": "https://pokedex.mimo.dev/api/encounter-condition-value/41/"
400 }
401 ],
402 "max_level": 50,
403 "method": {
404 "name": "roaming-water",
405 "url": "https://pokedex.mimo.dev/api/encounter-method/29/"
406 },
407 "min_level": 50
408 }
409 ],
410 "max_chance": 50,
411 "version": {
412 "name": "platinum",
413 "url": "https://pokedex.mimo.dev/api/version/14/"
414 }
415 }
416 ]
417 }
418 ]
419}