Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/webinterface/reportbrowser/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/reportbrowser/cs/?format=api",
            "dictionary": null,
            "user": 84,
            "author": 84,
            "timestamp": "2020-10-26T08:17:14",
            "action": 0,
            "target": "",
            "id": 634091,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/634091/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/webinterface/reportbrowser/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/reportbrowser/cs/?format=api",
            "dictionary": null,
            "user": 84,
            "author": null,
            "timestamp": "2020-10-26T08:17:14",
            "action": 17,
            "target": "",
            "id": 634092,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/634092/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/webinterface/reportbrowser/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/reportbrowser/cs/?format=api",
            "dictionary": null,
            "user": 84,
            "author": 84,
            "timestamp": "2020-10-26T08:17:17",
            "action": 44,
            "target": "",
            "id": 634094,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/634094/?format=api"
        }
    ]
}