Destination Finder Virtual Sandbox
Retrieve lowest published fares for destinations from a specific origin.
The Destination Finder API provides access to lowest published fares available to various destinations from a given origin point. It is designed to help developers build travel search applications that require fare discovery and destination inspiration based on pricing data.
Use this hosted sandbox to simulate Destination Finder 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 search requests, origin-destination mapping, currency handling, and price-point filtering logic to ensure your application correctly parses and displays lowest-fare travel options before integrating with live Sabre systems.
General
GET
| Query Parameter Name | Example |
|---|---|
origin* | non |
triptype | OneWay |
departuredate | 1891-02-16 |
returndate | 1948-03-14 |
lengthofstay | proident et |
earliestdeparturedate | 1921-10-30 |
latestdeparturedate | 1894-12-02 |
location | dolore enim do aliqua reprehenderit |
minfare | -31947544.1229212 |
maxfare | -93661701.6741816 |
pointofsalecountry | culpa proident cupidatat aliquip |
region | <any custom region> |
theme | NATIONAL-PARKS |
topdestinations | 10.51566914396503 |
pricepermile | -458674.6237486154 |
{
"FareInfo": [
{
"CurrencyCode": "GBP",
"DepartureDateTime": "2026-08-01T00:00:00",
"DestinationLocation": "HKG",
"DestinationRank": 5,
"Distance": 5000,
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "shop"
}
],
"Location": "LHR",
"LowestFare": {
"AirlineCodes": [
"NH",
"SQ",
"LH"
],
"Fare": 500
},
"LowestNonStopFare": {
"AirlineCodes": [
"UA",
"AF",
"AA",
"JL"
],
"Fare": 750
},
"PricePerMile": 0.15,
"Region": "Africa",
"ReturnDateTime": "2026-07-31T00:00:00",
"Theme": "family"
},
{
"CurrencyCode": "HKD",
"DepartureDateTime": "2026-07-01T00:00:00",
"DestinationLocation": "CDG",
"DestinationRank": 50,
"Distance": 3000,
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "shop"
}
],
"Location": "LHR",
"LowestFare": {
"AirlineCodes": [
"SQ",
"DL",
"AA"
],
"Fare": 350
},
"LowestNonStopFare": {
"AirlineCodes": [
"BA",
"NH",
"AF",
"SQ",
"AA"
],
"Fare": 500
},
"PricePerMile": 0.15,
"Region": "South America",
"ReturnDateTime": "2026-07-10T00:00:00",
"Theme": "cultural"
},
{
"CurrencyCode": "EUR",
"DepartureDateTime": "2026-06-15T00:00:00",
"DestinationLocation": "CDG",
"DestinationRank": 20,
"Distance": 8000,
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "shop"
}
],
"Location": "HND",
"LowestFare": {
"AirlineCodes": [
"EK",
"DL",
"LH",
"AA"
],
"Fare": 750
},
"LowestNonStopFare": {
"AirlineCodes": [
"SQ",
"JL",
"NH"
],
"Fare": 200
},
"PricePerMile": 0.15,
"Region": "South America",
"ReturnDateTime": "2026-07-10T00:00:00",
"Theme": "cultural"
},
{
"CurrencyCode": "AUD",
"DepartureDateTime": "2026-06-15T00:00:00",
"DestinationLocation": "DXB",
"DestinationRank": 20,
"Distance": 5000,
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "shop"
}
],
"Location": "HND",
"LowestFare": {
"AirlineCodes": [
"AA",
"DL",
"EK"
],
"Fare": 200
},
"LowestNonStopFare": {
"AirlineCodes": [
"AA",
"DL",
"UA",
"EK",
"NH"
],
"Fare": 200
},
"PricePerMile": 0.2,
"Region": "Oceania",
"ReturnDateTime": "2026-07-10T00:00:00",
"Theme": "cultural"
},
{
"CurrencyCode": "EUR",
"DepartureDateTime": "2026-07-15T00:00:00",
"DestinationLocation": "BOS",
"DestinationRank": 20,
"Distance": 5000,
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "shop"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "shop"
}
],
"Location": "BOS",
"LowestFare": {
"AirlineCodes": [
"DL",
"BA",
"AA",
"UA",
"EK"
],
"Fare": 200
},
"LowestNonStopFare": {
"AirlineCodes": [
"SQ",
"AF",
"DL",
"JL",
"AA"
],
"Fare": 750
},
"PricePerMile": 0.15,
"Region": "Africa",
"ReturnDateTime": "2026-08-25T00:00:00",
"Theme": "romantic"
}
],
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/shop/flights?origin=CLT&destination=BOS",
"rel": "self"
}
],
"OriginLocation": "LAX",
"UsageNote": "Consider using gzip for compression.",
"Warning": {
"code": "PARTIAL_RESULT",
"message": "Request processed successfully.",
"timeStamp": "2026-07-21T00:00:00.0Z",
"type": "Application"
}
}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/destination-finder/v2
sabretravelflightsfaresshopping