Translation components API.

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

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