Translation components API.

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

GET /api/translations/storehouse5/dset/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/dset/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/dset/ka/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-08-02T12:05:32",
            "action": 0,
            "target": "",
            "id": 264012,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/264012/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/dset/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/dset/ka/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-08-02T12:05:44",
            "action": 44,
            "target": "",
            "id": 264015,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/264015/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/dset/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/dset/ka/?format=api",
            "dictionary": null,
            "user": 6,
            "author": null,
            "timestamp": "2019-09-19T12:22:12",
            "action": 17,
            "target": "",
            "id": 342139,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/342139/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/dset/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/dset/ka/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-09-26T12:11:22",
            "action": 0,
            "target": "",
            "id": 353217,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/353217/?format=api"
        }
    ]
}