Translation components API.

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

GET /api/translations/yunohost/ssowat/te/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51,
    "next": null,
    "previous": "https://translate.yunohost.org/api/translations/yunohost/ssowat/te/changes/?format=api",
    "results": [
        {
            "unit": "https://translate.yunohost.org/api/units/66066/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost/ssowat/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/ssowat/te/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-06T21:19:10.369718Z",
            "action": 59,
            "target": "",
            "id": 64163,
            "action_name": "String updated in the repository",
            "url": "https://translate.yunohost.org/api/changes/64163/?format=api"
        }
    ]
}