---
title: "List Google Attributes"
method: GET
path: "/attributes/list"
tags: ["Google"]
---

# List Google Attributes

`GET /attributes/list`

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](/api-reference/businesses/google-attributes-for-your-business).    
To handle attributes values for businesses, [see set attributes business endpoints](/api-reference/businesses/set-google-attributes-for-your-business).   
This endpoint allows you to view the **Google** attributes available for a given Category.

## Query parameters

- `category_name` string, required
- `country` string
- `lang` 'fr' | 'es' | 'it' | 'en' | 'de' | 'pt' | 'pt-BR'

## Response `200`

OK

- AttributesGroupResponse
  - `groups` AttributesGroup[] — List of Google Groups
    - `attributes` Attribute[] — List of Google Attributes
      - `type` 'URL' | 'REPEATABLE_URL' | 'BOOL' | 'ENUM' | 'REPEATABLE_ENUM' — Type of the Attribute
      - `gmb_id` string — Google Id of the attribute
      - `name` string — Name of the attribute in the chosen language
      - `order` integer
    - `name` string — Name of the attribute group
    - `order` integer

## Other responses

- `400` — Wrong or missing parameters
- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/revisions/3652d8b1a8b3/schema)
