Flightaware Flight Track
flightaware_flight_trackGet the historical position track (breadcrumb trail of lat/lon/altitude/groundspeed points) for a specific flight. The id must be an AeroAPI fa_flight_id (e.g. "UAL123-1234567890-airline-0123") — get one from flightaware_flight_status first (the fa_flight_id field). Example: flightaware_flight_track({ id: "UAL123-1234567890-airline-0123", _apiKey: "your-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | AeroAPI fa_flight_id (from flightaware_flight_status). A bare flight number/tail number will NOT work here — this endpoint needs the fa_flight_id. | |
| _apiKey | Yes | Your FlightAware AeroAPI key | |
| include_estimated_positions | No | Optional. Include estimated positions where actual data is missing (default false). |