Destinations by Carrier Mock Server

Retrieve direct flight destinations for specific airline carriers.

The Destinations by Carrier API provides a list of available destinations and direct flight routes originating from a specified airport for a given airline carrier.

Use this hosted mock server to simulate Destinations by Carrier 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 reference-data mapping, route availability logic, carrier-specific destination filtering, and fallback behavior for travel network planning and flight search UI components.

Destinations by Carrier mock server is up and running!

Use this mock URL as the API base in your code to simulate Destinations by Carrier responses instantly.

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



General

Query Parameter NameExample
origin*eiusmod irure nostrud qui Ut
airlinecode*qui nisi commodo magna Excepteur
departuredate*1924-04-13
destinationtypeinternational
{
  "DepartureDate": "2026-07-09",
  "Destinations": [
    {
      "DestinationLocation": "DTW",
      "MarketingCarrier": {
        "AirlineCode": "F9",
        "FlightNumber": "789",
        "OperatingDays": [
          "Wednesday",
          "Sunday",
          "Sunday",
          "Saturday",
          "Sunday"
        ]
      },
      "OperatingCarrier": {
        "AirlineCode": "G4",
        "FlightNumber": "202"
      }
    },
    {
      "DestinationLocation": "DFW",
      "MarketingCarrier": {
        "AirlineCode": "DL",
        "FlightNumber": "707",
        "OperatingDays": [
          "Sunday",
          "Wednesday",
          "Monday",
          "Sunday"
        ]
      },
      "OperatingCarrier": {
        "AirlineCode": "AS",
        "FlightNumber": "202"
      }
    },
    {
      "DestinationLocation": "SFO",
      "MarketingCarrier": {
        "AirlineCode": "NK",
        "FlightNumber": "202",
        "OperatingDays": [
          "Sunday"
        ]
      },
      "OperatingCarrier": {
        "AirlineCode": "HA",
        "FlightNumber": "303"
      }
    },
    {
      "DestinationLocation": "AUS",
      "MarketingCarrier": {
        "AirlineCode": "B6",
        "FlightNumber": "123",
        "OperatingDays": [
          "Friday",
          "Wednesday"
        ]
      },
      "OperatingCarrier": {
        "AirlineCode": "UA",
        "FlightNumber": "123"
      }
    },
    {
      "DestinationLocation": "DTW",
      "MarketingCarrier": {
        "AirlineCode": "G4",
        "FlightNumber": "123",
        "OperatingDays": [
          "Saturday",
          "Wednesday",
          "Wednesday"
        ]
      },
      "OperatingCarrier": {
        "AirlineCode": "DL",
        "FlightNumber": "606"
      }
    }
  ],
  "Links": [
    {
      "href": "https://api.cert.platform.sabre.com/v1/lists/carriers/destinations?origin=ATL&departuredate=2026-06-15&airlinecode=AA",
      "rel": "self"
    },
    {
      "href": "https://api.cert.platform.sabre.com/v1/lists/carriers/destinations?origin=ATL&departuredate=2026-06-15&airlinecode=AA",
      "rel": "self"
    },
    {
      "href": "https://api.cert.platform.sabre.com/v1/lists/carriers/destinations?origin=ATL&departuredate=2026-06-15&airlinecode=AA",
      "rel": "self"
    },
    {
      "href": "https://api.cert.platform.sabre.com/v1/lists/carriers/destinations?origin=ATL&departuredate=2026-06-15&airlinecode=AA",
      "rel": "self"
    },
    {
      "href": "https://api.cert.platform.sabre.com/v1/lists/carriers/destinations?origin=ORD&departuredate=2026-07-01&airlinecode=UA",
      "rel": "self"
    }
  ],
  "OriginLocation": "MIA"
}
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.
sabretravelflightsdestinationsaviation