Member comments for the available airports
1fetch("https://airports.mimo.dev/api/airport-comments/609420") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": "609420",3 "threadRef": "83300",4 "airportRef": "300320",5 "airportIdent": "OMDW",6 "date": "2026-06-20 17:36:23",7 "memberNickname": "F22",8 "subject": "2026 update",9 "body": "Its under development. the Masterplans are truly great but environmental impact is still unknown and its feasibility in the existing structure is a long process due to acclimation of existing infrastructure around DXB."10}