Changes API

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

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

{
    "count": 824761,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/changes/?format=api&page=41238",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/bk/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-11-04T19:06:35",
            "action": 18,
            "target": "",
            "id": 1198747,
            "action_name": "Pushed changes",
            "url": "http://weblate.ucs.ru/api/changes/1198747/?format=api"
        }
    ]
}