Translation components API.

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

GET /api/translations/r_k_Delivery/call-center/en/changes/?format=api&page=20
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 381,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/r_k_Delivery/call-center/en/changes/?format=api&page=19",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/r_k_Delivery/call-center/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/r_k_Delivery/call-center/en/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-07-06T10:19:05",
            "action": 17,
            "target": "",
            "id": 1163821,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/1163821/?format=api"
        }
    ]
}