Documentation menu

Endpoint: airport-comments

Member comments for the available airports

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

Request

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

Response

response.json
1{
2 "id": "609423",
3 "threadRef": "83303",
4 "airportRef": "5166",
5 "airportIdent": "OIIE",
6 "date": "2026-06-20 17:48:03",
7 "memberNickname": "F22",
8 "subject": "A hidden oasis",
9 "body": "Hear me out> its a massive Airfield with Clean Traffic control and organized technicians. you need to visit it"
10}