Lead Price Calendar Virtual Sandbox
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 sandbox 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* | eiusmod non dolor sunt nulla |
destination* | aliquip Excepteur aute officia |
triptype | OneWay |
lengthofstay | [7,6,4,14,5] |
departuredate | irure exercitation velit adipisicing officia |
minfare | -3404402.2982712835 |
maxfare | 76855023.180529 |
pointofsalecountry | qui ut |
{
"DestinationLocation": "SIN",
"FareInfo": [
{
"CurrencyCode": "HKD",
"DepartureDateTime": "2026-08-01T00:00:00",
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=ORD&destination=CDG&departuredate=2026-09-01",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=DEN&destination=CUN&departuredate=2026-06-20",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=BOS&destination=DUB&departuredate=2026-10-01",
"rel": "shop"
}
],
"LowestFare": {
"AirlineCodes": [
"DL",
"NH"
],
"Fare": 299.99
},
"LowestNonStopFare": {
"AirlineCodes": [
"DL",
"AF",
"BA",
"LH"
],
"Fare": 345.5
},
"ReturnDateTime": "2026-08-22T00:00:00"
},
{
"CurrencyCode": "CNY",
"DepartureDateTime": "2026-10-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=BOS&destination=DUB&departuredate=2026-10-01",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=SFO&destination=SIN&departuredate=2026-10-15",
"rel": "shop"
}
],
"LowestFare": {
"AirlineCodes": [
"LH",
"NH",
"EK"
],
"Fare": 675.3
},
"LowestNonStopFare": {
"AirlineCodes": [
"EK",
"NH",
"SQ",
"BA",
"AA"
],
"Fare": 120.75
},
"ReturnDateTime": "2026-06-18T00:00:00"
},
{
"CurrencyCode": "HKD",
"DepartureDateTime": "2026-07-15T00:00:00",
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=JFK&destination=LHR&departuredate=2026-07-01",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=ATL&destination=LAS&departuredate=2026-06-11",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=MIA&destination=MAD&departuredate=2026-09-15",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=DFW&destination=MEX&departuredate=2026-07-10",
"rel": "shop"
}
],
"LowestFare": {
"AirlineCodes": [
"NH",
"BA",
"AF",
"JL",
"LH"
],
"Fare": 120.75
},
"LowestNonStopFare": {
"AirlineCodes": [
"BA",
"EK",
"AA",
"JL",
"NH"
],
"Fare": 299.99
},
"ReturnDateTime": "2026-09-22T00:00:00"
},
{
"CurrencyCode": "SGD",
"DepartureDateTime": "2026-07-01T00:00:00",
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=DEN&destination=CUN&departuredate=2026-06-20",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=SEA&destination=ICN&departuredate=2026-08-01",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=DEN&destination=CUN&departuredate=2026-06-20",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=DEN&destination=CUN&departuredate=2026-06-20",
"rel": "shop"
}
],
"LowestFare": {
"AirlineCodes": [
"AF",
"BA",
"JL",
"LH",
"AA"
],
"Fare": 450
},
"LowestNonStopFare": {
"AirlineCodes": [
"AA",
"AF",
"LH"
],
"Fare": 299.99
},
"ReturnDateTime": "2026-07-22T00:00:00"
},
{
"CurrencyCode": "CHF",
"DepartureDateTime": "2026-09-15T00:00:00",
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=DFW&destination=MEX&departuredate=2026-07-10",
"rel": "shop"
}
],
"LowestFare": {
"AirlineCodes": [
"NH",
"AF"
],
"Fare": 425.6
},
"LowestNonStopFare": {
"AirlineCodes": [
"NH",
"LH"
],
"Fare": 675.3
},
"ReturnDateTime": "2026-09-08T00:00:00"
}
],
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=DEN&destination=CUN&departuredate=2026-06-20",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=LAX&destination=TYO&departuredate=2026-08-15",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=LAX&destination=TYO&departuredate=2026-08-15",
"rel": "self"
}
],
"OriginLocation": "SEA"
}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