List Google Attributes
Get all Google Attributes available for a Category in a given language.
⚠️ What are Google Attributes? Google Attributes are highly visible statements about your business that appear on your Google listing.
They indicate things like Payment Options, Amenities, Accessibility and Highlights.
Does a business provide parking? Does it have a fireplace? Can customers pay with a debit card?
To recover attributes values set for a business, see get attributes business endpoints.
To handle attributes values for businesses, see set attributes business endpoints.
This endpoint allows you to view the Google attributes available for a given Category.
Query parameters
Category for which availabe attributes will be fetched.
Country for which available attributes will be fetched - use ISO 3166 alpha2 code ("FR", "EN", "IT").
Language in which the attributes name and groups name will be translated. If language is not specified, by default we take the language of the user.
Response
OK
Example response
{
"groups": [
{
"attributes": [
{
"gmb_id": "gcid:restaurant",
"name": "Delivery",
"order": 1
}
],
"name": "Services disponibles",
"order": 5
}
]
}