Member comments for the available airports
1fetch("https://airports.mimo.dev/api/airport-comments/609629") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": "609629",3 "threadRef": "3133",4 "airportRef": "39720",5 "airportIdent": "CA-0074",6 "date": "2026-07-02 19:47:04",7 "memberNickname": "Buzz777",8 "subject": "re: Closed for years",9 "body": "Hey names Ryan looking to know if I could land here at the old strip I got a rans s12 do u know the person who live ing there now"10}