Member comments for the available airports
1fetch("https://airports.mimo.dev/api/airport-comments/609454") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": "609454",3 "threadRef": "83310",4 "airportRef": "27222",5 "airportIdent": "ZSOF",6 "date": "2026-06-22 08:58:08",7 "memberNickname": "iasbt",8 "subject": "Nice!",9 "body": "看着挺破的,完全是郊区,但是也挺不错的,贵宾厅一般,感觉被忽悠了。"10}