Communication frequencies for the available airports
1fetch("https://airports.mimo.dev/api/airport-frequencies/609333") 2 .then((res) => res.json())3 .then((json) => console.log(json))4 .catch((error) => console.error(error))
1{2 "id": "609333",3 "airport_ref": "7569",4 "airport_ident": "0TX1",5 "type": "CTAF",6 "description": null,7 "frequency_mhz": "123.075"8}