Documentation menu

Endpoint: airport-comments

Member comments for the available airports

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

Request

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

Response

response.json
1{
2 "id": "609446",
3 "threadRef": "83308",
4 "airportRef": "17633",
5 "airportIdent": "HI23",
6 "date": "2026-06-21 18:51:01",
7 "memberNickname": "animebirder",
8 "subject": "Update",
9 "body": "This airstrip has evidently not seen a flight in years, and is blocked by farm equipment and sheds. Should have been delisted from FAA records long ago."
10}