Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "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/ru/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-05-13T07:55:53",
            "action": 0,
            "target": "",
            "id": 1151778,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1151778/?format=api"
        }
    ]
}