v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Locales

Get a single locale

Get details on a single locale for a given project.

get/projects/{project_id}/locales/{id}

Path parameters

project_idstring required

Project ID

idstring required

Locale ID or locale name

Query parameters

branchstring

specify the branch to use

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Response

OK

idstring
namestring
codestring
defaultboolean
mainboolean
rtlboolean
plural_formsstring[]
ordinal_plural_formsstring[]
language_ai_profilestring
created_atstring date-time
updated_atstring date-time

Example response

{
  "statistics": {
    "keys_total_count": 2120,
    "keys_untranslated_count": 100,
    "words_total_count": 3102102,
    "translations_completed_count": 1920,
    "translations_unverified_count": 32,
    "unverified_words_count": 129,
    "missing_words_count": 3920
  }
}