Sabre Geo Code Virtual Sandbox

Retrieve geographic coordinates and location details from descriptive location inputs.

The GeoCode API allows developers to convert location descriptions into precise geographic coordinates. It is essential for mapping, proximity-based search, and location-aware travel applications, providing standardized latitude and longitude data for various travel-related points of interest.

Use this hosted sandbox to simulate Sabre Geo Code 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 location-to-coordinate mapping, handle ambiguous address inputs, test proximity search logic, and validate coordinate formatting for downstream mapping or distance-calculation services.

Sabre Geo Code virtual sandbox is up and running!

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

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



GeoCode

{
  "GeoCodeRequest": [
    {
      "GeoCodeRQ": {
        "PlaceByAddress": {
          "Street": "24 Madison St",
          "Zip": "10038",
          "City": "New York",
          "Region": "New York County",
          "State": "NY",
          "Country": "US"
        },
        "ResultSetConfig": {
          "maxResults": 10
        }
      }
    },
    {
      "GeoCodeRQ": {
        "PlaceById": {
          "Id": "DFW",
          "BrowseCategory": {
            "name": "AIR"
          }
        }
      }
    },
    {
      "GeoCodeRQ": {
        "PlaceByName": {
          "Name": "disney",
          "BrowseCategory": [
            {
              "name": "Sabre:CRL",
              "Limit": [
                {
                  "attribute": "vendor",
                  "to": "ZE"
                }
              ]
            }
          ],
          "NarrowDownResultsBy": {
            "City": "KISSIMMEE",
            "State": "FL",
            "Country": "US"
          }
        },
        "ResultSetConfig": {
          "maxResults": 10
        }
      }
    },
    {
      "GeoCodeRQ": {
        "PlaceByFreeText": {
          "FreeText": "Chicago, IL",
          "searchMode": "ADDRESS"
        },
        "ResultSetConfig": {
          "maxResults": 10
        }
      }
    }
  ]
}
{
  "GeoCodeResponse": {
    "ApplicationResults": {
      "Error": [
        {
          "SystemSpecificResults": [
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "11223"
              },
              "Message": [
                {
                  "code": "ERR.0500",
                  "value": "Unauthorized request"
                }
              ],
              "RecordID": {},
              "reference": "City",
              "ShortText": {},
              "timeStamp": "2026-06-10T09:15:30.456Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "11223"
              },
              "Message": [
                {
                  "code": "ERR.0404",
                  "value": "Unauthorized request"
                },
                {
                  "code": "ERR.0500",
                  "value": "Authentication failed"
                },
                {
                  "code": "ERR.0404",
                  "value": "Invalid check-in date"
                },
                {
                  "code": "ERR.0500",
                  "value": "Invalid check-in date"
                },
                {
                  "code": "ERR.0500",
                  "value": "Service unavailable"
                }
              ],
              "RecordID": {},
              "reference": "City",
              "ShortText": {},
              "timeStamp": "2026-06-10T12:00:00.000Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "67890"
              },
              "Message": [
                {
                  "code": "WARN.0002",
                  "value": "Authentication failed"
                },
                {
                  "code": "ERR.0404",
                  "value": "Unauthorized request"
                },
                {
                  "code": "WARN.0002",
                  "value": "Invalid check-in date"
                },
                {
                  "code": "ERR.0404",
                  "value": "Unauthorized request"
                },
                {
                  "code": "WARN.0002",
                  "value": "Invalid check-in date"
                }
              ],
              "RecordID": {},
              "reference": "Country",
              "ShortText": {},
              "timeStamp": "2026-06-10T12:00:00.000Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "77889"
              },
              "Message": [
                {
                  "code": "WARN.0001",
                  "value": "Invalid check-in date"
                }
              ],
              "RecordID": {},
              "reference": "GeoCode",
              "ShortText": {},
              "timeStamp": "2026-06-10T13:45:00.123Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "67890"
              },
              "Message": [
                {
                  "code": "ERR.0500",
                  "value": "Unauthorized request"
                },
                {
                  "code": "ERR.0381",
                  "value": "Service unavailable"
                }
              ],
              "RecordID": {},
              "reference": "Address",
              "ShortText": {},
              "timeStamp": "2026-06-10T09:15:30.456Z"
            }
          ],
          "timeStamp": "2026-06-10T12:00:00.000Z",
          "type": "Error"
        },
        {
          "SystemSpecificResults": [
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "11223"
              },
              "Message": [
                {
                  "code": "ERR.0404",
                  "value": "Authentication failed"
                },
                {
                  "code": "WARN.0001",
                  "value": "Unauthorized request"
                },
                {
                  "code": "ERR.0500",
                  "value": "Invalid check-in date"
                },
                {
                  "code": "ERR.0381",
                  "value": "Service unavailable"
                },
                {
                  "code": "ERR.0500",
                  "value": "Invalid check-in date"
                }
              ],
              "RecordID": {},
              "reference": "City",
              "ShortText": {},
              "timeStamp": "2026-06-10T13:45:00.123Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "77889"
              },
              "Message": [
                {
                  "code": "WARN.0001",
                  "value": "Invalid check-in date"
                },
                {
                  "code": "ERR.0404",
                  "value": "Unauthorized request"
                }
              ],
              "RecordID": {},
              "reference": "Address",
              "ShortText": {},
              "timeStamp": "2026-06-10T09:15:30.456Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "67890"
              },
              "Message": [
                {
                  "code": "WARN.0001",
                  "value": "Service unavailable"
                },
                {
                  "code": "WARN.0001",
                  "value": "Location not found"
                },
                {
                  "code": "WARN.0001",
                  "value": "Service unavailable"
                }
              ],
              "RecordID": {},
              "reference": "City",
              "ShortText": {},
              "timeStamp": "2026-06-10T12:00:00.000Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "44556"
              },
              "Message": [
                {
                  "code": "ERR.0404",
                  "value": "Location not found"
                },
                {
                  "code": "ERR.0404",
                  "value": "Authentication failed"
                },
                {
                  "code": "ERR.0381",
                  "value": "Service unavailable"
                },
                {
                  "code": "ERR.0404",
                  "value": "Authentication failed"
                }
              ],
              "RecordID": {},
              "reference": "Address",
              "ShortText": {},
              "timeStamp": "2026-06-10T12:00:00.000Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "12345"
              },
              "Message": [
                {
                  "code": "ERR.0500",
                  "value": "Invalid check-in date"
                },
                {
                  "code": "ERR.0500",
                  "value": "Authentication failed"
                },
                {
                  "code": "ERR.0404",
                  "value": "Unauthorized request"
                }
              ],
              "RecordID": {},
              "reference": "City",
              "ShortText": {},
              "timeStamp": "2026-06-10T12:00:00.000Z"
            }
          ],
          "timeStamp": "2026-06-10T12:00:00.000Z",
          "type": "Error"
        }
      ],
      "status": "Complete",
      "Success": [
        {
          "SystemSpecificResults": [
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "12345"
              },
              "Message": [
                {
                  "code": "ERR.0500",
                  "value": "Location not found"
                },
                {
                  "code": "ERR.0381",
                  "value": "Invalid check-in date"
                }
              ],
              "RecordID": {},
              "reference": "Country",
              "ShortText": {},
              "timeStamp": "2026-06-10T13:45:00.123Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "77889"
              },
              "Message": [
                {
                  "code": "WARN.0001",
                  "value": "Location not found"
                }
              ],
              "RecordID": {},
              "reference": "GeoCode",
              "ShortText": {},
              "timeStamp": "2026-06-10T13:45:00.123Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "12345"
              },
              "Message": [
                {
                  "code": "WARN.0001",
                  "value": "Location not found"
                }
              ],
              "RecordID": {},
              "reference": "City",
              "ShortText": {},
              "timeStamp": "2026-06-10T13:45:00.123Z"
            }
          ],
          "timeStamp": "2026-06-10T09:15:30.456Z",
          "type": "Error"
        }
      ],
      "Warning": [
        {
          "SystemSpecificResults": [
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "77889"
              },
              "Message": [
                {
                  "code": "WARN.0001",
                  "value": "Location not found"
                },
                {
                  "code": "WARN.0002",
                  "value": "Invalid check-in date"
                },
                {
                  "code": "WARN.0002",
                  "value": "Unauthorized request"
                },
                {
                  "code": "WARN.0002",
                  "value": "Service unavailable"
                }
              ],
              "RecordID": {},
              "reference": "Country",
              "ShortText": {},
              "timeStamp": "2026-06-10T12:00:00.000Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "67890"
              },
              "Message": [
                {
                  "code": "ERR.0500",
                  "value": "Location not found"
                },
                {
                  "code": "WARN.0001",
                  "value": "Unauthorized request"
                },
                {
                  "code": "WARN.0002",
                  "value": "Invalid check-in date"
                },
                {
                  "code": "ERR.0381",
                  "value": "Unauthorized request"
                },
                {
                  "code": "ERR.0500",
                  "value": "Unauthorized request"
                }
              ],
              "RecordID": {},
              "reference": "GeoCode",
              "ShortText": {},
              "timeStamp": "2026-06-10T12:00:00.000Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "44556"
              },
              "Message": [
                {
                  "code": "WARN.0002",
                  "value": "Location not found"
                }
              ],
              "RecordID": {},
              "reference": "GeoCode",
              "ShortText": {},
              "timeStamp": "2026-06-10T09:15:30.456Z"
            }
          ],
          "timeStamp": "2026-06-10T12:00:00.000Z",
          "type": "Error"
        }
      ]
    },
    "Results": {
      "GeoCodeRS": [
        {
          "Place": [
            {
              "Attribute": [
                {
                  "name": "chain",
                  "value": "ZE"
                },
                {
                  "name": "chain",
                  "value": "ZC"
                },
                {
                  "name": "vendor",
                  "value": "ZC"
                },
                {
                  "name": "chain",
                  "value": "ZD"
                },
                {
                  "name": "vendor",
                  "value": "ZC"
                }
              ],
              "Category": "CITY",
              "City": "New York",
              "confidenceFactor": "ADDRESS_QUALITY",
              "Country": "DE",
              "Id": "DFW",
              "latitude": 35.6762,
              "longitude": -0.1278,
              "Name": "London",
              "Region": "New York",
              "State": "TX",
              "Street": "88 High St",
              "Zip": "10038-1219"
            },
            {
              "Attribute": [
                {
                  "name": "chain",
                  "value": "ZC"
                }
              ],
              "Category": "AIR",
              "City": "Paris",
              "confidenceFactor": "CITY_QUALITY",
              "Country": "GB",
              "Id": "LON",
              "latitude": 40.7128,
              "longitude": -0.1278,
              "Name": "Paris",
              "Region": "New York",
              "State": "CA",
              "Street": "55 Broadway",
              "Zip": "60601-5555"
            },
            {
              "Attribute": [
                {
                  "name": "vendor",
                  "value": "ZH"
                },
                {
                  "name": "type",
                  "value": "ZC"
                },
                {
                  "name": "vendor",
                  "value": "ZC"
                },
                {
                  "name": "vendor",
                  "value": "ZE"
                },
                {
                  "name": "chain",
                  "value": "ZH"
                }
              ],
              "Category": "CITY",
              "City": "New York",
              "confidenceFactor": "REGION_QUALITY",
              "Country": "GB",
              "Id": "PAR",
              "latitude": 35.6762,
              "longitude": 139.6503,
              "Name": "Dallas/Fort Worth Intl.",
              "Region": "New York",
              "State": "NY",
              "Street": "88 High St",
              "Zip": "60601-5555"
            }
          ],
          "status": "NO_PLACES_FOUND"
        },
        {
          "Place": [
            {
              "Attribute": [
                {
                  "name": "type",
                  "value": "ZE"
                },
                {
                  "name": "type",
                  "value": "ZH"
                },
                {
                  "name": "chain",
                  "value": "ZH"
                },
                {
                  "name": "type",
                  "value": "ZD"
                },
                {
                  "name": "type",
                  "value": "ZH"
                }
              ],
              "Category": "AIR",
              "City": "Tokyo",
              "confidenceFactor": "REGION_QUALITY",
              "Country": "FR",
              "Id": "LON",
              "latitude": 48.8566,
              "longitude": -74.006,
              "Name": "Tokyo",
              "Region": "Texas",
              "State": "TX",
              "Street": "12 Oak Lane",
              "Zip": "60601-5555"
            },
            {
              "Attribute": [
                {
                  "name": "chain",
                  "value": "ZE"
                },
                {
                  "name": "chain",
                  "value": "ZH"
                },
                {
                  "name": "chain",
                  "value": "ZC"
                },
                {
                  "name": "vendor",
                  "value": "ZC"
                }
              ],
              "Category": "AIR",
              "City": "Paris",
              "confidenceFactor": "CITY_QUALITY",
              "Country": "GB",
              "Id": "PAR",
              "latitude": 35.6762,
              "longitude": -74.006,
              "Name": "Tokyo",
              "Region": "Florida",
              "State": "FL",
              "Street": "10 Main Ave",
              "Zip": "90210-9999"
            },
            {
              "Attribute": [
                {
                  "name": "type",
                  "value": "ZE"
                },
                {
                  "name": "type",
                  "value": "ZD"
                },
                {
                  "name": "type",
                  "value": "ZE"
                }
              ],
              "Category": "POI",
              "City": "New York",
              "confidenceFactor": "REGION_QUALITY",
              "Country": "US",
              "Id": "DFW",
              "latitude": 32.8998,
              "longitude": -97.0403,
              "Name": "New York City",
              "Region": "New York",
              "State": "NY",
              "Street": "12 Oak Lane",
              "Zip": "90210-9999"
            },
            {
              "Attribute": [
                {
                  "name": "chain",
                  "value": "ZE"
                },
                {
                  "name": "type",
                  "value": "ZC"
                },
                {
                  "name": "type",
                  "value": "ZD"
                },
                {
                  "name": "vendor",
                  "value": "ZH"
                },
                {
                  "name": "chain",
                  "value": "ZC"
                }
              ],
              "Category": "CITY",
              "City": "Dallas",
              "confidenceFactor": "COUNTRY_QUALITY",
              "Country": "JP",
              "Id": "DFW",
              "latitude": 35.6762,
              "longitude": -74.006,
              "Name": "Paris",
              "Region": "Washington",
              "State": "TX",
              "Street": "24 Madison St",
              "Zip": "10038-1219"
            },
            {
              "Attribute": [
                {
                  "name": "chain",
                  "value": "ZE"
                },
                {
                  "name": "type",
                  "value": "ZE"
                },
                {
                  "name": "chain",
                  "value": "ZD"
                },
                {
                  "name": "chain",
                  "value": "ZH"
                },
                {
                  "name": "type",
                  "value": "ZC"
                }
              ],
              "Category": "AIR",
              "City": "Paris",
              "confidenceFactor": "COUNTRY_QUALITY",
              "Country": "FR",
              "Id": "DFW",
              "latitude": 32.8998,
              "longitude": -0.1278,
              "Name": "New York City",
              "Region": "Florida",
              "State": "NY",
              "Street": "24 Madison St",
              "Zip": "90210-9999"
            }
          ],
          "status": "MULTIPLE_PLACES_FOUND"
        },
        {
          "Place": [
            {
              "Attribute": [
                {
                  "name": "chain",
                  "value": "ZD"
                },
                {
                  "name": "chain",
                  "value": "ZE"
                },
                {
                  "name": "chain",
                  "value": "ZD"
                },
                {
                  "name": "chain",
                  "value": "ZH"
                }
              ],
              "Category": "POI",
              "City": "Dallas",
              "confidenceFactor": "ADDRESS_QUALITY",
              "Country": "GB",
              "Id": "LON",
              "latitude": 40.7128,
              "longitude": 2.3522,
              "Name": "New York City",
              "Region": "Texas",
              "State": "NY",
              "Street": "10 Main Ave",
              "Zip": "60601-5555"
            },
            {
              "Attribute": [
                {
                  "name": "type",
                  "value": "ZC"
                },
                {
                  "name": "vendor",
                  "value": "ZE"
                },
                {
                  "name": "chain",
                  "value": "ZD"
                },
                {
                  "name": "type",
                  "value": "ZD"
                },
                {
                  "name": "vendor",
                  "value": "ZD"
                }
              ],
              "Category": "COUNTRY",
              "City": "London",
              "confidenceFactor": "COUNTRY_QUALITY",
              "Country": "JP",
              "Id": "PAR",
              "latitude": 32.8998,
              "longitude": -97.0403,
              "Name": "Dallas/Fort Worth Intl.",
              "Region": "Texas",
              "State": "NY",
              "Street": "24 Madison St",
              "Zip": "90210-9999"
            },
            {
              "Attribute": [
                {
                  "name": "type",
                  "value": "ZC"
                },
                {
                  "name": "type",
                  "value": "ZD"
                }
              ],
              "Category": "AIR",
              "City": "Paris",
              "confidenceFactor": "ADDRESS_QUALITY",
              "Country": "GB",
              "Id": "NYC",
              "latitude": 32.8998,
              "longitude": 2.3522,
              "Name": "New York City",
              "Region": "Texas",
              "State": "NY",
              "Street": "55 Broadway",
              "Zip": "90210-9999"
            }
          ],
          "status": "NO_PLACES_FOUND"
        }
      ]
    }
  }
}
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.
sabretravelgeolocationrestapi