Booking Async API

Routes API

0.2.0OAS 3.0

KongAir Routes API provides the registered routes KongAir flies between origin and destination airports. It uses standardized Origin-Destination (OD) pairs to identify routes. These pairs are represented as XXX-YYY, where XXX is the origin airport code and YYY is the destination airport code. Airline routes define the paths that airlines are registered to fly. These routes are essential for flight planning, scheduling, and regulatory compliance.

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

    KongAir API Dev

Additional Information

Health check endpoint for Kubernetes

Endpoint that returns the service health status.

get
https://api.kongair.dev/health

Response

application/json

Service is healthy

statusstring

Example:OK

get/health
 
application/json

Request a specific KongAir route by id

Returns a specific route from a given Route ID

get
https://api.kongair.dev/routes/{id}

Path Parameters

idstringrequired

String route ID

Response

application/json

Successful response with the found Route

Route

idstringrequired
originstringrequired
destinationstringrequired
avg_durationintegerrequired
get/routes/{id}
 
application/json