cURL
Locales
List locales
List all locales for the given project.
GET
cURL
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Path Parameters
Project ID
Query Parameters
Page number
Limit on the number of objects to be returned, between 1 and 100. 25 by default
Sort locales. Valid options are "name_asc", "name_desc", "default_asc", "default_desc".
specify the branch to use
Specify a query to filter locales. Currently supports name argument, filtering only locales with names starting with the given string.
Response
OK
Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"name": "English",
"code": "en-GB"
}Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"name": "English",
"code": "en-GB"
}