Translation components API.

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

GET /api/translations/webinterface/webinterface/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/webinterface/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webinterface/cs/?format=api",
            "dictionary": null,
            "user": 84,
            "author": 84,
            "timestamp": "2020-10-26T08:20:02",
            "action": 0,
            "target": "",
            "id": 634106,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/634106/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/webinterface/webinterface/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webinterface/cs/?format=api",
            "dictionary": null,
            "user": 84,
            "author": null,
            "timestamp": "2020-10-26T08:20:02",
            "action": 17,
            "target": "",
            "id": 634107,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/634107/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/webinterface/webinterface/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webinterface/cs/?format=api",
            "dictionary": null,
            "user": 84,
            "author": 84,
            "timestamp": "2020-10-26T08:20:05",
            "action": 44,
            "target": "",
            "id": 634109,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/634109/?format=api"
        }
    ]
}