List of the world's countries
1fetch("https://airports.mimo.dev/api/countries/302672") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": "302672",3 "code": "AD",4 "name": "Andorra",5 "continent": "EU",6 "wikipedia_link": "https://en.wikipedia.org/wiki/Andorra",7 "keywords": "Andorran airports"8}