Documentation menu

Endpoint: regions

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

GEThttps://airports.mimo.dev/api/regions/302817

Request

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

Response

response.json
1{
2 "id": "302817",
3 "code": "AD-08",
4 "local_code": "08",
5 "name": "Escaldes-Engordany Parish",
6 "continent": "EU",
7 "iso_country": "AD",
8 "wikipedia_link": "https://en.wikipedia.org/wiki/Escaldes-Engordany",
9 "keywords": "Airports in Escaldes-Engordany Parish"
10}