Destination Finder Mock Server
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 mock server 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* | tempor labore et ut commodo |
triptype | OneWay |
departuredate | 1896-03-01 |
returndate | 1959-08-30 |
lengthofstay | proident |
earliestdeparturedate | 1965-11-02 |
latestdeparturedate | 1896-02-25 |
location | veniam dolore non in irure |
minfare | -70234492.30395418 |
maxfare | 34187465.74241726 |
pointofsalecountry | aute cillum |
region | Middle East |
theme | OUTDOORS |
topdestinations | 40.71798263331285 |
pricepermile | 19351001.023390293 |
{
"FareInfo": [
{
"CurrencyCode": "CHF",
"DepartureDateTime": "2026-08-15T00:00:00",
"DestinationLocation": "CDG",
"DestinationRank": 1,
"Distance": 1500,
"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"
}
],
"Location": "LHR",
"LowestFare": {
"AirlineCodes": [
"DL",
"UA",
"EK",
"AF",
"SQ"
],
"Fare": 500
},
"LowestNonStopFare": {
"AirlineCodes": [
"NH",
"UA"
],
"Fare": 200
},
"PricePerMile": 0.15,
"Region": "Asia",
"ReturnDateTime": "2026-06-25T00:00:00",
"Theme": "ski"
},
{
"CurrencyCode": "USD",
"DepartureDateTime": "2026-07-01T00:00:00",
"DestinationLocation": "DXB",
"DestinationRank": 50,
"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": [
"UA",
"NH",
"JL"
],
"Fare": 350
},
"LowestNonStopFare": {
"AirlineCodes": [
"AF",
"JL",
"NH",
"LH"
],
"Fare": 750
},
"PricePerMile": 0.15,
"Region": "South America",
"ReturnDateTime": "2026-08-10T00:00:00",
"Theme": "adventure"
},
{
"CurrencyCode": "EUR",
"DepartureDateTime": "2026-07-01T00:00:00",
"DestinationLocation": "LHR",
"DestinationRank": 50,
"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"
}
],
"Location": "CDG",
"LowestFare": {
"AirlineCodes": [
"AA",
"EK",
"BA",
"NH",
"DL"
],
"Fare": 200
},
"LowestNonStopFare": {
"AirlineCodes": [
"LH",
"AF",
"EK",
"JL"
],
"Fare": 200
},
"PricePerMile": 0.25,
"Region": "Africa",
"ReturnDateTime": "2026-08-25T00:00:00",
"Theme": "cultural"
},
{
"CurrencyCode": "EUR",
"DepartureDateTime": "2026-07-01T00:00:00",
"DestinationLocation": "SYD",
"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"
}
],
"Location": "BOS",
"LowestFare": {
"AirlineCodes": [
"DL",
"AA",
"LH",
"AF",
"UA"
],
"Fare": 200
},
"LowestNonStopFare": {
"AirlineCodes": [
"DL",
"NH",
"JL"
],
"Fare": 500
},
"PricePerMile": 0.1,
"Region": "South America",
"ReturnDateTime": "2026-06-25T00:00:00",
"Theme": "romantic"
},
{
"CurrencyCode": "EUR",
"DepartureDateTime": "2026-07-15T00:00:00",
"DestinationLocation": "BOS",
"DestinationRank": 20,
"Distance": 1500,
"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": "CDG",
"LowestFare": {
"AirlineCodes": [
"JL",
"LH",
"DL",
"NH",
"BA"
],
"Fare": 1200
},
"LowestNonStopFare": {
"AirlineCodes": [
"LH",
"DL"
],
"Fare": 350
},
"PricePerMile": 0.2,
"Region": "Asia",
"ReturnDateTime": "2026-07-31T00:00:00",
"Theme": "ski"
}
],
"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": "SFO",
"UsageNote": "Consider using gzip for compression.",
"Warning": {
"code": "PARTIAL_RESULT",
"message": "The response is not complete because the date range is too wide.",
"timeStamp": "2026-06-16T00: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