Member comments for the available airports
1fetch("https://airports.mimo.dev/api/airport-comments/609535") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": "609535",3 "threadRef": "83314",4 "airportRef": "21161",5 "airportIdent": "KT65",6 "date": "2026-06-28 15:15:19",7 "memberNickname": "rstan",8 "subject": "(no subject)",9 "body": "Used o have cheap fuel"10}