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
originveniam adipisicing
origincountrycupidatat
destinationcountryproident incididunt est sint consectetur
destinationtypeOverall
themeROMANTIC
regionMiddle East
topdestinations-28800577
lookbackweeks8
{
  "Destinations": [
    {
      "Destination": {
        "AirportName": "Miami International Airport",
        "CityName": "Los Angeles",
        "CountryCode": "JP",
        "CountryName": "Italy",
        "DestinationLocation": "SFO",
        "Links": [
          {
            "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/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"
          }
        ],
        "MetropolitanAreaName": "Rome",
        "RegionName": "Middle East",
        "Type": "City"
      },
      "Rank": 4
    },
    {
      "Destination": {
        "AirportName": "John F. Kennedy International Airport",
        "CityName": "Singapore",
        "CountryCode": "FR",
        "CountryName": "United Kingdom",
        "DestinationLocation": "HND",
        "Links": [
          {
            "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"
          }
        ],
        "MetropolitanAreaName": "Chicago",
        "RegionName": "Middle East",
        "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/NYC/airports",
      "rel": "self"
    }
  ],
  "LookBackWeeks": 52,
  "OriginLocation": "PYF",
  "Theme": "FAMILY"
}
{
  "errorCode": "WARN.RAF.APPLICATION",
  "instance": "load-balancer-01",
  "message": "Invalid request parameter",
  "reportingSystem": "RAF",
  "status": "Complete",
  "timeStamp": "2026-07-20T00:00:00.0Z",
  "type": "Application"
}
{
  "errorCode": "WARN.RAF.APPLICATION",
  "instance": "gateway-server-01",
  "message": "No results were found",
  "reportingSystem": "RAF",
  "status": "Complete",
  "timeStamp": "2026-07-21T00:00:00.0Z",
  "type": "Application"
}
{
  "errorCode": "WARN.RAF.APPLICATION",
  "instance": "load-balancer-01",
  "message": "Invalid request parameter",
  "reportingSystem": "RAF",
  "status": "Complete",
  "timeStamp": "2026-07-20T00:00:00.0Z",
  "type": "Application"
}
sabretraveldestinationsanalyticsrest