BestPrice Lowest Fares
The BestPrice Lowest Fare resource retrieves the lowest fares for a specific origin & destination pair on a given date. The available airlines are the same as you find them on LH.com (all group but EW, LX, OS with restrictions)
You must provide the origin, destination, desired travel date & return date in order to perform a fare search.
- Only return fares search query is supported.
- The number and type of travelers always '1' eg: (adult=1). Please note that currently, bestprice loestfares are provided for one adult only.
- You may search all cabin-classes (economy, premium economy, business, first). default cabin class is economy.
Please be aware, that the currency of the offer is determined by your origin airport/city and the respective country e.g.: Origin HND - Tokyo - will result in a YEN based response offer.
For details on how to create a deep link for Lufthansa please click here.
Request URI
/v1/offers/faresbestprice/lowestfares?origin={origin}&destination={destination} &travel-date={outboundDate}&return-date={returnDate}[&cabin-class={cabinClassCode}] [&travelers=([adult={numberOfPassengers}])][&country={countryCode}][&trackingid={trackingid}]
Variable | Description | Format |
---|---|---|
{origin} | The departure airport. | 3-letter city code/IATA code, e.g. “FRA”. |
{destination} | The arrival airport. | 3-letter city code/ IATA code, e.g. "JFK" or NYC |
{travel-date} | Outbound travel date | yyyy-MM-dd. e.g. '2017-10-27' |
{return-date} | Return travel date | yyyy-MM-dd e.g. '2017-11-09'' |
{cabin-class} | Cabin Class Code | Cabin class: 'economy, 'premium_economy', 'business', 'first' |
{travelers} | Number of passengers of the corresponding type | Two digit number always single adult : (adult=1) |
{trackingid} | Web tracking id for deep link (OS only) | String e.g. "WEBApp_XYZ" |
{country} | Country Code | 2 letter country code e.g. "DE" |
Request Examples
Return Fare Search
Code snippet: URL
/v1/offers/faresbestprice/lowestfares?origin=FRA&destination=LHR&travel-date=2016-10-27&return-date=2016-11-09&cabin-class=Economy&travelers=(adult=1)&country=de
fares/lowestfares?catalogues=LH&origin=FRA&destination=NYC&travel-date=2017-10-27&return-date=2017-11-09&cabin-class=business&travelers=(adult=1)
Response Structure Definition
Click here for further information on the response structure.
Docs Navigation
- Lufthansa Open API
- Getting Started
- Public API Method Details
- Cargo
- Flight Schedules
- Reference Data
- Offers
- Operations
- Flight Schedules
- Flight Status
- Flight Status by Route
- Flight Status at Arrival Airport
- Flight Status at Departure Airport
- Flight Status Response
- Flight Status at Arrival Airport or Departure Response
- Customer Flight Information
- Customer Flight Information at Arrival Airport
- Customer Flight Information by Route
- Customer Flight Information at Departure Airport
- Customer Flight Information Response
- Notifications
- Partner API Method Details
- FlightOps/Crew API Method Details