v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Tags

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

namestring
keys_countinteger
system_tagboolean

true when the tag was created automatically by the system (e.g. for jobs, uploads, or Figma attachments) rather than by a user.

created_atstring date-time
updated_atstring date-time

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
      }
    }
  ]
}