Translation components API.

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

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

{
    "count": 22,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/marketing-desktop/md-emailsenderregistration/en/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/marketing-desktop/md-emailsenderregistration/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/marketing-desktop/md-emailsenderregistration/en/?format=api",
            "dictionary": null,
            "user": 71,
            "author": null,
            "timestamp": "2018-07-30T16:18:33",
            "action": 17,
            "target": "",
            "id": 53711,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/53711/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/marketing-desktop/md-emailsenderregistration/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/marketing-desktop/md-emailsenderregistration/en/?format=api",
            "dictionary": null,
            "user": 71,
            "author": 71,
            "timestamp": "2018-07-30T16:18:33",
            "action": 1,
            "target": "",
            "id": 53712,
            "action_name": "Translation completed",
            "url": "http://weblate.ucs.ru/api/changes/53712/?format=api"
        }
    ]
}