Sabre Top Destinations Virtual Sandbox

Retrieve the most booked leisure destinations from a specific origin.

The Top Destinations API provides insights into popular travel routes by returning a list of the most booked leisure destinations for a given origin city or airport. It is useful for travel applications looking to provide destination recommendations or trend analysis to users.

Use this hosted sandbox to simulate Sabre Top Destinations 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 verify destination-ranking logic, validate response schemas for top-booked routes, test UI rendering of destination lists, and handle edge cases where no booking data exists for a specific origin.

Sabre Top Destinations virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate Sabre Top Destinations responses instantly.

https://sabre-top-destinations.mock.beeceptor.com



General

Query Parameter NameExample
originfugiat
origincountrycupidatat dolor officia
destinationcountrycommodo nostrud laboris fugiat
destinationtypeInternational
themeSHOPPING
regionAsia Pacific
topdestinations-82550504
lookbackweeks2
{
  "Destinations": [
    {
      "Destination": {
        "AirportName": "O'Hare International Airport",
        "CityName": "Chicago",
        "CountryCode": "DE",
        "CountryName": "United Arab Emirates",
        "DestinationLocation": "LHR",
        "Links": [
          {
            "href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/MIA/airports",
            "rel": "airportsInCity"
          },
          {
            "href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/LAX/airports",
            "rel": "airportsInCity"
          },
          {
            "href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/MIA/airports",
            "rel": "airportsInCity"
          }
        ],
        "MetropolitanAreaName": "Dubai",
        "RegionName": "Asia-Pacific",
        "Type": "City"
      },
      "Rank": 9
    },
    {
      "Destination": {
        "AirportName": "Los Angeles International Airport",
        "CityName": "Tokyo",
        "CountryCode": "DE",
        "CountryName": "Italy",
        "DestinationLocation": "SFO",
        "Links": [
          {
            "href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/MIA/airports",
            "rel": "airportsInCity"
          },
          {
            "href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/MIA/airports",
            "rel": "airportsInCity"
          },
          {
            "href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/MIA/airports",
            "rel": "airportsInCity"
          },
          {
            "href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/MIA/airports",
            "rel": "airportsInCity"
          },
          {
            "href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/NYC/airports",
            "rel": "airportsInCity"
          }
        ],
        "MetropolitanAreaName": "New York",
        "RegionName": "Europe",
        "Type": "City"
      },
      "Rank": 10
    },
    {
      "Destination": {
        "AirportName": "Miami International Airport",
        "CityName": "Paris",
        "CountryCode": "CA",
        "CountryName": "United States",
        "DestinationLocation": "LHR",
        "Links": [
          {
            "href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/LAX/airports",
            "rel": "airportsInCity"
          },
          {
            "href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/LAX/airports",
            "rel": "airportsInCity"
          }
        ],
        "MetropolitanAreaName": "Los Angeles",
        "RegionName": "North America",
        "Type": "City"
      },
      "Rank": 7
    },
    {
      "Destination": {
        "AirportName": "Haneda Airport",
        "CityName": "Paris",
        "CountryCode": "GB",
        "CountryName": "Australia",
        "DestinationLocation": "SIN",
        "Links": [
          {
            "href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/MIA/airports",
            "rel": "airportsInCity"
          },
          {
            "href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/NYC/airports",
            "rel": "airportsInCity"
          },
          {
            "href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/NYC/airports",
            "rel": "airportsInCity"
          },
          {
            "href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/LAX/airports",
            "rel": "airportsInCity"
          }
        ],
        "MetropolitanAreaName": "Paris",
        "RegionName": "Oceania",
        "Type": "City"
      },
      "Rank": 8
    }
  ],
  "Links": [
    {
      "href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/MIA/airports",
      "rel": "self"
    },
    {
      "href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/MIA/airports",
      "rel": "self"
    },
    {
      "href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/MIA/airports",
      "rel": "self"
    },
    {
      "href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/LAX/airports",
      "rel": "self"
    }
  ],
  "LookBackWeeks": 40,
  "OriginLocation": "VGB",
  "Theme": "SKI"
}
{
  "errorCode": "WARN.RAF.APPLICATION",
  "instance": "application-server-1",
  "message": "Invalid request parameter",
  "reportingSystem": "RAF",
  "status": "Complete",
  "timeStamp": "2026-08-24T00:00:00.0Z",
  "type": "Application"
}
{
  "errorCode": "WARN.RAF.APPLICATION",
  "instance": "application-server-1",
  "message": "Service temporarily unavailable",
  "reportingSystem": "RAF",
  "status": "Complete",
  "timeStamp": "2026-08-24T00:00:00.0Z",
  "type": "Application"
}
{
  "errorCode": "WARN.RAF.APPLICATION",
  "instance": "application-server-2",
  "message": "Service temporarily unavailable",
  "reportingSystem": "RAF",
  "status": "Complete",
  "timeStamp": "2026-08-24T00:00:00.0Z",
  "type": "Application"
}
sabretraveldestinationsanalyticsrest