Documentation menu

Endpoint: navaids

Worldwide radio navigation aids

GEThttps://airports.mimo.dev/api/navaids/85058

Request

GETnavaids
1fetch("https://airports.mimo.dev/api/navaids/85058")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response

response.json
1{
2 "id": "85058",
3 "filename": "Lloydminster_DME_CA",
4 "ident": "1T",
5 "name": "Lloydminster",
6 "type": "DME",
7 "frequency_khz": "110700",
8 "latitude_deg": "53.31330108642578",
9 "longitude_deg": "-110.08000183105469",
10 "elevation_ft": "2210",
11 "iso_country": "CA",
12 "dme_frequency_khz": "110700",
13 "dme_channel": "044X",
14 "dme_latitude_deg": null,
15 "dme_longitude_deg": null,
16 "dme_elevation_ft": null,
17 "slaved_variation_deg": null,
18 "magnetic_variation_deg": "14.486",
19 "usageType": "BOTH",
20 "power": "LOW",
21 "associated_airport": "CYLL"
22}