Member comments for the available airports
1fetch("https://airports.mimo.dev/api/airport-comments/609423") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": "609423",3 "threadRef": "83303",4 "airportRef": "5166",5 "airportIdent": "OIIE",6 "date": "2026-06-20 17:48:03",7 "memberNickname": "F22",8 "subject": "A hidden oasis",9 "body": "Hear me out> its a massive Airfield with Clean Traffic control and organized technicians. you need to visit it"10}