Documentation menu

Endpoint: navaids

Worldwide radio navigation aids

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

Request

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

Response

response.json
1{
2 "id": "85072",
3 "filename": "Mackenzie_Bc_NDB-DME_CA",
4 "ident": "2U",
5 "name": "Mackenzie Bc",
6 "type": "NDB-DME",
7 "frequency_khz": "284",
8 "latitude_deg": "55.3036003112793",
9 "longitude_deg": "-123.13700103759766",
10 "elevation_ft": "2303",
11 "iso_country": "CA",
12 "dme_frequency_khz": "108900",
13 "dme_channel": "026X",
14 "dme_latitude_deg": null,
15 "dme_longitude_deg": null,
16 "dme_elevation_ft": null,
17 "slaved_variation_deg": null,
18 "magnetic_variation_deg": "20.519",
19 "usageType": "LO",
20 "power": "LOW",
21 "associated_airport": "CYZY"
22}