Endpoint: region

GEThttps://pokedex.mimo.dev/api/region/johto

Request

GETregion
1fetch("https://pokedex.mimo.dev/api/region/johto")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response

response.json
1{
2 "id": 2,
3 "locations": [
4 {
5 "name": "blackthorn-city",
6 "url": "https://pokedex.mimo.dev/api/location/65/"
7 },
8 {
9 "name": "burned-tower",
10 "url": "https://pokedex.mimo.dev/api/location/66/"
11 },
12 {
13 "name": "cherrygrove-city",
14 "url": "https://pokedex.mimo.dev/api/location/69/"
15 },
16 {
17 "name": "cianwood-city",
18 "url": "https://pokedex.mimo.dev/api/location/70/"
19 },
20 {
21 "name": "dark-cave",
22 "url": "https://pokedex.mimo.dev/api/location/72/"
23 },
24 {
25 "name": "dragons-den",
26 "url": "https://pokedex.mimo.dev/api/location/74/"
27 },
28 {
29 "name": "ecruteak-city",
30 "url": "https://pokedex.mimo.dev/api/location/75/"
31 },
32 {
33 "name": "ice-path",
34 "url": "https://pokedex.mimo.dev/api/location/77/"
35 },
36 {
37 "name": "ilex-forest",
38 "url": "https://pokedex.mimo.dev/api/location/78/"
39 },
40 {
41 "name": "lake-of-rage",
42 "url": "https://pokedex.mimo.dev/api/location/79/"
43 },
44 {
45 "name": "mt-mortar",
46 "url": "https://pokedex.mimo.dev/api/location/81/"
47 },
48 {
49 "name": "mt-silver",
50 "url": "https://pokedex.mimo.dev/api/location/82/"
51 },
52 {
53 "name": "national-park",
54 "url": "https://pokedex.mimo.dev/api/location/83/"
55 },
56 {
57 "name": "new-bark-town",
58 "url": "https://pokedex.mimo.dev/api/location/84/"
59 },
60 {
61 "name": "olivine-city",
62 "url": "https://pokedex.mimo.dev/api/location/85/"
63 },
64 {
65 "name": "johto-route-29",
66 "url": "https://pokedex.mimo.dev/api/location/108/"
67 },
68 {
69 "name": "johto-route-30",
70 "url": "https://pokedex.mimo.dev/api/location/110/"
71 },
72 {
73 "name": "johto-route-31",
74 "url": "https://pokedex.mimo.dev/api/location/111/"
75 },
76 {
77 "name": "johto-route-32",
78 "url": "https://pokedex.mimo.dev/api/location/112/"
79 },
80 {
81 "name": "johto-route-33",
82 "url": "https://pokedex.mimo.dev/api/location/113/"
83 },
84 {
85 "name": "johto-route-34",
86 "url": "https://pokedex.mimo.dev/api/location/114/"
87 },
88 {
89 "name": "johto-route-35",
90 "url": "https://pokedex.mimo.dev/api/location/115/"
91 },
92 {
93 "name": "johto-route-36",
94 "url": "https://pokedex.mimo.dev/api/location/116/"
95 },
96 {
97 "name": "johto-route-37",
98 "url": "https://pokedex.mimo.dev/api/location/117/"
99 },
100 {
101 "name": "johto-route-38",
102 "url": "https://pokedex.mimo.dev/api/location/118/"
103 },
104 {
105 "name": "johto-route-39",
106 "url": "https://pokedex.mimo.dev/api/location/119/"
107 },
108 {
109 "name": "johto-sea-route-40",
110 "url": "https://pokedex.mimo.dev/api/location/121/"
111 },
112 {
113 "name": "johto-sea-route-41",
114 "url": "https://pokedex.mimo.dev/api/location/122/"
115 },
116 {
117 "name": "johto-route-42",
118 "url": "https://pokedex.mimo.dev/api/location/123/"
119 },
120 {
121 "name": "johto-route-43",
122 "url": "https://pokedex.mimo.dev/api/location/124/"
123 },
124 {
125 "name": "johto-route-44",
126 "url": "https://pokedex.mimo.dev/api/location/125/"
127 },
128 {
129 "name": "johto-route-45",
130 "url": "https://pokedex.mimo.dev/api/location/126/"
131 },
132 {
133 "name": "johto-route-46",
134 "url": "https://pokedex.mimo.dev/api/location/127/"
135 },
136 {
137 "name": "johto-route-47",
138 "url": "https://pokedex.mimo.dev/api/location/128/"
139 },
140 {
141 "name": "johto-route-48",
142 "url": "https://pokedex.mimo.dev/api/location/129/"
143 },
144 {
145 "name": "ruins-of-alph",
146 "url": "https://pokedex.mimo.dev/api/location/135/"
147 },
148 {
149 "name": "slowpoke-well",
150 "url": "https://pokedex.mimo.dev/api/location/137/"
151 },
152 {
153 "name": "sprout-tower",
154 "url": "https://pokedex.mimo.dev/api/location/138/"
155 },
156 {
157 "name": "bell-tower",
158 "url": "https://pokedex.mimo.dev/api/location/139/"
159 },
160 {
161 "name": "tohjo-falls",
162 "url": "https://pokedex.mimo.dev/api/location/140/"
163 },
164 {
165 "name": "union-cave",
166 "url": "https://pokedex.mimo.dev/api/location/141/"
167 },
168 {
169 "name": "unknown-all-poliwag",
170 "url": "https://pokedex.mimo.dev/api/location/148/"
171 },
172 {
173 "name": "unknown-all-rattata",
174 "url": "https://pokedex.mimo.dev/api/location/149/"
175 },
176 {
177 "name": "unknown-all-bugs",
178 "url": "https://pokedex.mimo.dev/api/location/150/"
179 },
180 {
181 "name": "violet-city",
182 "url": "https://pokedex.mimo.dev/api/location/153/"
183 },
184 {
185 "name": "whirl-islands",
186 "url": "https://pokedex.mimo.dev/api/location/156/"
187 },
188 {
189 "name": "azalea-town",
190 "url": "https://pokedex.mimo.dev/api/location/228/"
191 },
192 {
193 "name": "goldenrod-city",
194 "url": "https://pokedex.mimo.dev/api/location/229/"
195 },
196 {
197 "name": "mahogany-town",
198 "url": "https://pokedex.mimo.dev/api/location/230/"
199 },
200 {
201 "name": "johto-lighthouse",
202 "url": "https://pokedex.mimo.dev/api/location/236/"
203 },
204 {
205 "name": "team-rocket-hq",
206 "url": "https://pokedex.mimo.dev/api/location/237/"
207 },
208 {
209 "name": "goldenrod-tunnel",
210 "url": "https://pokedex.mimo.dev/api/location/238/"
211 },
212 {
213 "name": "mt-silver-cave",
214 "url": "https://pokedex.mimo.dev/api/location/239/"
215 },
216 {
217 "name": "pokeathlon-dome",
218 "url": "https://pokedex.mimo.dev/api/location/241/"
219 },
220 {
221 "name": "ss-aqua",
222 "url": "https://pokedex.mimo.dev/api/location/242/"
223 },
224 {
225 "name": "safari-zone-gate",
226 "url": "https://pokedex.mimo.dev/api/location/243/"
227 },
228 {
229 "name": "cliff-cave",
230 "url": "https://pokedex.mimo.dev/api/location/244/"
231 },
232 {
233 "name": "frontier-access",
234 "url": "https://pokedex.mimo.dev/api/location/245/"
235 },
236 {
237 "name": "bellchime-trail",
238 "url": "https://pokedex.mimo.dev/api/location/246/"
239 },
240 {
241 "name": "sinjoh-ruins",
242 "url": "https://pokedex.mimo.dev/api/location/247/"
243 },
244 {
245 "name": "embedded-tower",
246 "url": "https://pokedex.mimo.dev/api/location/248/"
247 },
248 {
249 "name": "pokewalker",
250 "url": "https://pokedex.mimo.dev/api/location/249/"
251 },
252 {
253 "name": "cliff-edge-gate",
254 "url": "https://pokedex.mimo.dev/api/location/250/"
255 },
256 {
257 "name": "radio-tower",
258 "url": "https://pokedex.mimo.dev/api/location/252/"
259 },
260 {
261 "name": "roaming-johto",
262 "url": "https://pokedex.mimo.dev/api/location/800/"
263 },
264 {
265 "name": "johto-safari-zone",
266 "url": "https://pokedex.mimo.dev/api/location/814/"
267 }
268 ],
269 "main_generation": {
270 "name": "generation-ii",
271 "url": "https://pokedex.mimo.dev/api/generation/2/"
272 },
273 "name": "johto",
274 "names": [
275 {
276 "language": {
277 "name": "ja-Hrkt",
278 "url": "https://pokedex.mimo.dev/api/language/1/"
279 },
280 "name": "ジョウト"
281 },
282 {
283 "language": {
284 "name": "ko",
285 "url": "https://pokedex.mimo.dev/api/language/3/"
286 },
287 "name": "성도"
288 },
289 {
290 "language": {
291 "name": "zh-Hant",
292 "url": "https://pokedex.mimo.dev/api/language/4/"
293 },
294 "name": "城都"
295 },
296 {
297 "language": {
298 "name": "fr",
299 "url": "https://pokedex.mimo.dev/api/language/5/"
300 },
301 "name": "Johto"
302 },
303 {
304 "language": {
305 "name": "de",
306 "url": "https://pokedex.mimo.dev/api/language/6/"
307 },
308 "name": "Johto"
309 },
310 {
311 "language": {
312 "name": "it",
313 "url": "https://pokedex.mimo.dev/api/language/8/"
314 },
315 "name": "Johto"
316 },
317 {
318 "language": {
319 "name": "en",
320 "url": "https://pokedex.mimo.dev/api/language/9/"
321 },
322 "name": "Johto"
323 },
324 {
325 "language": {
326 "name": "zh-Hans",
327 "url": "https://pokedex.mimo.dev/api/language/12/"
328 },
329 "name": "城都"
330 }
331 ],
332 "pokedexes": [
333 {
334 "name": "original-johto",
335 "url": "https://pokedex.mimo.dev/api/pokedex/3/"
336 },
337 {
338 "name": "updated-johto",
339 "url": "https://pokedex.mimo.dev/api/pokedex/7/"
340 }
341 ],
342 "version_groups": [
343 {
344 "name": "gold-silver",
345 "url": "https://pokedex.mimo.dev/api/version-group/3/"
346 },
347 {
348 "name": "crystal",
349 "url": "https://pokedex.mimo.dev/api/version-group/4/"
350 },
351 {
352 "name": "heartgold-soulsilver",
353 "url": "https://pokedex.mimo.dev/api/version-group/10/"
354 }
355 ]
356}