v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Google

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.

get/attributes/list

Query parameters

category_namestring required
Example:gcid:restaurant

Category for which availabe attributes will be fetched.

countrystring

Country for which available attributes will be fetched - use ISO 3166 alpha2 code ("FR", "EN", "IT").

lang'fr' | 'es' | 'it' | 'en' | 'de' | 'pt' | 'pt-BR'

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
    }
  ]
}