Low Fare History Mock Server
Access historical lowest published airfares for specific city and date pairs.
The Low Fare History API provides developers with access to the lowest published fares for a given city pair over the past two weeks. This service is ideal for building trend analysis tools, fare monitoring applications, and historical pricing dashboards.
Use this hosted mock server to simulate Low Fare History APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready.
This keeps your integration code consistent across local development, QA, demos, and production.
Use cases:
Use this sandbox to validate fare trend visualization, historical data parsing, date-range filtering, and response handling for multi-day pricing queries without querying live Sabre production systems.
General
GET
| Query Parameter Name | Example |
|---|---|
origin* | laboris |
destination* | laboris |
departuredate* | aliqua ex anim |
triptype | Return |
returndate | velit Excepteur |
pointofsalecountry | labore |
{
"DepartureDateTime": "2027-03-13T00:00:00.0Z",
"DestinationLocation": "LAS",
"FareInfo": [
{
"CurrencyCode": "CHF",
"LowestFare": 450,
"LowestNonStopFare": 250,
"ShopDateTime": "2026-06-08T12:00:00"
},
{
"CurrencyCode": "INR",
"LowestFare": 340.5,
"LowestNonStopFare": 275,
"ShopDateTime": "2026-06-10T16:00:00"
},
{
"CurrencyCode": "AUD",
"LowestFare": 280,
"LowestNonStopFare": 250,
"ShopDateTime": "2026-06-08T12:00:00"
},
{
"CurrencyCode": "GBP",
"LowestFare": 275.25,
"LowestNonStopFare": 550,
"ShopDateTime": "2026-06-08T12:00:00"
}
],
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/historical/shop/flights/fares?origin=ATL&destination=LAS&departuredate=2026-07-15&returndate=2026-07-31",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/historical/shop/flights/fares?origin=DFW&destination=ORL&departuredate=2026-08-01&returndate=2026-08-15",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/historical/shop/flights/fares?origin=ATL&destination=LAS&departuredate=2026-07-15&returndate=2026-07-31",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/historical/shop/flights/fares?origin=ATL&destination=LAS&departuredate=2026-07-15&returndate=2026-07-31",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/historical/shop/flights/fares?origin=DFW&destination=ORL&departuredate=2026-08-01&returndate=2026-08-15",
"rel": "self"
}
],
"OriginLocation": "SFO",
"ReturnDateTime": "2026-07-13T00:00:00.0Z"
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Service Homepage: developer.sabre.com/rest-api/low-fare-history/v1
sabretravelflightsfareshistorical-data