Translation components API.

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

GET /api/translations/storehouse5/domm/ka/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/domm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/domm/ka/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-08-02T12:09:25",
            "action": 0,
            "target": "",
            "id": 264041,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/264041/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/domm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/domm/ka/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-08-02T12:09:31",
            "action": 44,
            "target": "",
            "id": 264044,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/264044/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/domm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/domm/ka/?format=api",
            "dictionary": null,
            "user": 6,
            "author": null,
            "timestamp": "2019-09-19T12:04:50",
            "action": 17,
            "target": "",
            "id": 341752,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/341752/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/domm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/domm/ka/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-09-26T12:10:35",
            "action": 0,
            "target": "",
            "id": 353194,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/353194/?format=api"
        }
    ]
}