Changes API.

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

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

{
    "unit": "https://translate.yunohost.org/api/units/6722/?format=api",
    "component": "https://translate.yunohost.org/api/components/yunohost/core/?format=api",
    "translation": "https://translate.yunohost.org/api/translations/yunohost/core/pt/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2021-01-01T19:47:17.910283Z",
    "action": 30,
    "target": "Those applications are still installed on your domain:\n{apps}\n\nPlease uninstall them using 'yunohost app remove the_app_id' or move them to another domain using 'yunohost app change-url the_app_id' before proceeding to domain removal",
    "id": 20527,
    "action_name": "Source string changed",
    "url": "https://translate.yunohost.org/api/changes/20527/?format=api"
}