Changes API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/changes/77260/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "https://l10n.xwiki.org/api/units/331153/?format=api",
    "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-documenttreetranslations/?format=api",
    "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-documenttreetranslations/ru/?format=api",
    "user": "https://l10n.xwiki.org/api/users/Den/?format=api",
    "author": "https://l10n.xwiki.org/api/users/Den/?format=api",
    "timestamp": "2019-02-01T02:09:13.791037Z",
    "action": 5,
    "target": "Идентификатор корневого узла. Это полезно, если вы хотите отобразить только потомков данного узла (который является указанным корнем). Дерево отображает дочерние элементы корневого узла на первом уровне, поэтому корневой узел фактически не отображается. Все дерево отображается, если корневой узел не указан. Формат идентификатора узла - entityType: entityReference, где типом сущности может быть, например, wiki, space, document. Например: wiki: xwiki, пробел: xwiki: Main, документ: xwiki: Main.WebHome",
    "id": 77260,
    "action_name": "Translation added",
    "url": "https://l10n.xwiki.org/api/changes/77260/?format=api"
}