Communication frequencies for the available airports
1fetch("https://airports.mimo.dev/api/airport-frequencies/66637") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": "66637",3 "airport_ref": "6943",4 "airport_ident": "07MT",5 "type": "CNTR",6 "description": "SALT LAKE CITY CNTR",7 "frequency_mhz": "126.85"8}