Documentation menu

Endpoint: airport-comments

Member comments for the available airports

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

Request

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

Response

response.json
1{
2 "id": "609298",
3 "threadRef": "83295",
4 "airportRef": "347538",
5 "airportIdent": "US-5109",
6 "date": "2026-06-15 19:23:47",
7 "memberNickname": "ReefShore316",
8 "subject": "(no subject)",
9 "body": "Did not appear in any topo but still existed"
10}