Member comments for the available airports
1fetch("https://airports.mimo.dev/api/airport-comments/609297") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": "609297",3 "threadRef": "83294",4 "airportRef": "347537",5 "airportIdent": "US-5108",6 "date": "2026-06-15 19:23:16",7 "memberNickname": "ReefShore316",8 "subject": "Lock in nga",9 "body": "Since when this was a fucking airport"10}