Multi-Airport City Lookup Mock Server
Retrieve a list of multi-airport city (MAC) codes for travel applications.
The Multi-Airport City Lookup API provides a reliable way to fetch multi-airport city (MAC) codes. This service is essential for mapping complex airport groupings to their respective city identifiers, ensuring accurate travel data processing and routing logic in your applications.
Use this hosted mock server to simulate Multi-Airport City 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 multi-airport city associations.
General
GET
| Query Parameter Name | Example |
|---|---|
country | proident cupidatat dolore nostrud in |
{
"Cities": [
{
"code": "SFO",
"countryCode": "FR",
"countryName": "Canada",
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/SFO/airports",
"rel": "airportsInCity"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/WAS/airports",
"rel": "airportsInCity"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/TYO/airports",
"rel": "airportsInCity"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/WAS/airports",
"rel": "airportsInCity"
}
],
"name": "Tokyo",
"regionName": "Europe"
}
],
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/CHI/airports",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/CHI/airports",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/SFO/airports",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/TYO/airports",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/BER/airports",
"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.Service Homepage: developer.sabre.com/rest-api/multi-airport-city-lookup/v1
sabretravelaviationreference-datarest