Documentation menu

Endpoint: airport-comments

Member comments for the available airports

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

Request

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

Response

response.json
1{
2 "id": "609455",
3 "threadRef": "83311",
4 "airportRef": "27230",
5 "airportIdent": "ZUUU",
6 "date": "2026-06-22 09:26:49",
7 "memberNickname": "iasbt",
8 "subject": "梦幻未来城",
9 "body": "第一次去是凌晨,那些灯光让我感觉已经到2050年了,堪称梦幻未来城;贵宾厅一般,很一般。"
10}