---
title: "Get locale info"
method: GET
path: "/locale/{locale}"
tags: ["Locale"]
---

# Get locale info

`GET /locale/{locale}`

Returns public information about the restaurant.

## Path parameters

- `locale` integer, required

## Response `200`

Locale details

- object
  - `success` boolean
  - `data` Locale
    - `id` integer
    - `name` string
    - `logo` string, nullable
    - `photo` string, nullable
    - `phone` string, nullable
    - `site_url` string, nullable
    - `opens_at` integer — Opening hour (24h format)
    - `closes_at` integer — Closing hour (24h format)
    - `languages` object[]
      - `code` string
      - `name` string
      - `default` boolean
    - `color_main` string, nullable
    - `color_secondary` string, nullable
    - `social` object
      - `facebook` string, nullable
      - `tripadvisor` string, nullable
      - `google` string, nullable
      - `yelp` string, nullable
      - `zomato` string, nullable
    - `wifi_password` string, nullable
    - `max_table_capacity` integer, nullable
    - `menu_welcome_text` string, nullable
    - `privacy_url` string, nullable

## Other responses

- `403` — API key not authorized for this locale or missing required scope

---

[API](https://skmtc.dev/myrest/apis/myrest-public-api.md) · [All operations](https://skmtc.dev/myrest/apis/myrest-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myrest/myrest-public-api/revisions/70905e6e4284/schema)
