Translation projects API.

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

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

{
    "count": 151802,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/projects/kiosk2/changes/?format=api&page=7590",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/default/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/default/ru/?format=api",
            "dictionary": null,
            "user": 150,
            "author": null,
            "timestamp": "2025-06-30T13:26:42",
            "action": 17,
            "target": "",
            "id": 1304144,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/1304144/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/default/?format=api",
            "translation": null,
            "dictionary": null,
            "user": 150,
            "author": null,
            "timestamp": "2025-06-30T13:26:45",
            "action": 18,
            "target": "",
            "id": 1304145,
            "action_name": "Pushed changes",
            "url": "http://weblate.ucs.ru/api/changes/1304145/?format=api"
        }
    ]
}