FlightLabs API - Flight Data by Date

Flight Data by Date


Look up a specific flight by number for a given date (or date range). Same handler as /flight. Historical dates are 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.

Search mode (e.g. number).

Flight number.

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., "01 May 2026").
FROM Departure location, including IATA code (e.g., "Bangkok (BKK)").
TO Arrival location, including IATA code (e.g., "Chongqing (CKG)").
AIRCRAFT Aircraft type or model (e.g., "32N").
FLIGHT TIME Duration of the flight. Displayed as "—" if not available.
STD Scheduled departure time (e.g., "6:15 PM").
ATD Actual departure time. Displayed as "-" if not available.
STA Scheduled arrival time (e.g., "9:15 PM").
ATA Actual arrival time. Displayed as "-" if not available.
STATUS Flight status (e.g., "Scheduled").