Theme Airport Lookup Mock Server

Retrieve airport and city codes associated with specific travel themes.

The Theme Airport Lookup API provides a list of airport and multi-airport city (MAC) codes mapped to specific travel themes, enabling developers to build context-aware travel search experiences.

Use this hosted mock server to simulate Theme Airport Lookup 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, autocomplete behavior, invalid-code handling, and fallback logic for travel metadata such as airports, airlines, countries, or equipment codes.

Theme Airport Lookup mock server is up and running!

Use this mock URL as the API base in your code to simulate Theme Airport Lookup responses instantly.

https://sabre-theme-airport.mock.beeceptor.com



General

{
  "Destinations": [
    {
      "Destination": "HND",
      "Links": [
        {
          "href": "https://api.cert.platform.sabre.com/v1/shop/flights/fares?origin=JFK&theme=BEACH",
          "rel": "shopTemplate"
        },
        {
          "href": "https://api.cert.platform.sabre.com/v1/shop/flights/fares?origin=DEN&theme=BEACH",
          "rel": "shopTemplate"
        },
        {
          "href": "https://api.cert.platform.sabre.com/v1/shop/flights/fares?origin=CDG&theme=BEACH",
          "rel": "shopTemplate"
        },
        {
          "href": "https://api.cert.platform.sabre.com/v1/shop/flights/fares?origin=LAX&theme=BEACH",
          "rel": "shopTemplate"
        },
        {
          "href": "https://api.cert.platform.sabre.com/v1/shop/flights/fares?origin=LAX&theme=BEACH",
          "rel": "shopTemplate"
        }
      ],
      "Type": "Airport"
    },
    {
      "Destination": "JFK",
      "Links": [
        {
          "href": "https://api.cert.platform.sabre.com/v1/shop/flights/fares?origin=ATL&theme=BEACH",
          "rel": "shopTemplate"
        },
        {
          "href": "https://api.cert.platform.sabre.com/v1/shop/flights/fares?origin=DEN&theme=BEACH",
          "rel": "shopTemplate"
        },
        {
          "href": "https://api.cert.platform.sabre.com/v1/shop/flights/fares?origin=LHR&theme=BEACH",
          "rel": "shopTemplate"
        },
        {
          "href": "https://api.cert.platform.sabre.com/v1/shop/flights/fares?origin=LAX&theme=BEACH",
          "rel": "shopTemplate"
        }
      ],
      "Type": "Airport"
    },
    {
      "Destination": "LHR",
      "Links": [
        {
          "href": "https://api.cert.platform.sabre.com/v1/shop/flights/fares?origin=ATL&theme=BEACH",
          "rel": "shopTemplate"
        },
        {
          "href": "https://api.cert.platform.sabre.com/v1/shop/flights/fares?origin=DXB&theme=BEACH",
          "rel": "shopTemplate"
        },
        {
          "href": "https://api.cert.platform.sabre.com/v1/shop/flights/fares?origin=DEN&theme=BEACH",
          "rel": "shopTemplate"
        },
        {
          "href": "https://api.cert.platform.sabre.com/v1/shop/flights/fares?origin=DXB&theme=BEACH",
          "rel": "shopTemplate"
        },
        {
          "href": "https://api.cert.platform.sabre.com/v1/shop/flights/fares?origin=LHR&theme=BEACH",
          "rel": "shopTemplate"
        }
      ],
      "Type": "Airport"
    },
    {
      "Destination": "HND",
      "Links": [
        {
          "href": "https://api.cert.platform.sabre.com/v1/shop/flights/fares?origin=ATL&theme=BEACH",
          "rel": "shopTemplate"
        },
        {
          "href": "https://api.cert.platform.sabre.com/v1/shop/flights/fares?origin=ATL&theme=BEACH",
          "rel": "shopTemplate"
        },
        {
          "href": "https://api.cert.platform.sabre.com/v1/shop/flights/fares?origin=JFK&theme=BEACH",
          "rel": "shopTemplate"
        }
      ],
      "Type": "Airport"
    }
  ],
  "Links": [
    {
      "href": "https://api.cert.platform.sabre.com/v1/shop/flights/fares?origin=LHR&theme=BEACH",
      "rel": "self"
    },
    {
      "href": "https://api.cert.platform.sabre.com/v1/shop/flights/fares?origin=CDG&theme=BEACH",
      "rel": "self"
    }
  ]
}
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.
sabretravelairportlookupreference