Changes API.

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

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

{
    "unit": "https://translate.yunohost.org/api/units/68073/?format=api",
    "component": "https://translate.yunohost.org/api/components/yunohost/core/?format=api",
    "translation": "https://translate.yunohost.org/api/translations/yunohost/core/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-10-31T15:43:40.977294Z",
    "action": 59,
    "target": "When creating new backups, compress the archives (.tar.gz) instead of uncompressed archives (.tar). N.B. : enabling this option means create lighter backup archives, but the initial backup procedure will be significantly longer and heavy on CPU.",
    "id": 77979,
    "action_name": "String updated in the repository",
    "url": "https://translate.yunohost.org/api/changes/77979/?format=api"
}