v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Locales

List locales used in account

List all locales unique by locale code used across all projects within an account.

get/accounts/{id}/locales

Path parameters

idstring required

ID

Query parameters

pageinteger

Page number

per_pageinteger

Limit on the number of objects to be returned, between 1 and 100. 25 by default

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Response

OK

namestring
codestring

Example response

[
  {
    "name": "English",
    "code": "en-GB"
  }
]