Airlines
Airline codes and information used in the Travelese Engine API
Airline Information
The Travelese Engine API uses IATA airline codes to identify carriers in requests and responses. This guide provides information about airline codes and how they are used in the API.
IATA Airline Codes
IATA (International Air Transport Association) airline codes are two-letter codes used to identify airlines worldwide. For example:
BA
: British AirwaysAA
: American AirlinesEK
: EmiratesSQ
: Singapore AirlinesLH
: Lufthansa
Using Airline Codes
Airline codes appear in various API responses:
-
Flight Segments: In flight segment information:
-
Codeshare Information: When flights are operated by partner airlines:
Major Airlines by Region
Here are some major airlines by region:
Europe
BA
: British Airways, United KingdomAF
: Air France, FranceLH
: Lufthansa, GermanyKL
: KLM Royal Dutch Airlines, NetherlandsIB
: Iberia, Spain
North America
AA
: American Airlines, USAUA
: United Airlines, USADL
: Delta Air Lines, USAAC
: Air Canada, CanadaAM
: Aeroméxico, Mexico
Asia
SQ
: Singapore Airlines, SingaporeCX
: Cathay Pacific, Hong KongNH
: All Nippon Airways, JapanKE
: Korean Air, South KoreaCA
: Air China, China
Middle East
EK
: Emirates, UAEQR
: Qatar Airways, QatarEY
: Etihad Airways, UAETK
: Turkish Airlines, Turkey
Oceania
QF
: Qantas, AustraliaNZ
: Air New Zealand, New ZealandVA
: Virgin Australia, Australia
Airline Information in Responses
When an airline appears in API responses, it typically includes:
Codeshare Flights
A codeshare flight is operated by one airline but marketed by another. In the API:
marketingCarrierCode
: The airline selling the ticketoperatingCarrierCode
: The airline actually operating the flightflightNumber
: Usually includes the marketing carrier’s code
Example:
Best Practices
- Display Names: Always show both the airline code and full name to users
- Codeshare Awareness: Consider displaying both marketing and operating carrier information
- Flight Numbers: Include the full flight number with airline code prefix
Common Issues
- Codeshare Confusion: Users may be unfamiliar with codeshare operations
- Airline Alliances: Some routes may involve multiple alliance partners
- Schedule Changes: Airlines may change flight numbers or routes
Finding Airline Codes
To find the correct IATA code for an airline:
- Use the official IATA Airline Codes Directory
- Check the airline’s official website
- Use online flight search engines that display IATA codes
Need Help?
If you need help with airline codes or have questions about airline-related responses:
- Email: [email protected]
- Documentation Issues: GitHub Repository
- API Reference: Engine API Documentation
Was this page helpful?