Documentation menu

Endpoint: airport-comments

Member comments for the available airports

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

Request

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

Response

response.json
1{
2 "id": "609424",
3 "threadRef": "83304",
4 "airportRef": "5168",
5 "airportIdent": "OIII",
6 "date": "2026-06-20 17:51:44",
7 "memberNickname": "F22",
8 "subject": "OG Airport of the Middle East",
9 "body": "nobody can beat it m its sheer size it's so huge i got lost in it twice its oldschool no new toys. capable ground crew and nobody can beat it"
10}