vatpac-technology / vatsim-map

Experimenting with the new VATSIM API to provide a generic FIR map for VATCCs.
https://map.vatpac.org
Apache License 2.0
7 stars 2 forks source link

Create flights API #6

Closed Kahn closed 2 years ago

Kahn commented 2 years ago

Enable lookups by flight or per aerodrome.

flights/callsign

Returns a single pilot object filtered by callsign.

Example /flights/callsign/QFA-123

flights/departures

Returns many pilot objects for a given departure aerodrome.

Example /flights/departures/YSSY

flights/arrivals

Returns many pilot objects for a given arrival aerodrome.

Example /flights/arrivals/YMML