GET
/
projects
/
{project_id}
/
report
/
locales
cURL
curl "https://api.phrase.com/v2/projects/:project_id/report/locales?locale_codes[]=de&locale_codes[]=en&branch=my-feature-branch" \
  -X GET \
  -u USERNAME_OR_ACCESS_TOKEN
[
  {
    "keys_count": 123,
    "translated_translations_percentage": 123,
    "unverified_translations_percentage": 123,
    "reviewed_translations_percentage": 123,
    "untranslated_keys_percentage": 123,
    "completed_translations_count": 123,
    "untranslated_keys_count": 123,
    "unverified_translations_count": 123,
    "reviewed_translations_count": 123,
    "source_word_count": 123,
    "word_count": 123,
    "word_count_unverified": 123,
    "word_count_missing": 123,
    "locale": {
      "id": "abcd1234cdef1234abcd1234cdef1234",
      "name": "English",
      "code": "en-GB"
    }
  }
]

Authorizations

Authorization
string
header
required

Enter your token in the format token TOKEN

Headers

X-PhraseApp-OTP
string

Two-Factor-Authentication token (optional)

Path Parameters

project_id
string
required

Project ID

Query Parameters

page
integer

Page number

per_page
integer

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

locale_codes
string

Locale Code

tag
string

tag

branch
string

specify the branch to use

Response

200
application/json

OK

The response is of type locale report · object[].