Translation components API.

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

GET /api/translations/otrs/service-management/sl/changes/?format=api&page=6
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 252,
    "next": null,
    "previous": "http://translate.otrs.com/api/translations/otrs/service-management/sl/changes/?format=api&page=5",
    "results": [
        {
            "unit": null,
            "component": "http://translate.otrs.com/api/components/otrs/service-management/?format=api",
            "translation": "http://translate.otrs.com/api/translations/otrs/service-management/sl/?format=api",
            "user": "http://translate.otrs.com/api/users/bu/?format=api",
            "author": "http://translate.otrs.com/api/users/bu/?format=api",
            "timestamp": "2020-09-18T18:33:25.487366Z",
            "action": 0,
            "target": "",
            "id": 208122,
            "action_name": "Resource updated",
            "url": "http://translate.otrs.com/api/changes/208122/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.otrs.com/api/components/otrs/service-management/?format=api",
            "translation": "http://translate.otrs.com/api/translations/otrs/service-management/sl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-09-11T07:15:51.274471Z",
            "action": 0,
            "target": "",
            "id": 205248,
            "action_name": "Resource updated",
            "url": "http://translate.otrs.com/api/changes/205248/?format=api"
        }
    ]
}