Member comments for the available airports
1fetch("https://airports.mimo.dev/api/airport-comments/609398") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": "609398",3 "threadRef": "83298",4 "airportRef": "4172",5 "airportIdent": "LFOE",6 "date": "2026-06-19 18:41:16",7 "memberNickname": "michel-79200",8 "subject": "Service National",9 "body": "J'étais ici en 1986 . J'ai appris a faire la protection des bases aériennes.\r\nPuis j'ai servi ailleurs.\r\nQue de bon souvenir."10}