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