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