v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Distributions

List distributions

List all distributions for the given account.

get/accounts/{account_id}/distributions

Path parameters

account_idstring required

Account 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
namestring
platformsstring[]
release_countinteger
created_atstring date-time
updated_atstring date-time
deleted_atstring date-time nullable

Example response

[
  {
    "id": "abcd1234cdef1234abcd1234cdef1234",
    "name": "Android Distribution",
    "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"
    ],
    "release_count": 10,
    "created_at": "2015-01-28T09:52:53Z",
    "updated_at": "2015-01-28T09:52:53Z"
  }
]