Member comments for the available airports
1fetch("https://airports.mimo.dev/api/airport-comments/609425") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": "609425",3 "threadRef": "83305",4 "airportRef": "3488",5 "airportIdent": "KDFW",6 "date": "2026-06-20 17:56:24",7 "memberNickname": "F22",8 "subject": "GO LONGHORNS",9 "body": "Its Clean Airport with a timeless design and charm."10}