Translation components API.

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

GET /api/translations/storehouse5/domm/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/domm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/domm/ru/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-08-02T12:09:27",
            "action": 0,
            "target": "",
            "id": 264042,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/264042/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/domm/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/domm/ru/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-09-26T12:10:38",
            "action": 0,
            "target": "",
            "id": 353195,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/353195/?format=api"
        }
    ]
}