Communication frequencies for the available airports
1fetch("https://airports.mimo.dev/api/airport-frequencies/70678") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": "70678",3 "airport_ref": "6868",4 "airport_ident": "06FA",5 "type": "TWR",6 "description": "TWR",7 "frequency_mhz": "120.4"8}