Flight Lookup
Real-time
Flight Lookup
Lookup a single flight and get detailed information by IATA or ICAO flight code.
GET
Flight Lookup
The Flight Lookup API combines schedule data, near real-time tracking, and aircraft details for a single scheduled & live flight. It’s ideal for flight detail screens: status changes, times, gates, terminals, and aircraft information in one response.
This endpoint returns the closest matching flight (live, scheduled, or landed). If you need all occurrences of a flight number across a day, use the Flight Schedules API and query by
flight_iata or flight_icao.Authentication
Your FlyStack API token. You can create one from the dashboard (see Authentication).
Query parameters
Search by flight ICAO code-number (e.g.,
AAL6).Or search by flight IATA code-number (e.g.,
AA6).Provide either
flight_iata or flight_icao.Response
If there is no result, you can often find future occurrences using the Routes Dataset.