Changes API.

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

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

{
    "unit": "https://translate.yunohost.org/api/units/49123/?format=api",
    "component": "https://translate.yunohost.org/api/components/yunohost/core/?format=api",
    "translation": "https://translate.yunohost.org/api/translations/yunohost/core/uk/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2021-09-29T16:43:25.590161Z",
    "action": 30,
    "target": "You cannot enable 'show_tile' right now, because the URL for the permission '{permission}' is a regex",
    "id": 42871,
    "action_name": "Source string changed",
    "url": "https://translate.yunohost.org/api/changes/42871/?format=api"
}