Translation components API.

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

GET /api/translations/rk_lite/ststoresettings/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/1737771/?format=api",
            "component": "http://weblate.ucs.ru/api/components/rk_lite/ststoresettings/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/rk_lite/ststoresettings/en/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2020-05-19T07:05:28",
            "action": 13,
            "target": "",
            "id": 539013,
            "action_name": "New source string",
            "url": "http://weblate.ucs.ru/api/changes/539013/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk_lite/ststoresettings/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/rk_lite/ststoresettings/en/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2020-05-19T07:05:28",
            "action": 0,
            "target": "",
            "id": 539014,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/539014/?format=api"
        }
    ]
}