Documentation menu

Endpoint: airport-comments

Member comments for the available airports

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

Request

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

Response

response.json
1{
2 "id": "609422",
3 "threadRef": "83302",
4 "airportRef": "351839",
5 "airportIdent": "AE-0127",
6 "date": "2026-06-20 17:44:16",
7 "memberNickname": "F22",
8 "subject": "AC130",
9 "body": "great place and close to the SAUDI border. Beautiful scenery red sand and white plains. Occasionally you can spot camels or abandoned vehicles"
10}