Airline MetaData
Airline MetaData
Note: Airline MetaData is static master data and does not change frequently. You are advised to call this API once per day.
Airline MetaData API returns the list of available airlines with their respective airline codes and airline names. This API does not require any request payload and is exposed as a GET endpoint.
The response contains airline master data which is typically used to display airline information.
Airline MetaData Request
Note: This API does not accept any request parameters, you only need to invoke the endpoint using an HTTP GET method after successfully login.
Airline MetaData Response
The Airline MetaData response returns airline information ordered by airline code.
| Tag | Attributes | Description |
|---|---|---|
| success (Boolean) |
Indicates whether the request was processed successfully. Example: true |
|
| statusCode (Integer) |
Response status code. Example: 1 |
|
| statusMessage (String) |
Response status message. Example: SUCCESS |
|
| actionType (String) |
Action performed by the API. Example: Fetch Airlines |
|
| conversationId (String) |
Unique identifier for tracking the request lifecycle. | |
| commonData | commonData (Object) |
Contains common response-level information. |
| productCode (String) |
Product code of the item being requested. For Flight, value is A. |
|
| culture (String) |
Language or culture code used for the response. Example: en. |
|
| data | data (List) |
List of airlines returned by the system. |
| airlineCode (String) |
Airline code as per IATA or supplier definition. Example: 0B, 0D. |
|
| airlineName (String) |
Name of the airline. |