v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Data Model

Provide a single resource - Locale

Retrieves a Locale resource.

get/locales/{id}

Path parameters

idstring required

Resource identifier

Response

Locale resource

activeboolean
fallbackLocalestring
fallbackLocalesstring[]
idstring

This is the unique identifier of the resource

Example response

{
  "id": "identifier_example",
  "name": {
    "fr-FR": "fr-FR translation",
    "en-US": "en-US translation",
    "<*>": "..."
  }
}