Endpoint: region
GEThttps://pokedex.mimo.dev/api/region/kanto
Request
GETregion
1fetch("https://pokedex.mimo.dev/api/region/kanto")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))
Response
response.json
1{
2 "id": 1,
3 "locations": [
4 {
5 "name": "celadon-city",
6 "url": "https://pokedex.mimo.dev/api/location/67/"
7 },
8 {
9 "name": "cerulean-city",
10 "url": "https://pokedex.mimo.dev/api/location/68/"
11 },
12 {
13 "name": "cinnabar-island",
14 "url": "https://pokedex.mimo.dev/api/location/71/"
15 },
16 {
17 "name": "digletts-cave",
18 "url": "https://pokedex.mimo.dev/api/location/73/"
19 },
20 {
21 "name": "fuchsia-city",
22 "url": "https://pokedex.mimo.dev/api/location/76/"
23 },
24 {
25 "name": "mt-moon",
26 "url": "https://pokedex.mimo.dev/api/location/80/"
27 },
28 {
29 "name": "pallet-town",
30 "url": "https://pokedex.mimo.dev/api/location/86/"
31 },
32 {
33 "name": "rock-tunnel",
34 "url": "https://pokedex.mimo.dev/api/location/87/"
35 },
36 {
37 "name": "kanto-route-1",
38 "url": "https://pokedex.mimo.dev/api/location/88/"
39 },
40 {
41 "name": "kanto-route-10",
42 "url": "https://pokedex.mimo.dev/api/location/89/"
43 },
44 {
45 "name": "kanto-route-11",
46 "url": "https://pokedex.mimo.dev/api/location/90/"
47 },
48 {
49 "name": "kanto-route-12",
50 "url": "https://pokedex.mimo.dev/api/location/91/"
51 },
52 {
53 "name": "kanto-route-13",
54 "url": "https://pokedex.mimo.dev/api/location/92/"
55 },
56 {
57 "name": "kanto-route-14",
58 "url": "https://pokedex.mimo.dev/api/location/93/"
59 },
60 {
61 "name": "kanto-route-15",
62 "url": "https://pokedex.mimo.dev/api/location/94/"
63 },
64 {
65 "name": "kanto-route-16",
66 "url": "https://pokedex.mimo.dev/api/location/95/"
67 },
68 {
69 "name": "kanto-route-17",
70 "url": "https://pokedex.mimo.dev/api/location/96/"
71 },
72 {
73 "name": "kanto-route-18",
74 "url": "https://pokedex.mimo.dev/api/location/97/"
75 },
76 {
77 "name": "kanto-sea-route-19",
78 "url": "https://pokedex.mimo.dev/api/location/98/"
79 },
80 {
81 "name": "kanto-route-2",
82 "url": "https://pokedex.mimo.dev/api/location/99/"
83 },
84 {
85 "name": "kanto-sea-route-20",
86 "url": "https://pokedex.mimo.dev/api/location/100/"
87 },
88 {
89 "name": "kanto-sea-route-21",
90 "url": "https://pokedex.mimo.dev/api/location/101/"
91 },
92 {
93 "name": "kanto-route-22",
94 "url": "https://pokedex.mimo.dev/api/location/102/"
95 },
96 {
97 "name": "kanto-route-24",
98 "url": "https://pokedex.mimo.dev/api/location/103/"
99 },
100 {
101 "name": "kanto-route-25",
102 "url": "https://pokedex.mimo.dev/api/location/104/"
103 },
104 {
105 "name": "kanto-route-26",
106 "url": "https://pokedex.mimo.dev/api/location/105/"
107 },
108 {
109 "name": "kanto-route-27",
110 "url": "https://pokedex.mimo.dev/api/location/106/"
111 },
112 {
113 "name": "kanto-route-28",
114 "url": "https://pokedex.mimo.dev/api/location/107/"
115 },
116 {
117 "name": "kanto-route-3",
118 "url": "https://pokedex.mimo.dev/api/location/109/"
119 },
120 {
121 "name": "kanto-route-4",
122 "url": "https://pokedex.mimo.dev/api/location/120/"
123 },
124 {
125 "name": "kanto-route-5",
126 "url": "https://pokedex.mimo.dev/api/location/130/"
127 },
128 {
129 "name": "kanto-route-6",
130 "url": "https://pokedex.mimo.dev/api/location/131/"
131 },
132 {
133 "name": "kanto-route-7",
134 "url": "https://pokedex.mimo.dev/api/location/132/"
135 },
136 {
137 "name": "kanto-route-8",
138 "url": "https://pokedex.mimo.dev/api/location/133/"
139 },
140 {
141 "name": "kanto-route-9",
142 "url": "https://pokedex.mimo.dev/api/location/134/"
143 },
144 {
145 "name": "seafoam-islands",
146 "url": "https://pokedex.mimo.dev/api/location/136/"
147 },
148 {
149 "name": "cerulean-cave",
150 "url": "https://pokedex.mimo.dev/api/location/147/"
151 },
152 {
153 "name": "vermilion-city",
154 "url": "https://pokedex.mimo.dev/api/location/151/"
155 },
156 {
157 "name": "kanto-victory-road-1",
158 "url": "https://pokedex.mimo.dev/api/location/152/"
159 },
160 {
161 "name": "viridian-city",
162 "url": "https://pokedex.mimo.dev/api/location/154/"
163 },
164 {
165 "name": "viridian-forest",
166 "url": "https://pokedex.mimo.dev/api/location/155/"
167 },
168 {
169 "name": "kanto-route-23",
170 "url": "https://pokedex.mimo.dev/api/location/157/"
171 },
172 {
173 "name": "power-plant",
174 "url": "https://pokedex.mimo.dev/api/location/158/"
175 },
176 {
177 "name": "kanto-victory-road-2",
178 "url": "https://pokedex.mimo.dev/api/location/159/"
179 },
180 {
181 "name": "pokemon-tower",
182 "url": "https://pokedex.mimo.dev/api/location/160/"
183 },
184 {
185 "name": "pokemon-mansion",
186 "url": "https://pokedex.mimo.dev/api/location/161/"
187 },
188 {
189 "name": "kanto-safari-zone",
190 "url": "https://pokedex.mimo.dev/api/location/162/"
191 },
192 {
193 "name": "pewter-city",
194 "url": "https://pokedex.mimo.dev/api/location/231/"
195 },
196 {
197 "name": "lavender-town",
198 "url": "https://pokedex.mimo.dev/api/location/232/"
199 },
200 {
201 "name": "indigo-plateau",
202 "url": "https://pokedex.mimo.dev/api/location/233/"
203 },
204 {
205 "name": "saffron-city",
206 "url": "https://pokedex.mimo.dev/api/location/234/"
207 },
208 {
209 "name": "monean-chamber",
210 "url": "https://pokedex.mimo.dev/api/location/491/"
211 },
212 {
213 "name": "liptoo-chamber",
214 "url": "https://pokedex.mimo.dev/api/location/492/"
215 },
216 {
217 "name": "weepth-chamber",
218 "url": "https://pokedex.mimo.dev/api/location/493/"
219 },
220 {
221 "name": "dilford-chamber",
222 "url": "https://pokedex.mimo.dev/api/location/494/"
223 },
224 {
225 "name": "scufib-chamber",
226 "url": "https://pokedex.mimo.dev/api/location/495/"
227 },
228 {
229 "name": "rixy-chamber",
230 "url": "https://pokedex.mimo.dev/api/location/496/"
231 },
232 {
233 "name": "viapos-chamber",
234 "url": "https://pokedex.mimo.dev/api/location/497/"
235 },
236 {
237 "name": "ss-anne",
238 "url": "https://pokedex.mimo.dev/api/location/498/"
239 },
240 {
241 "name": "mt-ember",
242 "url": "https://pokedex.mimo.dev/api/location/500/"
243 },
244 {
245 "name": "berry-forest",
246 "url": "https://pokedex.mimo.dev/api/location/501/"
247 },
248 {
249 "name": "icefall-cave",
250 "url": "https://pokedex.mimo.dev/api/location/502/"
251 },
252 {
253 "name": "pattern-bush",
254 "url": "https://pokedex.mimo.dev/api/location/503/"
255 },
256 {
257 "name": "lost-cave",
258 "url": "https://pokedex.mimo.dev/api/location/504/"
259 },
260 {
261 "name": "kindle-road",
262 "url": "https://pokedex.mimo.dev/api/location/505/"
263 },
264 {
265 "name": "treasure-beach",
266 "url": "https://pokedex.mimo.dev/api/location/506/"
267 },
268 {
269 "name": "cape-brink",
270 "url": "https://pokedex.mimo.dev/api/location/507/"
271 },
272 {
273 "name": "bond-bridge",
274 "url": "https://pokedex.mimo.dev/api/location/508/"
275 },
276 {
277 "name": "three-isle-port",
278 "url": "https://pokedex.mimo.dev/api/location/509/"
279 },
280 {
281 "name": "resort-gorgeous",
282 "url": "https://pokedex.mimo.dev/api/location/510/"
283 },
284 {
285 "name": "water-labyrinth",
286 "url": "https://pokedex.mimo.dev/api/location/511/"
287 },
288 {
289 "name": "five-isle-meadow",
290 "url": "https://pokedex.mimo.dev/api/location/512/"
291 },
292 {
293 "name": "memorial-pillar",
294 "url": "https://pokedex.mimo.dev/api/location/513/"
295 },
296 {
297 "name": "outcast-island",
298 "url": "https://pokedex.mimo.dev/api/location/514/"
299 },
300 {
301 "name": "green-path",
302 "url": "https://pokedex.mimo.dev/api/location/515/"
303 },
304 {
305 "name": "water-path",
306 "url": "https://pokedex.mimo.dev/api/location/516/"
307 },
308 {
309 "name": "ruin-valley",
310 "url": "https://pokedex.mimo.dev/api/location/517/"
311 },
312 {
313 "name": "trainer-tower",
314 "url": "https://pokedex.mimo.dev/api/location/518/"
315 },
316 {
317 "name": "canyon-entrance",
318 "url": "https://pokedex.mimo.dev/api/location/519/"
319 },
320 {
321 "name": "sevault-canyon",
322 "url": "https://pokedex.mimo.dev/api/location/520/"
323 },
324 {
325 "name": "tanoby-ruins",
326 "url": "https://pokedex.mimo.dev/api/location/521/"
327 },
328 {
329 "name": "one-island",
330 "url": "https://pokedex.mimo.dev/api/location/526/"
331 },
332 {
333 "name": "four-island",
334 "url": "https://pokedex.mimo.dev/api/location/527/"
335 },
336 {
337 "name": "five-island",
338 "url": "https://pokedex.mimo.dev/api/location/528/"
339 },
340 {
341 "name": "kanto-altering-cave",
342 "url": "https://pokedex.mimo.dev/api/location/529/"
343 },
344 {
345 "name": "roaming-kanto",
346 "url": "https://pokedex.mimo.dev/api/location/799/"
347 },
348 {
349 "name": "two-island",
350 "url": "https://pokedex.mimo.dev/api/location/805/"
351 },
352 {
353 "name": "three-island",
354 "url": "https://pokedex.mimo.dev/api/location/806/"
355 },
356 {
357 "name": "three-isle-path",
358 "url": "https://pokedex.mimo.dev/api/location/807/"
359 },
360 {
361 "name": "six-island",
362 "url": "https://pokedex.mimo.dev/api/location/808/"
363 },
364 {
365 "name": "seven-island",
366 "url": "https://pokedex.mimo.dev/api/location/809/"
367 },
368 {
369 "name": "birth-island",
370 "url": "https://pokedex.mimo.dev/api/location/810/"
371 },
372 {
373 "name": "navel-rock",
374 "url": "https://pokedex.mimo.dev/api/location/811/"
375 }
376 ],
377 "main_generation": {
378 "name": "generation-i",
379 "url": "https://pokedex.mimo.dev/api/generation/1/"
380 },
381 "name": "kanto",
382 "names": [
383 {
384 "language": {
385 "name": "ja-Hrkt",
386 "url": "https://pokedex.mimo.dev/api/language/1/"
387 },
388 "name": "カントー"
389 },
390 {
391 "language": {
392 "name": "ko",
393 "url": "https://pokedex.mimo.dev/api/language/3/"
394 },
395 "name": "관동"
396 },
397 {
398 "language": {
399 "name": "zh-Hant",
400 "url": "https://pokedex.mimo.dev/api/language/4/"
401 },
402 "name": "關都"
403 },
404 {
405 "language": {
406 "name": "fr",
407 "url": "https://pokedex.mimo.dev/api/language/5/"
408 },
409 "name": "Kanto"
410 },
411 {
412 "language": {
413 "name": "de",
414 "url": "https://pokedex.mimo.dev/api/language/6/"
415 },
416 "name": "Kanto"
417 },
418 {
419 "language": {
420 "name": "it",
421 "url": "https://pokedex.mimo.dev/api/language/8/"
422 },
423 "name": "Kanto"
424 },
425 {
426 "language": {
427 "name": "en",
428 "url": "https://pokedex.mimo.dev/api/language/9/"
429 },
430 "name": "Kanto"
431 },
432 {
433 "language": {
434 "name": "zh-Hans",
435 "url": "https://pokedex.mimo.dev/api/language/12/"
436 },
437 "name": "关都"
438 }
439 ],
440 "pokedexes": [
441 {
442 "name": "kanto",
443 "url": "https://pokedex.mimo.dev/api/pokedex/2/"
444 },
445 {
446 "name": "letsgo-kanto",
447 "url": "https://pokedex.mimo.dev/api/pokedex/26/"
448 }
449 ],
450 "version_groups": [
451 {
452 "name": "red-blue",
453 "url": "https://pokedex.mimo.dev/api/version-group/1/"
454 },
455 {
456 "name": "yellow",
457 "url": "https://pokedex.mimo.dev/api/version-group/2/"
458 },
459 {
460 "name": "gold-silver",
461 "url": "https://pokedex.mimo.dev/api/version-group/3/"
462 },
463 {
464 "name": "crystal",
465 "url": "https://pokedex.mimo.dev/api/version-group/4/"
466 },
467 {
468 "name": "firered-leafgreen",
469 "url": "https://pokedex.mimo.dev/api/version-group/7/"
470 },
471 {
472 "name": "heartgold-soulsilver",
473 "url": "https://pokedex.mimo.dev/api/version-group/10/"
474 },
475 {
476 "name": "lets-go-pikachu-lets-go-eevee",
477 "url": "https://pokedex.mimo.dev/api/version-group/19/"
478 }
479 ]
480}