Translation projects API.

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

GET /api/projects/r_k_Delivery/changes/?format=api&page=275
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5481,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/projects/r_k_Delivery/changes/?format=api&page=274",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/r_k_Delivery/call-center/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-08-19T03:11:25",
            "action": 18,
            "target": "",
            "id": 1312233,
            "action_name": "Pushed changes",
            "url": "http://weblate.ucs.ru/api/changes/1312233/?format=api"
        }
    ]
}