v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Translations

Verify translations by query

Verify translations matching query.

patch/projects/{project_id}/translations/verify

Path parameters

project_idstring required

Project ID

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Request body

branchstring

specify the branch to use

locale_idstring

specify the locale of the translations to be verified

qstring

Specify a query to find translations by content (including wildcards).

Note: Search is limited to 10000 results and may not include recently updated data (depending on the project size).

The following qualifiers are supported in the query:

  • id:translation_id,... for queries on a comma-separated list of ids
  • tags:XYZ for tags on the translation
  • unverified:{true|false} for verification status
  • excluded:{true|false} for exclusion status
  • updated_at:{>=|<=}2013-02-21T00:00:00Z for date range queries

Find more examples here.

Example request

{
  "branch": "my-feature-branch",
  "locale_id": "fc2f11dd6a658fa9652f6f0a9ebee688",
  "q": "PhraseApp*%20unverified:true%20tags:feature,center"
}

Response

OK

records_affectedinteger

Example response

{
  "records_affected": 96
}