v1
latestOpenAPI 3.1.02026-07-26650239.3 KBFlights
Get Flight by ID
Fetch metadata about a single flight by its flight id.
get/v0/flight/{flight_id}
Path parameters
flight_idstring required
Response
Flight returned from GET /flight endpoint
Example response
{
"data": {
"flight": {
"landing": "2022-05-03T03:10:52.503+00:00",
"takeoff": "2022-05-03T03:10:52.503+00:00"
}
}
}