Documentation menu

Endpoint: airport-comments

Member comments for the available airports

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

Request

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

Response

response.json
1{
2 "id": "609297",
3 "threadRef": "83294",
4 "airportRef": "347537",
5 "airportIdent": "US-5108",
6 "date": "2026-06-15 19:23:16",
7 "memberNickname": "ReefShore316",
8 "subject": "Lock in nga",
9 "body": "Since when this was a fucking airport"
10}