APIHub
Back to Explore

My Business Lodging API

The My Business Lodging API provides operations to retrieve a location’s lodging details, fetch the version of those details last updated by Google, and update specific lodging fields for a given location in Google Business Profiles.

Analytics
none
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

72ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/v1/{name}

Returns the Lodging of a specific location.

  • name (path, required) — Required. Google identifier for this location in the form: `locations/{location_id}/lodging`
  • readMask (query) — Required. The specific fields to return. Use "*" to include all fields. Repeated field items cannot be individually specified.
PATCH

/v1/{name}

Updates the Lodging of a specific location.

  • name (path, required) — Required. Google identifier for this location in the form: `locations/{location_id}/lodging`
  • updateMask (query) — Required. The specific fields to update. Use "*" to update all fields, which may include unsetting empty fields in the request. Repeated field items cannot be individually updated.
GET

/v1/{name}:getGoogleUpdated

Returns the Google updated Lodging of a specific location.

  • name (path, required) — Required. Google identifier for this location in the form: `locations/{location_id}/lodging`
  • readMask (query) — Required. The specific fields to return. Use "*" to include all fields. Repeated field items cannot be individually specified.

3 endpoints auto-detected

curl -X GET \
  "https://mybusinesslodging.googleapis.com/v1/{name}"

mybusinesslodging.googleapis.com · HTTPS only