Skip Navigation

Get Flight Details

2.1.1
Air
Search
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 Get Flight Details (OTA_AirFlifoLLSRQ) service is used to retrieve flight information (FILFO) details for a specific flight.

Target Audience
Travel Agency
Airline Carrier
API Version
2.1.1
Authentication
Session Token
Service Action Code
OTA_AirFlifoLLSRQ

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

Sample Request
<?xml version="1.0" encoding="UTF-8"?>
<!--Display FLIFO based upon a flight number.-->
<!--Equivalent Sabre host command: 2AA1771-->
<OTA_AirFlifoRQ Version="2.1.1" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <OriginDestinationInformation>
        <FlightSegment FlightNumber="1771">
            <MarketingAirline Code="AA" FlightNumber="1771"/>
        </FlightSegment>
    </OriginDestinationInformation>
</OTA_AirFlifoRQ>
<!--Display FLIFO based upon a flight number and date.-->
<!--Equivalent Sabre host command: 2AA1771/21DEC-->
<OTA_AirFlifoRQ Version="2.1.1" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <OriginDestinationInformation>
        <FlightSegment DepartureDateTime="12-21" FlightNumber="1771">
            <MarketingAirline Code="AA" FlightNumber="1771"/>
        </FlightSegment>
    </OriginDestinationInformation>
</OTA_AirFlifoRQ>
Sample Response
<?xml version="1.0" encoding="UTF-8"?>
<OTA_AirFlifoRS xmlns="http://webservices.sabre.com/sabreXML/2011/10" Version="2.1.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:stl="http://services.sabre.com/STL/v01">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2019-06-14T17:04:52-06:00"/>
    </stl:ApplicationResults>
    <FlightInfo AirlineCode="AA" DepartureDateTime="01-15" FlightNumber="1505">
        <ScheduledInfo>
            <FlightLeg LocationCode="DFW">
                <DepartureDateTime Gate="D27" Scheduled="01-15T17:10" Terminal="D"/>
            </FlightLeg>
            <FlightLeg LocationCode="DEN">
                <ArrivalDateTime BaggageClaim="17" Gate="A47" Scheduled="01-15T18:20"/>
            </FlightLeg>
        </ScheduledInfo>
    </FlightInfo>
</OTA_AirFlifoRS>