fa_get_flight_route
Retrieve the decoded route of fixes and waypoints for a specific flight using its FlightAware flight ID. Ideal for analyzing flight paths and navigation details.
Instructions
Get the decoded route (fixes/waypoints) for a specific flight by fa_flight_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | fa_flight_id of the flight | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns FlightAware's payload untouched. No field projection: this server has no verified record of which FlightAware fields matter, and inventing one would risk dropping a field a caller needs. |