Lead Price Calendar Mock Server
Retrieve the lowest published fares for the next 192 calendar days for specific city pairs.
The Lead Price Calendar API provides a long-range view of flight pricing. It returns the lowest published fares for a given city pair across the next 192 days, allowing developers to build calendar-based shopping interfaces and price-trend analysis tools.
Use this hosted mock server to simulate Lead Price Calendar 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 calendar data structures, date-range parsing, currency formatting, and UI rendering for low-fare search results before integrating with live Sabre shopping workflows.
General
GET
| Query Parameter Name | Example |
|---|---|
origin* | irure |
destination* | aliquip quis incididunt |
triptype | Return |
lengthofstay | [8] |
departuredate | aliqua veniam pariatur adipisicing Excepteur |
minfare | 28132331.45028153 |
maxfare | -24052441.232921675 |
pointofsalecountry | sunt exercitation deserunt nulla |
{
"DestinationLocation": "LHR",
"FareInfo": [
{
"CurrencyCode": "SGD",
"DepartureDateTime": "2026-06-15T00:00:00",
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=MIA&destination=MAD&departuredate=2026-09-15",
"rel": "shop"
}
],
"LowestFare": {
"AirlineCodes": [
"JL",
"BA"
],
"Fare": 345.5
},
"LowestNonStopFare": {
"AirlineCodes": [
"SQ",
"UA",
"EK"
],
"Fare": 899
},
"ReturnDateTime": "2026-08-22T00:00:00"
},
{
"CurrencyCode": "CHF",
"DepartureDateTime": "2026-08-15T00:00:00",
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=BOS&destination=DUB&departuredate=2026-10-01",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=SEA&destination=ICN&departuredate=2026-08-01",
"rel": "shop"
}
],
"LowestFare": {
"AirlineCodes": [
"DL",
"BA",
"UA",
"AA"
],
"Fare": 150.5
},
"LowestNonStopFare": {
"AirlineCodes": [
"UA",
"AF",
"SQ",
"AA"
],
"Fare": 599.25
},
"ReturnDateTime": "2026-10-22T00:00:00"
}
],
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=BOS&destination=DUB&departuredate=2026-10-01",
"rel": "self"
}
],
"OriginLocation": "MIA"
}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.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Service Homepage: developer.sabre.com/rest-api/lead-price-calendar/v2
sabretravelflightsshoppingpricing