AI-generated Key Takeaways
- 
          Lists available attributes for a Google Business Profile location based on primary category and country. 
- 
          Requires specifying location, category, and country; optional parameters include language and pagination controls. 
- 
          Response provides attribute metadata and a token for retrieving additional pages if necessary. 
- 
          Requires authorization with specific Google Business Profile management scopes. 
Returns the list of available attributes that would be available for a location with the given primary category and country.
HTTP request
GET https://mybusiness.googleapis.com/v4/attributes
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
| name | 
 Resource name of the location to look up available attributes. | 
| categoryId | 
 The primary category stable ID to find available attributes. | 
| country | 
 The ISO 3166-1 alpha-2 country code to find available attributes. | 
| languageCode | 
 The BCP 47 code of language to get attribute display names in. If this language is not available, they will be provided in English. | 
| pageSize | 
 How many attributes to include per page. Default is 200, minimum is 1. | 
| pageToken | 
 If specified, the next page of attribute metadata is retrieved. The  | 
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response message for Locations.ListAttributeMetadata.
| JSON representation | |
|---|---|
| {
  "attributes": [
    {
      object ( | |
| Fields | |
|---|---|
| attributes[] | 
 A collection of attribute metadata for the available attributes. | 
| nextPageToken | 
 If the number of attributes exceeded the requested page size, this field will be populated with a token to fetch the next page of attributes on a subsequent call to  | 
Authorization Scopes
Requires one of the following OAuth scopes:
- https://www.googleapis.com/auth/plus.business.manage
- https://www.googleapis.com/auth/business.manage
For more information, see the OAuth 2.0 Overview.