KongAir Flights API

Retrieve flight information

Fetch all relevant details about a specific flight.

get
https://api.kongair.com/v1/flights/{flightNumber}

Path Parameters

flightNumberstringrequired

Unique flight number identifier (e.g., KA1234).

Response

200 application/json

Flight details retrieved successfully.

Flight

flight_numberstring

Example:KA1234

originstring

Example:JFK

destinationstring

Example:LAX

departure_timestring(date-time)

Example:2025-06-01T08:30:00Z

arrival_timestring(date-time)

Example:2025-06-01T11:30:00Z

durationstring

Flight duration in HH:MM:SS format.

Example:06:15:00

airplaneobject
Show Child Parameters
connectionsarray[object]

List of connecting flights (if any).

Show Child Parameters
available_seatsobject
Show Child Parameters
active_delaysarray[string]

List of active delays affecting the flight.

Example:Weather-related delay of 30 minutes.

mealsobject
Show Child Parameters
statusstring

Allowed values:scheduleddelayedcancelleddepartedlanded

Example:scheduled

get/flights/{flightNumber}
 
200 application/json

Flight

object
flight_numberstring

Example:KA1234

originstring

Example:JFK

destinationstring

Example:LAX

departure_timestring(date-time)

Example:2025-06-01T08:30:00Z

arrival_timestring(date-time)

Example:2025-06-01T11:30:00Z

durationstring

Flight duration in HH:MM:SS format.

Example:06:15:00

airplaneobject
Show Child Parameters
connectionsarray[object]

List of connecting flights (if any).

Show Child Parameters
available_seatsobject
Show Child Parameters
active_delaysarray[string]

List of active delays affecting the flight.

Example:Weather-related delay of 30 minutes.

mealsobject
Show Child Parameters
statusstring

Allowed values:scheduleddelayedcancelleddepartedlanded

Example:scheduled

Example

FlightSegment

object
flight_numberstring

Example:KA5678

originstring

Example:ORD

destinationstring

Example:LAX

departure_timestring(date-time)

Example:2025-06-01T10:30:00Z

arrival_timestring(date-time)

Example:2025-06-01T12:30:00Z

durationstring

Flight duration in HH:MM:SS format.

Example:02:00:00

Example

Airplane

object
modelstring

Example:Boeing 787

registration_numberstring

Example:N123KA

total_seatsinteger

Example:250

airlinestring

Example:KongAir

Example