v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBTags
Get a single tag
Get details and progress information on a single tag for a given project.
get/projects/{project_id}/tags/{name}
Path parameters
project_idstring required
Project ID
namestring required
name
Query parameters
omit_statisticsboolean
omit statistics in the response
branchstring
specify the branch to use
Headers
X-PhraseApp-OTPstring
Two-Factor-Authentication token (optional)
Response
OK
Example response
{
"statistics": [
{
"locale": {
"id": "abcd1234cdef1234abcd1234cdef1234",
"name": "de",
"code": "de-DE"
},
"statistics": {
"keys_total_count": 12,
"translations_completed_count": 9,
"translations_unverified_count": 11,
"keys_untranslated_count": 3
}
}
]
}