Member comments for the available airports
1fetch("https://airports.mimo.dev/api/airport-comments/609296") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": "609296",3 "threadRef": "83293",4 "airportRef": "7705",5 "airportIdent": "11FA",6 "date": "2026-06-15 19:19:49",7 "memberNickname": "ReefShore316",8 "subject": "Lock the fuck in",9 "body": "Airport is not usable. Has been closed since the 70s."10}