Member comments for the available airports
1fetch("https://airports.mimo.dev/api/airport-comments/609453") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": "609453",3 "threadRef": "83309",4 "airportRef": "27219",5 "airportIdent": "ZSJN",6 "date": "2026-06-22 08:57:05",7 "memberNickname": "iasbt",8 "subject": "Nice1",9 "body": "泰山泰山泰山,为爬泰山飞到这儿,出门转大巴去泰安,机场还在升级改造,服务人员很热情贴心,门外客运大巴车工作人员也很好,内外衔接也很好。"10}