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