Endpoint: region
GEThttps://pokedex.mimo.dev/api/region/paldea
Request
GETregion
1fetch("https://pokedex.mimo.dev/api/region/paldea")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))
Response
response.json
1{
2 "id": 10,
3 "locations": [
4 {
5 "name": "cabo-poco",
6 "url": "https://pokedex.mimo.dev/api/location/815/"
7 },
8 {
9 "name": "los-platos",
10 "url": "https://pokedex.mimo.dev/api/location/816/"
11 },
12 {
13 "name": "mesagoza",
14 "url": "https://pokedex.mimo.dev/api/location/817/"
15 },
16 {
17 "name": "cortondo",
18 "url": "https://pokedex.mimo.dev/api/location/818/"
19 },
20 {
21 "name": "alfornada",
22 "url": "https://pokedex.mimo.dev/api/location/819/"
23 },
24 {
25 "name": "pokemon-league",
26 "url": "https://pokedex.mimo.dev/api/location/820/"
27 },
28 {
29 "name": "artazon",
30 "url": "https://pokedex.mimo.dev/api/location/821/"
31 },
32 {
33 "name": "levincia",
34 "url": "https://pokedex.mimo.dev/api/location/822/"
35 },
36 {
37 "name": "zapapico",
38 "url": "https://pokedex.mimo.dev/api/location/823/"
39 },
40 {
41 "name": "cascarrafa",
42 "url": "https://pokedex.mimo.dev/api/location/824/"
43 },
44 {
45 "name": "porto-marinada",
46 "url": "https://pokedex.mimo.dev/api/location/825/"
47 },
48 {
49 "name": "medali",
50 "url": "https://pokedex.mimo.dev/api/location/826/"
51 },
52 {
53 "name": "montenevera",
54 "url": "https://pokedex.mimo.dev/api/location/827/"
55 },
56 {
57 "name": "paldea-south-province-area-one",
58 "url": "https://pokedex.mimo.dev/api/location/828/"
59 },
60 {
61 "name": "paldea-south-province-area-two",
62 "url": "https://pokedex.mimo.dev/api/location/829/"
63 },
64 {
65 "name": "paldea-south-province-area-three",
66 "url": "https://pokedex.mimo.dev/api/location/830/"
67 },
68 {
69 "name": "paldea-south-province-area-four",
70 "url": "https://pokedex.mimo.dev/api/location/831/"
71 },
72 {
73 "name": "paldea-south-province-area-five",
74 "url": "https://pokedex.mimo.dev/api/location/832/"
75 },
76 {
77 "name": "paldea-south-province-area-six",
78 "url": "https://pokedex.mimo.dev/api/location/833/"
79 },
80 {
81 "name": "south-paldean-sea",
82 "url": "https://pokedex.mimo.dev/api/location/834/"
83 },
84 {
85 "name": "poco-path",
86 "url": "https://pokedex.mimo.dev/api/location/835/"
87 },
88 {
89 "name": "inlet-grotto",
90 "url": "https://pokedex.mimo.dev/api/location/836/"
91 },
92 {
93 "name": "naranja-academy/uva-academy",
94 "url": "https://pokedex.mimo.dev/api/location/837/"
95 },
96 {
97 "name": "alfornada-cavern",
98 "url": "https://pokedex.mimo.dev/api/location/838/"
99 },
100 {
101 "name": "grasswither-shrine",
102 "url": "https://pokedex.mimo.dev/api/location/839/"
103 },
104 {
105 "name": "paldea-east-province-area-one",
106 "url": "https://pokedex.mimo.dev/api/location/840/"
107 },
108 {
109 "name": "paldea-east-province-area-two",
110 "url": "https://pokedex.mimo.dev/api/location/841/"
111 },
112 {
113 "name": "paldea-east-province-area-three",
114 "url": "https://pokedex.mimo.dev/api/location/842/"
115 },
116 {
117 "name": "east-paldean-sea",
118 "url": "https://pokedex.mimo.dev/api/location/843/"
119 },
120 {
121 "name": "tagtree-thicket",
122 "url": "https://pokedex.mimo.dev/api/location/844/"
123 },
124 {
125 "name": "schedar-squads-base",
126 "url": "https://pokedex.mimo.dev/api/location/845/"
127 },
128 {
129 "name": "navi-squads-base",
130 "url": "https://pokedex.mimo.dev/api/location/846/"
131 },
132 {
133 "name": "paldea-west-province-area-one",
134 "url": "https://pokedex.mimo.dev/api/location/847/"
135 },
136 {
137 "name": "paldea-west-province-area-two",
138 "url": "https://pokedex.mimo.dev/api/location/848/"
139 },
140 {
141 "name": "paldea-west-province-area-three",
142 "url": "https://pokedex.mimo.dev/api/location/849/"
143 },
144 {
145 "name": "asado-desert",
146 "url": "https://pokedex.mimo.dev/api/location/850/"
147 },
148 {
149 "name": "west-paldean-sea",
150 "url": "https://pokedex.mimo.dev/api/location/851/"
151 },
152 {
153 "name": "segin-squads-base",
154 "url": "https://pokedex.mimo.dev/api/location/852/"
155 },
156 {
157 "name": "icerend-shrine",
158 "url": "https://pokedex.mimo.dev/api/location/853/"
159 },
160 {
161 "name": "paldea-north-province-area-one",
162 "url": "https://pokedex.mimo.dev/api/location/854/"
163 },
164 {
165 "name": "paldea-north-province-area-two",
166 "url": "https://pokedex.mimo.dev/api/location/855/"
167 },
168 {
169 "name": "paldea-north-province-area-three",
170 "url": "https://pokedex.mimo.dev/api/location/856/"
171 },
172 {
173 "name": "casseroya-lake",
174 "url": "https://pokedex.mimo.dev/api/location/857/"
175 },
176 {
177 "name": "dalizapa-passage",
178 "url": "https://pokedex.mimo.dev/api/location/858/"
179 },
180 {
181 "name": "glaseado-mountain",
182 "url": "https://pokedex.mimo.dev/api/location/859/"
183 },
184 {
185 "name": "socarrat-trail",
186 "url": "https://pokedex.mimo.dev/api/location/860/"
187 },
188 {
189 "name": "groundblight-shrine",
190 "url": "https://pokedex.mimo.dev/api/location/861/"
191 },
192 {
193 "name": "firescourge-shrine",
194 "url": "https://pokedex.mimo.dev/api/location/862/"
195 },
196 {
197 "name": "north-paldean-sea",
198 "url": "https://pokedex.mimo.dev/api/location/863/"
199 },
200 {
201 "name": "ruchbah-squads-base",
202 "url": "https://pokedex.mimo.dev/api/location/864/"
203 },
204 {
205 "name": "caph-squads-base",
206 "url": "https://pokedex.mimo.dev/api/location/865/"
207 },
208 {
209 "name": "area-zero",
210 "url": "https://pokedex.mimo.dev/api/location/866/"
211 },
212 {
213 "name": "zero-lab",
214 "url": "https://pokedex.mimo.dev/api/location/867/"
215 }
216 ],
217 "main_generation": {
218 "name": "generation-ix",
219 "url": "https://pokedex.mimo.dev/api/generation/9/"
220 },
221 "name": "paldea",
222 "names": [
223 {
224 "language": {
225 "name": "ja-Hrkt",
226 "url": "https://pokedex.mimo.dev/api/language/1/"
227 },
228 "name": "パルデア"
229 },
230 {
231 "language": {
232 "name": "ko",
233 "url": "https://pokedex.mimo.dev/api/language/3/"
234 },
235 "name": "팔데아"
236 },
237 {
238 "language": {
239 "name": "zh-Hant",
240 "url": "https://pokedex.mimo.dev/api/language/4/"
241 },
242 "name": "帕底亞"
243 },
244 {
245 "language": {
246 "name": "fr",
247 "url": "https://pokedex.mimo.dev/api/language/5/"
248 },
249 "name": "Paldea"
250 },
251 {
252 "language": {
253 "name": "de",
254 "url": "https://pokedex.mimo.dev/api/language/6/"
255 },
256 "name": "Paldea"
257 },
258 {
259 "language": {
260 "name": "it",
261 "url": "https://pokedex.mimo.dev/api/language/8/"
262 },
263 "name": "Paldea"
264 },
265 {
266 "language": {
267 "name": "en",
268 "url": "https://pokedex.mimo.dev/api/language/9/"
269 },
270 "name": "Paldea"
271 },
272 {
273 "language": {
274 "name": "zh-Hans",
275 "url": "https://pokedex.mimo.dev/api/language/12/"
276 },
277 "name": "帕底亚"
278 }
279 ],
280 "pokedexes": [
281 {
282 "name": "paldea",
283 "url": "https://pokedex.mimo.dev/api/pokedex/31/"
284 },
285 {
286 "name": "kitakami",
287 "url": "https://pokedex.mimo.dev/api/pokedex/32/"
288 },
289 {
290 "name": "blueberry",
291 "url": "https://pokedex.mimo.dev/api/pokedex/33/"
292 }
293 ],
294 "version_groups": [
295 {
296 "name": "scarlet-violet",
297 "url": "https://pokedex.mimo.dev/api/version-group/25/"
298 },
299 {
300 "name": "the-teal-mask",
301 "url": "https://pokedex.mimo.dev/api/version-group/26/"
302 },
303 {
304 "name": "the-indigo-disk",
305 "url": "https://pokedex.mimo.dev/api/version-group/27/"
306 }
307 ]
308}