Skip Navigation

Encode Decode IATA Codes

2.0.0
Air
Utility
SOAP API
Travel Agency
Airline Carrier

Not Signed In.

Looks like you may not have access to all of the resources and documentation for this page.
Please log-in or contact your support desk team if you believe you should have access.

The Encode Decode IATA Codes (EncodeDecodeLLSRQ) API is used to encode city, airport, country, or state names into their corresponding IATA Codes, or to decode the IATA Codes for a city, country, or state into its corresponding name.

Target Audience
Travel Agency
Airline Carrier
API Version
2.0.0
Authentication
Session Token
Service Action Code
EncodeDecodeLLSRQ

For additional information please refer to the Format Finder Help System reference: codfo014.

Sample Request
<EncodeDecodeRQ Version="2.0.0">
    <Decode>
        <Address>
            <CityName LocationCode="FCO"/>
        </Address>
    </Decode>
</EncodeDecodeRQ>
Sample Response
<EncodeDecodeRS Version="2.0.0">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2013-06-25T09:34:16-05:00"/>
    </stl:ApplicationResults>
    <Text>DFW DALLAS FT WORTH, TX</Text>
</EncodeDecodeRS>