---
title: "List Google more hours"
method: GET
path: "/more_hours/list"
tags: ["Google"]
---

# List Google more hours

`GET /more_hours/list`

⚠️ **What are Google More Hours?**   More Hours is a feature in *Google* that allows the business owner to display hours for specific services available.
Examples of such services include opening hours for the kitchen, for breakfast, for happy hour, etc.
Notice that the available More Hour IDs vary between both business categories and countries.   For example, a restaurant will have different More Hour IDs available than a bank, and a restaurant in France will have different IDs available than a restaurant in the USA.
To recover More Hours set for a business, see [Get More Hours for your Business endpoints](/api-reference/businesses/more-hours-for-your-business).
To handle More Hours for businesses, see [Update More Hours for your Business endpoints](/api-reference/businesses/set-more-hours-for-your-business).
This endpoint allows you to get all the different **More Hour IDs** available for a given business category, including their translated names for the given language.

## Query parameters

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

## Response `200`

OK

- MoreHoursListResponse
  - `more_hours` object[] — List of More Hour IDs for a given category and country.
    - `gmb_id` string — The More Hour ID.
    - `name` string — The name of the More Hour translated to the specified language.

## 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)
