Member comments for the available airports
1fetch("https://airports.mimo.dev/api/airport-comments/609533") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": "609533",3 "threadRef": "83313",4 "airportRef": "20158",5 "airportIdent": "KIER",6 "date": "2026-06-28 15:11:53",7 "memberNickname": "rstan",8 "subject": "(no subject)",9 "body": "Nice country airport"10}