Changes API.

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

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

{
    "unit": "https://translate.yunohost.org/api/units/28420/?format=api",
    "component": "https://translate.yunohost.org/api/components/yunohost/core/?format=api",
    "translation": "https://translate.yunohost.org/api/translations/yunohost/core/fr/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-03-23T17:58:59.258878Z",
    "action": 30,
    "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": 142704,
    "action_name": "Source string changed",
    "url": "https://translate.yunohost.org/api/changes/142704/?format=api"
}