Member comments for the available airports
1fetch("https://airports.mimo.dev/api/airport-comments/609422") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": "609422",3 "threadRef": "83302",4 "airportRef": "351839",5 "airportIdent": "AE-0127",6 "date": "2026-06-20 17:44:16",7 "memberNickname": "F22",8 "subject": "AC130",9 "body": "great place and close to the SAUDI border. Beautiful scenery red sand and white plains. Occasionally you can spot camels or abandoned vehicles"10}