v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Reports

Get Project Report

Get report of a single project.

get/projects/{project_id}/report

Path parameters

project_idstring required

Project ID

Query parameters

branchstring

specify the branch to use

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Response

OK

locales_countinteger
keys_countinteger
translations_countinteger
untranslated_keys_countinteger
unverified_translations_countinteger
reviewed_translations_countinteger
managed_words_countinteger

Example response

{
  "project": {
    "id": "abcd1234cdef1234abcd1234cdef1234",
    "name": "My Android Project",
    "main_format": "xml",
    "created_at": "2015-01-28T09:52:53Z",
    "updated_at": "2015-01-28T09:52:53Z"
  }
}