Translation components API.

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

GET /api/translations/storehouse5/dset/ro/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/storehouse5/dset/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/dset/ro/?format=api",
            "dictionary": null,
            "user": 6,
            "author": 6,
            "timestamp": "2020-03-25T09:39:16",
            "action": 0,
            "target": "",
            "id": 445367,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/445367/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/dset/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/dset/ro/?format=api",
            "dictionary": null,
            "user": 6,
            "author": null,
            "timestamp": "2020-03-25T09:39:16",
            "action": 17,
            "target": "",
            "id": 445368,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/445368/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/dset/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/dset/ro/?format=api",
            "dictionary": null,
            "user": 6,
            "author": 6,
            "timestamp": "2020-03-25T09:39:28",
            "action": 44,
            "target": "",
            "id": 445371,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/445371/?format=api"
        }
    ]
}