Translation components API.

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

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

{
    "count": 2,
    "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/ru/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-08-02T12:05:41",
            "action": 0,
            "target": "",
            "id": 264013,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/264013/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/dset/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/dset/ru/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-09-26T12:11:32",
            "action": 0,
            "target": "",
            "id": 353218,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/353218/?format=api"
        }
    ]
}