Member comments for the available airports
1fetch("https://airports.mimo.dev/api/airport-comments/609437") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": "609437",3 "threadRef": "83306",4 "airportRef": "31977",5 "airportIdent": "MWCL",6 "date": "2026-06-21 07:02:21",7 "memberNickname": "F22",8 "subject": "Its great",9 "body": "be aware of wildlife while approaching"10}