fa_get_flights
Retrieve recent, current, and scheduled flights for a flight designator, aircraft registration, or FlightAware ID. Specify time window and pagination to filter results.
Instructions
Get flights for an ident — a flight designator (e.g. UAL123, AAL100), aircraft registration (e.g. N12345), or fa_flight_id. Returns recent, current, and scheduled flights for that ident.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ident | Yes | Flight designator, registration, or fa_flight_id | |
| ident_type | No | Disambiguate how `ident` is interpreted | |
| start | No | ISO-8601 start of the time window | |
| end | No | ISO-8601 end of the time window | |
| max_pages | No | Max pages to fetch (AeroAPI default: 1) | |
| cursor | No | Opaque paging cursor from a previous response's links.next |