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