Flight Data by Date
This endpoint is capable of bringing real-time information about a specific flight in the world and retrieving flight status information in real time. Pass an optional date (YYYY-MM-DD) to filter results to a single day.
Example API Request:
Use Edit parameters to customize the call, then run it and review the live response below.
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"). |