Documentation menu

Endpoint: airport-comments

Member comments for the available airports

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

Request

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

Response

response.json
1{
2 "id": "609394",
3 "threadRef": "83297",
4 "airportRef": "29493",
5 "airportIdent": "LPVL",
6 "date": "2026-06-19 10:29:32",
7 "memberNickname": "Manustmo",
8 "subject": "a couple of corrections about LPVL",
9 "body": "There are taxes here it's about 6€ per landing and another for a night parking.\r\nIt's a quite convinient airfiend for those who would like to visit Porto some public transportation available as well as uber like transportation.\r\nBe carefull when landing the runway 34 there are high-voltage power line not far from the threshold.\r\nthere is no municipal road crossing the runway, there is a tunnel below the airfield for that road.\r\nBe carefull with the taxi area that are hardly bumping but praticable at low pace.\r\nHope this helps"
10}