Changes API.

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

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

{
    "unit": "https://translate.yunohost.org/api/units/35575/?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": "2024-03-23T17:58:50.750993Z",
    "action": 59,
    "target": "You cannot remove '{domain}' since it's the main domain and your only domain, you need to first add another domain using 'yunohost domain add <another-domain.com>', then set is as the main domain using 'yunohost domain main-domain -n <another-domain.com>' and then you can remove the domain '{domain}' using 'yunohost domain remove {domain}'.",
    "id": 142550,
    "action_name": "String updated in the repository",
    "url": "https://translate.yunohost.org/api/changes/142550/?format=api"
}