Google Business Performance API has a
NEW API method that allows fetching multiple `DailyMetrics` in a single API request. Review the
deprecation schedule and instructions to migrate over from v4 reportInsights API method to Google Business Profile Performance API.
My Business Lodging API
Stay organized with collections
Save and categorize content based on your preferences.
The My Business Lodging API enables managing lodging business information on Google.
Note - If you have a quota of 0 after enabling the API, please request for GBP API access.
Service: mybusinesslodging.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
https://mybusinesslodging.googleapis.com
Methods |
getLodging |
GET /v1/{name=locations/*/lodging}
Returns the Lodging of a specific location. |
updateLodging |
PATCH /v1/{lodging.name=locations/*/lodging}
Updates the Lodging of a specific location. |
Methods |
getGoogleUpdated |
GET /v1/{name=locations/*/lodging}:getGoogleUpdated
Returns the Google updated Lodging of a specific location. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-16 UTC."],[[["The My Business Lodging API allows management of lodging business information on Google."],["You may need to request access to the GBP API if your quota is 0 after enabling the API."],["Client libraries are recommended for using this service, but the discovery document and service endpoint are provided for custom integrations."],["The API provides methods to retrieve and update lodging information for specific locations, including Google's updates."]]],["The My Business Lodging API manages lodging business data on Google, accessible via `mybusinesslodging.googleapis.com`. It provides two REST resources: `v1.locations` and `v1.locations.lodging`. `v1.locations` allows retrieving (`getLodging`) and updating (`updateLodging`) a specific location's lodging data. `v1.locations.lodging` permits retrieval of Google's updated lodging information (`getGoogleUpdated`). Access may require requesting GBP API access if the initial quota is zero. Client libraries are recommended; a discovery document is available for custom implementations.\n"]]