v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Reports

List Locale Reports

List all locale reports for the given project

get/projects/{project_id}/report/locales

Path parameters

project_idstring required

Project ID

Query parameters

pageinteger

Page number

per_pageinteger

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

locale_codesstring

Locale Code

tagstring

tag

branchstring

specify the branch to use

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Response

OK

keys_countinteger
translated_translations_percentagenumber
unverified_translations_percentagenumber
reviewed_translations_percentagenumber
untranslated_keys_percentagenumber
completed_translations_countinteger
untranslated_keys_countinteger
unverified_translations_countinteger
reviewed_translations_countinteger
source_word_countinteger
word_countinteger
word_count_unverifiedinteger
word_count_missinginteger

Example response

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