Documentation menu

Endpoint: runways

Runways for the available airports

GEThttps://airports.mimo.dev/api/runways/254597

Request

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

Response

response.json
1{
2 "id": "254597",
3 "airport_ref": "6541",
4 "airport_ident": "00IS",
5 "length_ft": "1600",
6 "width_ft": "70",
7 "surface": "TURF",
8 "lighted": "0",
9 "closed": "0",
10 "le_ident": "E",
11 "le_latitude_deg": null,
12 "le_longitude_deg": null,
13 "le_elevation_ft": null,
14 "le_heading_degT": null,
15 "le_displaced_threshold_ft": null,
16 "he_ident": "W",
17 "he_latitude_deg": null,
18 "he_longitude_deg": null,
19 "he_elevation_ft": null,
20 "he_heading_degT": null,
21 "he_displaced_threshold_ft": null
22}