Documentation menu

Endpoint: airport-comments

Member comments for the available airports

GEThttps://airports.mimo.dev/api/airport-comments/609444

Request

GETairport-comments
1fetch("https://airports.mimo.dev/api/airport-comments/609444")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response

response.json
1{
2 "id": "609444",
3 "threadRef": "83098",
4 "airportRef": "17627",
5 "airportIdent": "HI05",
6 "date": "2026-06-21 18:45:47",
7 "memberNickname": "animebirder",
8 "subject": "re: Still listed on AirNav but..",
9 "body": "Reply to @animebirder: Honestly, the FAA should not be listing this facility at all whatsoever. I was just here in May 2026 and it is basically barely a break in the trees at this point, even the old cane haul road is basically impassable. The only place that FAA LID makes any sense is Microsoft Flight Simulator."
10}