v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Versions / History

List all versions

List all changes done to a given translation.

get/projects/{project_id}/translations/{translation_id}/versions

Path parameters

project_idstring required

Project ID

translation_idstring required

Translation ID

Query parameters

pageinteger

Page number

per_pageinteger

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

branchstring

specify the branch to use

only_content_updatesboolean

Indicates whether only content updates should be returned

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Response

OK

idstring
contentstring
plural_suffixstring
created_atstring date-time
updated_atstring date-time
changed_atstring date-time

Example response

[
  {
    "user": {
      "id": "abcd1234cdef1234abcd1234cdef1234",
      "username": "joe.doe",
      "name": "Joe Doe"
    }
  }
]