Translation components API.

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

GET /api/translations/marketing-desktop/md-schedules/bg/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 41,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/marketing-desktop/md-schedules/bg/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/marketing-desktop/md-schedules/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/marketing-desktop/md-schedules/bg/?format=api",
            "dictionary": null,
            "user": 101,
            "author": 101,
            "timestamp": "2019-05-27T18:27:38",
            "action": 1,
            "target": "",
            "id": 204064,
            "action_name": "Translation completed",
            "url": "http://weblate.ucs.ru/api/changes/204064/?format=api"
        }
    ]
}