Translation components API.

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

GET /api/translations/rk_lite/rklorest/ru/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/rk_lite/rklorest/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/rk_lite/rklorest/ru/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-03-28T15:48:24",
            "action": 0,
            "target": "",
            "id": 1139696,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1139696/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk_lite/rklorest/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/rk_lite/rklorest/ru/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-04-01T10:58:16",
            "action": 0,
            "target": "",
            "id": 1140701,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1140701/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk_lite/rklorest/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/rk_lite/rklorest/ru/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-04-01T13:20:09",
            "action": 0,
            "target": "",
            "id": 1141167,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1141167/?format=api"
        }
    ]
}