aLookups
array of translated shortcodes
- apc — Airport codes 3-letter
- alc — Airline codes 2-letter
- acc — Aircraft codes
- tax — Tax codes
- tcl — Travelclass (Cabinclass) codes
- mea — Meal codes
- trf — Tariff codes
"aLookups": {
"apc": {
"FRA": {
"apn": "Frankfurt Main Intl",
"cty": "Frankfurt",
"cny": "Germany",
"shortname": "Frankfurt"
},
"LAX": {
"apn": "Los Angeles Intl",
"cty": "Los Angeles, CA",
"cny": "United States",
"shortname": "Los Angeles, CA"
}
},
"alc": {
"UA": "United Airlines",
"LH": "Lufthansa",
"DE": "Condor Flugdienst"
},
"acc": {
"74H": "Boeing 747-8i",
"343": "Airbus A340-300",
"339": "339"
},
"tax": {
"DE": "AIRPORT SECURITY CHARGE",
"YQ": "SERVICE FEE - CARRIER-IMPOSED",
"RA": "PASSENGER SERVICE CHARGE INTER",
"OY": "AIR TRANSPORT TAX",
"US": "TRANSPORTATION TAX INTERNATION",
"YC": "CUSTOMS USER FEE",
...
},
"tcl": {
"Y": "Economy",
"C": "Business",
"F": "First",
"J": "Business",
"S": "Premium Economy",
"W": "Premium Economy"
},
"mea": {
"RM": "refreshment, meals"
},
"trf": {
"LIGHT": "Light",
"MIL": "NATO",
"MILUS": "US Armed Forces",
"MILFamUS": "US MIL Family",
"CLASSIC": "Classic",
...
}
}
}