Documentation menu

Endpoint: airport-comments

Member comments for the available airports

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

Request

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

Response

response.json
1{
2 "id": "609445",
3 "threadRef": "83307",
4 "airportRef": "17647",
5 "airportIdent": "HI52",
6 "date": "2026-06-21 18:49:37",
7 "memberNickname": "animebirder",
8 "subject": "Trivia",
9 "body": "This National Park Service maintenance heliport is the closest aviation facility to Kilauea. That is a lot of tephra to deal with during eruption cycles!"
10}