- Posts: 2
- Thank you received: 0
api/routes?callsign={callsign}
api/metadata/aircraft/icao/{icao24}
api/airports/?icao={ICAO}
Is Access-Control-Allow-Origin intentionally restricted for these new endpoints?
I tried to use them in a javascript to get live aircraft updates and calculate route and distances from departure and to arrival airports but requests have been blocked by CORS policy.
Is anyone aware of a database, API, or other source of data on icao24?
I want to be able to give an icao24 (from an OpenSky API), and get some information as much information as possible about the associated aircraft.
Hi,
I have a feeling that i'm missing something basic here - is there a free accessible DB of flight routes (by ICAO24) ? or some other way to find out publicly - known flight routes by ICAO24 number?
The various amazing paid methods are not an option for me at this stage.
thank you.