Documentation menu

Endpoint: airport-comments

Member comments for the available airports

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

Request

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

Response

response.json
1{
2 "id": "609421",
3 "threadRef": "83301",
4 "airportRef": "341687",
5 "airportIdent": "AE-0038",
6 "date": "2026-06-20 17:39:21",
7 "memberNickname": "F22",
8 "subject": "great view",
9 "body": "Great view and easy approach and departure."
10}