Documentation menu

Endpoint: navaids

Worldwide radio navigation aids

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

Request

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

Response

response.json
1{
2 "id": "85063",
3 "filename": "Bathurst_DME_CA",
4 "ident": "2F",
5 "name": "Bathurst",
6 "type": "DME",
7 "frequency_khz": "114400",
8 "latitude_deg": "47.63140106201172",
9 "longitude_deg": "-65.74440002441406",
10 "elevation_ft": "191",
11 "iso_country": "CA",
12 "dme_frequency_khz": "114400",
13 "dme_channel": "091X",
14 "dme_latitude_deg": null,
15 "dme_longitude_deg": null,
16 "dme_elevation_ft": null,
17 "slaved_variation_deg": null,
18 "magnetic_variation_deg": "-19.367",
19 "usageType": "BOTH",
20 "power": "LOW",
21 "associated_airport": "CZBF"
22}