v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Releases

List releases

List all releases for the given distribution.

get/accounts/{account_id}/distributions/{distribution_id}/releases

Path parameters

account_idstring required

Account ID

distribution_idstring required

Distribution ID

Query parameters

pageinteger

Page number

per_pageinteger

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

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Response

OK

idstring
versioninteger
app_min_versionstring
app_max_versionstring
descriptionstring
platformsstring[]
environmentsstring[]
locale_codesstring[]
tagsstring[]
created_atstring date-time
updated_atstring date-time

Example response

[
  {
    "id": "abcd1234cdef1234abcd1234cdef1234",
    "version": 1,
    "project": {
      "id": "abcd1234cdef1234abcd1234cdef1234",
      "name": "My Android Project",
      "main_format": "xml",
      "created_at": "2015-01-28T09:52:53Z",
      "updated_at": "2015-01-28T09:52:53Z"
    },
    "platforms": [
      "android"
    ],
    "environments": [
      "development"
    ],
    "locale_codes": [
      "de",
      "en"
    ],
    "tags": [
      "android",
      "feature1"
    ],
    "created_at": "2015-01-28T09:52:53Z",
    "updated_at": "2015-01-28T09:52:53Z"
  }
]