v1
latestOpenAPI 3.0.32026-07-24198357534.7 KBData 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
Example response
[
{
"id": "identifier_example",
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
}
}
]