Documentation menu

Endpoint: regions

List of all countries' top-level administrative subdivisions (provinces, governorates, states, etc.)

GEThttps://airports.mimo.dev/api/regions?limit=25
Collection responses are paginated and returned as { count, offset, limit, results }. Use limit and offset to move through the dataset. The default limit is 100, and the maximum limit is 1,000.

Request

GETregions
1fetch("https://airports.mimo.dev/api/regions?limit=25")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response

response.json
1{
2 "count": 3984,
3 "offset": 0,
4 "limit": 25,
5 "results": [
6 {
7 "id": "302811",
8 "code": "AD-02",
9 "local_code": "02",
10 "name": "Canillo Parish",
11 "continent": "EU",
12 "iso_country": "AD",
13 "wikipedia_link": "https://en.wikipedia.org/wiki/Canillo",
14 "keywords": "Airports in Canillo Parish"
15 },
16 {
17 "id": "302812",
18 "code": "AD-03",
19 "local_code": "03",
20 "name": "Encamp Parish",
21 "continent": "EU",
22 "iso_country": "AD",
23 "wikipedia_link": "https://en.wikipedia.org/wiki/Encamp",
24 "keywords": "Airports in Encamp Parish"
25 },
26 {
27 "id": "302813",
28 "code": "AD-04",
29 "local_code": "04",
30 "name": "La Massana Parish",
31 "continent": "EU",
32 "iso_country": "AD",
33 "wikipedia_link": "https://en.wikipedia.org/wiki/La_Massana",
34 "keywords": "Airports in La Massana Parish"
35 },
36 {
37 "id": "302814",
38 "code": "AD-05",
39 "local_code": "05",
40 "name": "Ordino Parish",
41 "continent": "EU",
42 "iso_country": "AD",
43 "wikipedia_link": "https://en.wikipedia.org/wiki/Ordino",
44 "keywords": "Airports in Ordino Parish"
45 },
46 {
47 "id": "302815",
48 "code": "AD-06",
49 "local_code": "06",
50 "name": "Sant Julià de Lòria Parish",
51 "continent": "EU",
52 "iso_country": "AD",
53 "wikipedia_link": "https://en.wikipedia.org/wiki/Sant_Julià_de_Lòria",
54 "keywords": "Airports in Sant Julià de Lòria Parish"
55 },
56 {
57 "id": "302816",
58 "code": "AD-07",
59 "local_code": "07",
60 "name": "Andorra la Vella Parish",
61 "continent": "EU",
62 "iso_country": "AD",
63 "wikipedia_link": "https://en.wikipedia.org/wiki/Andorra_la_Vella",
64 "keywords": "Airports in Andorra la Vella Parish"
65 },
66 {
67 "id": "302817",
68 "code": "AD-08",
69 "local_code": "08",
70 "name": "Escaldes-Engordany Parish",
71 "continent": "EU",
72 "iso_country": "AD",
73 "wikipedia_link": "https://en.wikipedia.org/wiki/Escaldes-Engordany",
74 "keywords": "Airports in Escaldes-Engordany Parish"
75 },
76 {
77 "id": "302818",
78 "code": "AD-U-A",
79 "local_code": "U-A",
80 "name": "(unassigned)",
81 "continent": "EU",
82 "iso_country": "AD",
83 "wikipedia_link": null,
84 "keywords": "Airports in (unassigned)"
85 },
86 {
87 "id": "302819",
88 "code": "AE-AJ",
89 "local_code": "AJ",
90 "name": "Ajman Emirate",
91 "continent": "AS",
92 "iso_country": "AE",
93 "wikipedia_link": "https://en.wikipedia.org/wiki/Ajman",
94 "keywords": "'Ajmān"
95 },
96 {
97 "id": "302820",
98 "code": "AE-AZ",
99 "local_code": "AZ",
100 "name": "Abu Dhabi Emirate",
101 "continent": "AS",
102 "iso_country": "AE",
103 "wikipedia_link": "https://en.wikipedia.org/wiki/Abu_Dhabi_(emirate)",
104 "keywords": "Abu Ẓaby"
105 },
106 {
107 "id": "302821",
108 "code": "AE-DU",
109 "local_code": "DU",
110 "name": "Dubai Emirate",
111 "continent": "AS",
112 "iso_country": "AE",
113 "wikipedia_link": "https://en.wikipedia.org/wiki/Dubai",
114 "keywords": "Dubayy"
115 },
116 {
117 "id": "302822",
118 "code": "AE-FU",
119 "local_code": "FU",
120 "name": "Fujairah Emirate",
121 "continent": "AS",
122 "iso_country": "AE",
123 "wikipedia_link": "https://en.wikipedia.org/wiki/Fujairah",
124 "keywords": "Al Fujayrah"
125 },
126 {
127 "id": "302823",
128 "code": "AE-RK",
129 "local_code": "RK",
130 "name": "Ras al-Khaimah Emirate",
131 "continent": "AS",
132 "iso_country": "AE",
133 "wikipedia_link": "https://en.wikipedia.org/wiki/Ras_al-Khaimah",
134 "keywords": "Ra's al Khaymah"
135 },
136 {
137 "id": "302824",
138 "code": "AE-SH",
139 "local_code": "SH",
140 "name": "Sharjah Emirate",
141 "continent": "AS",
142 "iso_country": "AE",
143 "wikipedia_link": "https://en.wikipedia.org/wiki/Sharjah_(emirate)",
144 "keywords": "Ash Shāriqah"
145 },
146 {
147 "id": "302825",
148 "code": "AE-U-A",
149 "local_code": "U-A",
150 "name": "(unassigned)",
151 "continent": "AS",
152 "iso_country": "AE",
153 "wikipedia_link": null,
154 "keywords": "Airports in (unassigned)"
155 },
156 {
157 "id": "302826",
158 "code": "AE-UQ",
159 "local_code": "UQ",
160 "name": "Umm al-Quwain Emirate",
161 "continent": "AS",
162 "iso_country": "AE",
163 "wikipedia_link": "https://en.wikipedia.org/wiki/Umm_al-Quwain",
164 "keywords": "Airports in Umm al-Quwain Emirate"
165 },
166 {
167 "id": "302827",
168 "code": "AF-BAL",
169 "local_code": "BAL",
170 "name": "Balkh Province",
171 "continent": "AS",
172 "iso_country": "AF",
173 "wikipedia_link": "https://en.wikipedia.org/wiki/Balkh_Province",
174 "keywords": "Airports in Balkh Province"
175 },
176 {
177 "id": "302828",
178 "code": "AF-BAM",
179 "local_code": "BAM",
180 "name": "Bamiyan Province",
181 "continent": "AS",
182 "iso_country": "AF",
183 "wikipedia_link": "https://en.wikipedia.org/wiki/Bamyian_Province",
184 "keywords": "Airports in Bamiyan Province"
185 },
186 {
187 "id": "302829",
188 "code": "AF-BDG",
189 "local_code": "BDG",
190 "name": "Badghis Province",
191 "continent": "AS",
192 "iso_country": "AF",
193 "wikipedia_link": "https://en.wikipedia.org/wiki/Badghis_Province",
194 "keywords": "Airports in Badghis Province"
195 },
196 {
197 "id": "302830",
198 "code": "AF-BDS",
199 "local_code": "BDS",
200 "name": "Badakhshan Province",
201 "continent": "AS",
202 "iso_country": "AF",
203 "wikipedia_link": "https://en.wikipedia.org/wiki/Badakhshan_Province",
204 "keywords": "Airports in Badakhshan Province"
205 },
206 {
207 "id": "302831",
208 "code": "AF-BGL",
209 "local_code": "BGL",
210 "name": "Baghlan Province",
211 "continent": "AS",
212 "iso_country": "AF",
213 "wikipedia_link": "https://en.wikipedia.org/wiki/Baghlan_Province",
214 "keywords": "Airports in Baghlan Province"
215 },
216 {
217 "id": "306897",
218 "code": "AF-DAY",
219 "local_code": "DAY",
220 "name": "Daykundi Province",
221 "continent": "AS",
222 "iso_country": "AF",
223 "wikipedia_link": "https://en.wikipedia.org/wiki/Daykundi_Province",
224 "keywords": "Airports in Daykundi Province"
225 },
226 {
227 "id": "302832",
228 "code": "AF-FRA",
229 "local_code": "FRA",
230 "name": "Farah Province",
231 "continent": "AS",
232 "iso_country": "AF",
233 "wikipedia_link": "https://en.wikipedia.org/wiki/Farah_Province",
234 "keywords": "Airports in Farah Province"
235 },
236 {
237 "id": "302833",
238 "code": "AF-FYB",
239 "local_code": "FYB",
240 "name": "Faryab Province",
241 "continent": "AS",
242 "iso_country": "AF",
243 "wikipedia_link": "https://en.wikipedia.org/wiki/Faryab_Province",
244 "keywords": "Airports in Faryab Province"
245 },
246 {
247 "id": "302834",
248 "code": "AF-GHA",
249 "local_code": "GHA",
250 "name": "Ghazni Province",
251 "continent": "AS",
252 "iso_country": "AF",
253 "wikipedia_link": "https://en.wikipedia.org/wiki/Ghazni_Province",
254 "keywords": "Airports in Ghazni Province"
255 }
256 ]
257}