v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Data Model

Provide a paginated list of Locale

Retrieves the collection of Locale resources.

get/locales

Query parameters

pageinteger

The collection page number

limitinteger

The number of items per page

paginationboolean

Enable or disable pagination

idstring
id[]string[]
activeboolean

Response

Locale collection

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",
      "<*>": "..."
    }
  }
]