FlightLabs API - Flight Info by Flight Number API

Flight Info by Flight Number API


Look up a specific flight by number (and optional date). When you pass a past date (or date_from/date_to), historical coverage is limited to the last 210 days.

Example API Request:

Use Edit parameters to customize the call, then run it and review the live response below.

Edit the parameters below. The example request updates as you type.

Flight number including airline code (e.g. WN579).

Optional flight date (YYYY-MM-DD). Must be within the last 210 days.

Test In Postman

API Response Objects

Each item in the response data array includes the following fields.

Field Description
DATE Date of the flight, formatted as "DD Mon YYYY" (e.g., "20 Mar 2024").
FROM Departure location, including IATA code (e.g., "Nador (NDR)").
TO Arrival location, including IATA code (e.g., "Barcelona (BCN)").
AIRCRAFT Aircraft type or model (e.g., "320").
FLIGHT TIME Duration of the flight. Displayed as "—" if not available.
STD Scheduled departure time in "HH:mm" format (e.g., "15:45").
ATD Actual departure time. Displayed as "—" if not available.
STA Scheduled arrival time in "HH:mm" format (e.g., "18:25").
STATUS Flight status (e.g., "Scheduled").