Sabre Geo Code Mock Server

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 mock server 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 mock server is up and running!

Use this mock 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": "44556"
              },
              "Message": [
                {
                  "code": "ERR.0500",
                  "value": "Invalid check-in date"
                },
                {
                  "code": "ERR.0381",
                  "value": "Unauthorized request"
                },
                {
                  "code": "WARN.0002",
                  "value": "Service unavailable"
                }
              ],
              "RecordID": {},
              "reference": "Zip",
              "ShortText": {},
              "timeStamp": "2026-06-10T12:00:00.000Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "67890"
              },
              "Message": [
                {
                  "code": "ERR.0381",
                  "value": "Location not found"
                }
              ],
              "RecordID": {},
              "reference": "Address",
              "ShortText": {},
              "timeStamp": "2026-06-10T13:45:00.123Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "12345"
              },
              "Message": [
                {
                  "code": "ERR.0500",
                  "value": "Location not found"
                }
              ],
              "RecordID": {},
              "reference": "GeoCode",
              "ShortText": {},
              "timeStamp": "2026-06-10T09:15:30.456Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "77889"
              },
              "Message": [
                {
                  "code": "WARN.0001",
                  "value": "Unauthorized request"
                },
                {
                  "code": "ERR.0500",
                  "value": "Authentication failed"
                },
                {
                  "code": "ERR.0381",
                  "value": "Location not found"
                },
                {
                  "code": "WARN.0001",
                  "value": "Location not found"
                },
                {
                  "code": "WARN.0002",
                  "value": "Authentication failed"
                }
              ],
              "RecordID": {},
              "reference": "Zip",
              "ShortText": {},
              "timeStamp": "2026-06-10T13:45:00.123Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "77889"
              },
              "Message": [
                {
                  "code": "ERR.0500",
                  "value": "Unauthorized request"
                },
                {
                  "code": "WARN.0001",
                  "value": "Location not found"
                }
              ],
              "RecordID": {},
              "reference": "Country",
              "ShortText": {},
              "timeStamp": "2026-06-10T13:45:00.123Z"
            }
          ],
          "timeStamp": "2026-06-10T09:15:30.456Z",
          "type": "Warning"
        },
        {
          "SystemSpecificResults": [
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "12345"
              },
              "Message": [
                {
                  "code": "ERR.0500",
                  "value": "Invalid check-in date"
                },
                {
                  "code": "WARN.0001",
                  "value": "Location not found"
                },
                {
                  "code": "ERR.0381",
                  "value": "Authentication failed"
                }
              ],
              "RecordID": {},
              "reference": "City",
              "ShortText": {},
              "timeStamp": "2026-06-10T12:00:00.000Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "11223"
              },
              "Message": [
                {
                  "code": "ERR.0381",
                  "value": "Authentication failed"
                },
                {
                  "code": "ERR.0500",
                  "value": "Unauthorized request"
                },
                {
                  "code": "ERR.0404",
                  "value": "Authentication failed"
                }
              ],
              "RecordID": {},
              "reference": "Address",
              "ShortText": {},
              "timeStamp": "2026-06-10T13:45:00.123Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "44556"
              },
              "Message": [
                {
                  "code": "ERR.0381",
                  "value": "Location not found"
                },
                {
                  "code": "WARN.0002",
                  "value": "Service unavailable"
                }
              ],
              "RecordID": {},
              "reference": "Country",
              "ShortText": {},
              "timeStamp": "2026-06-10T13:45:00.123Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "44556"
              },
              "Message": [
                {
                  "code": "WARN.0001",
                  "value": "Unauthorized request"
                },
                {
                  "code": "ERR.0381",
                  "value": "Location not found"
                },
                {
                  "code": "ERR.0500",
                  "value": "Service unavailable"
                }
              ],
              "RecordID": {},
              "reference": "Country",
              "ShortText": {},
              "timeStamp": "2026-06-10T12:00:00.000Z"
            }
          ],
          "timeStamp": "2026-06-10T13:45:00.123Z",
          "type": "Warning"
        }
      ],
      "status": "Complete",
      "Success": [
        {
          "SystemSpecificResults": [
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "44556"
              },
              "Message": [
                {
                  "code": "WARN.0002",
                  "value": "Unauthorized request"
                },
                {
                  "code": "WARN.0002",
                  "value": "Invalid check-in date"
                },
                {
                  "code": "ERR.0404",
                  "value": "Invalid check-in date"
                }
              ],
              "RecordID": {},
              "reference": "GeoCode",
              "ShortText": {},
              "timeStamp": "2026-06-10T13:45:00.123Z"
            }
          ],
          "timeStamp": "2026-06-10T13:45:00.123Z",
          "type": "Error"
        },
        {
          "SystemSpecificResults": [
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "77889"
              },
              "Message": [
                {
                  "code": "ERR.0404",
                  "value": "Location not found"
                }
              ],
              "RecordID": {},
              "reference": "GeoCode",
              "ShortText": {},
              "timeStamp": "2026-06-10T09:15:30.456Z"
            }
          ],
          "timeStamp": "2026-06-10T13:45:00.123Z",
          "type": "Success"
        },
        {
          "SystemSpecificResults": [
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "11223"
              },
              "Message": [
                {
                  "code": "WARN.0001",
                  "value": "Authentication failed"
                }
              ],
              "RecordID": {},
              "reference": "Address",
              "ShortText": {},
              "timeStamp": "2026-06-10T12:00:00.000Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "67890"
              },
              "Message": [
                {
                  "code": "WARN.0001",
                  "value": "Location not found"
                }
              ],
              "RecordID": {},
              "reference": "City",
              "ShortText": {},
              "timeStamp": "2026-06-10T09:15:30.456Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "12345"
              },
              "Message": [
                {
                  "code": "WARN.0001",
                  "value": "Authentication failed"
                },
                {
                  "code": "ERR.0404",
                  "value": "Service unavailable"
                },
                {
                  "code": "WARN.0002",
                  "value": "Unauthorized request"
                },
                {
                  "code": "WARN.0002",
                  "value": "Location not found"
                }
              ],
              "RecordID": {},
              "reference": "Country",
              "ShortText": {},
              "timeStamp": "2026-06-10T12:00:00.000Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "11223"
              },
              "Message": [
                {
                  "code": "ERR.0404",
                  "value": "Authentication failed"
                },
                {
                  "code": "ERR.0500",
                  "value": "Invalid check-in date"
                },
                {
                  "code": "WARN.0002",
                  "value": "Location not found"
                }
              ],
              "RecordID": {},
              "reference": "Zip",
              "ShortText": {},
              "timeStamp": "2026-06-10T13:45:00.123Z"
            }
          ],
          "timeStamp": "2026-06-10T12:00:00.000Z",
          "type": "Information"
        },
        {
          "SystemSpecificResults": [
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "12345"
              },
              "Message": [
                {
                  "code": "ERR.0404",
                  "value": "Authentication failed"
                },
                {
                  "code": "WARN.0001",
                  "value": "Invalid check-in date"
                },
                {
                  "code": "ERR.0500",
                  "value": "Unauthorized request"
                },
                {
                  "code": "WARN.0001",
                  "value": "Invalid check-in date"
                }
              ],
              "RecordID": {},
              "reference": "City",
              "ShortText": {},
              "timeStamp": "2026-06-10T13:45:00.123Z"
            }
          ],
          "timeStamp": "2026-06-10T13:45:00.123Z",
          "type": "Error"
        },
        {
          "SystemSpecificResults": [
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "77889"
              },
              "Message": [
                {
                  "code": "ERR.0381",
                  "value": "Service unavailable"
                }
              ],
              "RecordID": {},
              "reference": "Country",
              "ShortText": {},
              "timeStamp": "2026-06-10T12:00:00.000Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "67890"
              },
              "Message": [
                {
                  "code": "ERR.0500",
                  "value": "Service unavailable"
                },
                {
                  "code": "ERR.0381",
                  "value": "Unauthorized request"
                }
              ],
              "RecordID": {},
              "reference": "GeoCode",
              "ShortText": {},
              "timeStamp": "2026-06-10T13:45:00.123Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "44556"
              },
              "Message": [
                {
                  "code": "WARN.0001",
                  "value": "Service unavailable"
                },
                {
                  "code": "ERR.0404",
                  "value": "Service unavailable"
                },
                {
                  "code": "ERR.0500",
                  "value": "Service unavailable"
                },
                {
                  "code": "ERR.0404",
                  "value": "Invalid check-in date"
                }
              ],
              "RecordID": {},
              "reference": "Zip",
              "ShortText": {},
              "timeStamp": "2026-06-10T13:45:00.123Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "77889"
              },
              "Message": [
                {
                  "code": "ERR.0500",
                  "value": "Unauthorized request"
                },
                {
                  "code": "ERR.0500",
                  "value": "Unauthorized request"
                },
                {
                  "code": "WARN.0002",
                  "value": "Service unavailable"
                }
              ],
              "RecordID": {},
              "reference": "Zip",
              "ShortText": {},
              "timeStamp": "2026-06-10T12:00:00.000Z"
            }
          ],
          "timeStamp": "2026-06-10T13:45:00.123Z",
          "type": "Warning"
        }
      ],
      "Warning": [
        {
          "SystemSpecificResults": [
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "12345"
              },
              "Message": [
                {
                  "code": "WARN.0002",
                  "value": "Service unavailable"
                },
                {
                  "code": "WARN.0001",
                  "value": "Location not found"
                },
                {
                  "code": "WARN.0001",
                  "value": "Location not found"
                },
                {
                  "code": "ERR.0381",
                  "value": "Invalid check-in date"
                },
                {
                  "code": "ERR.0500",
                  "value": "Invalid check-in date"
                }
              ],
              "RecordID": {},
              "reference": "Country",
              "ShortText": {},
              "timeStamp": "2026-06-10T09:15:30.456Z"
            },
            {
              "DocURL": {},
              "Element": {},
              "HostCommand": {
                "LNIATA": "77889"
              },
              "Message": [
                {
                  "code": "ERR.0404",
                  "value": "Authentication failed"
                },
                {
                  "code": "ERR.0500",
                  "value": "Service unavailable"
                },
                {
                  "code": "ERR.0404",
                  "value": "Location not found"
                }
              ],
              "RecordID": {},
              "reference": "GeoCode",
              "ShortText": {},
              "timeStamp": "2026-06-10T12:00:00.000Z"
            }
          ],
          "timeStamp": "2026-06-10T09:15:30.456Z",
          "type": "Warning"
        }
      ]
    },
    "Results": {
      "GeoCodeRS": [
        {
          "Place": [
            {
              "Attribute": [
                {
                  "name": "chain",
                  "value": "ZC"
                },
                {
                  "name": "vendor",
                  "value": "ZC"
                }
              ],
              "Category": "CITY",
              "City": "Paris",
              "confidenceFactor": "COUNTRY_QUALITY",
              "Country": "FR",
              "Id": "LON",
              "latitude": 51.5074,
              "longitude": 2.3522,
              "Name": "Tokyo",
              "Region": "Florida",
              "State": "TX",
              "Street": "88 High St",
              "Zip": "60601-5555"
            },
            {
              "Attribute": [
                {
                  "name": "vendor",
                  "value": "ZD"
                },
                {
                  "name": "chain",
                  "value": "ZC"
                },
                {
                  "name": "vendor",
                  "value": "ZE"
                }
              ],
              "Category": "AIR",
              "City": "Tokyo",
              "confidenceFactor": "REGION_QUALITY",
              "Country": "FR",
              "Id": "DFW",
              "latitude": 51.5074,
              "longitude": -0.1278,
              "Name": "New York City",
              "Region": "Washington",
              "State": "WA",
              "Street": "24 Madison St",
              "Zip": "75201-1234"
            },
            {
              "Attribute": [
                {
                  "name": "vendor",
                  "value": "ZH"
                },
                {
                  "name": "vendor",
                  "value": "ZH"
                },
                {
                  "name": "vendor",
                  "value": "ZH"
                }
              ],
              "Category": "AIR",
              "City": "Tokyo",
              "confidenceFactor": "REGION_QUALITY",
              "Country": "GB",
              "Id": "TYO",
              "latitude": 32.8998,
              "longitude": -97.0403,
              "Name": "Dallas/Fort Worth Intl.",
              "Region": "New York",
              "State": "TX",
              "Street": "88 High St",
              "Zip": "90210-9999"
            }
          ],
          "status": "ONE_PLACE_FOUND"
        },
        {
          "Place": [
            {
              "Attribute": [
                {
                  "name": "chain",
                  "value": "ZD"
                },
                {
                  "name": "vendor",
                  "value": "ZD"
                },
                {
                  "name": "type",
                  "value": "ZH"
                },
                {
                  "name": "vendor",
                  "value": "ZE"
                },
                {
                  "name": "type",
                  "value": "ZH"
                }
              ],
              "Category": "COUNTRY",
              "City": "Tokyo",
              "confidenceFactor": "CITY_QUALITY",
              "Country": "JP",
              "Id": "DFW",
              "latitude": 32.8998,
              "longitude": -97.0403,
              "Name": "New York City",
              "Region": "Florida",
              "State": "FL",
              "Street": "55 Broadway",
              "Zip": "90210-9999"
            },
            {
              "Attribute": [
                {
                  "name": "vendor",
                  "value": "ZE"
                }
              ],
              "Category": "POI",
              "City": "London",
              "confidenceFactor": "COUNTRY_QUALITY",
              "Country": "US",
              "Id": "PAR",
              "latitude": 35.6762,
              "longitude": -74.006,
              "Name": "Tokyo",
              "Region": "Washington",
              "State": "TX",
              "Street": "12 Oak Lane",
              "Zip": "33101-0000"
            },
            {
              "Attribute": [
                {
                  "name": "chain",
                  "value": "ZC"
                },
                {
                  "name": "type",
                  "value": "ZH"
                },
                {
                  "name": "chain",
                  "value": "ZC"
                },
                {
                  "name": "chain",
                  "value": "ZC"
                }
              ],
              "Category": "COUNTRY",
              "City": "Dallas",
              "confidenceFactor": "CITY_QUALITY",
              "Country": "FR",
              "Id": "DFW",
              "latitude": 51.5074,
              "longitude": -0.1278,
              "Name": "Dallas/Fort Worth Intl.",
              "Region": "Washington",
              "State": "CA",
              "Street": "12 Oak Lane",
              "Zip": "75201-1234"
            },
            {
              "Attribute": [
                {
                  "name": "chain",
                  "value": "ZD"
                }
              ],
              "Category": "CITY",
              "City": "Dallas",
              "confidenceFactor": "REGION_QUALITY",
              "Country": "JP",
              "Id": "LON",
              "latitude": 35.6762,
              "longitude": -74.006,
              "Name": "Tokyo",
              "Region": "Florida",
              "State": "WA",
              "Street": "55 Broadway",
              "Zip": "60601-5555"
            }
          ],
          "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