Documentation menu

Endpoint: airport-comments

Member comments for the available airports

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

Request

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

Response

response.json
1{
2 "id": "609456",
3 "threadRef": "83312",
4 "airportRef": "27194",
5 "airportIdent": "ZGGG",
6 "date": "2026-06-22 09:41:41",
7 "memberNickname": "iasbt",
8 "subject": "热、累、长!",
9 "body": "机场里下飞机是最远端,出了机场去地图又走了这么远,地铁里的线也有点儿没看明白"
10}