KongAir Flights API

KongAir Flights API

1.0.0OAS 3.0

API for retrieving detailed flight information.

API Base URL
  • Server 1:https://api.kongair.com/v1

    Production server

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