Member comments for the available airports
1fetch("https://airports.mimo.dev/api/airport-comments/609298") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": "609298",3 "threadRef": "83295",4 "airportRef": "347538",5 "airportIdent": "US-5109",6 "date": "2026-06-15 19:23:47",7 "memberNickname": "ReefShore316",8 "subject": "(no subject)",9 "body": "Did not appear in any topo but still existed"10}