Member comments for the available airports
1fetch("https://airports.mimo.dev/api/airport-comments/609421") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": "609421",3 "threadRef": "83301",4 "airportRef": "341687",5 "airportIdent": "AE-0038",6 "date": "2026-06-20 17:39:21",7 "memberNickname": "F22",8 "subject": "great view",9 "body": "Great view and easy approach and departure."10}