Changes API

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

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

{
    "count": 848543,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/changes/?format=api&page=42427",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/2563197/?format=api",
            "component": "http://weblate.ucs.ru/api/components/rk-lite/rk_lite_sysname/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/rk-lite/rk_lite_sysname/en/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-02-06T09:17:11",
            "action": 13,
            "target": "",
            "id": 1222634,
            "action_name": "New source string",
            "url": "http://weblate.ucs.ru/api/changes/1222634/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk-lite/rk_lite_sysname/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/rk-lite/rk_lite_sysname/en/?format=api",
            "dictionary": null,
            "user": 206,
            "author": 206,
            "timestamp": "2025-02-06T09:17:11",
            "action": 0,
            "target": "",
            "id": 1222635,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1222635/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk-lite/rk_lite_sysname/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/rk-lite/rk_lite_sysname/ru/?format=api",
            "dictionary": null,
            "user": 206,
            "author": 206,
            "timestamp": "2025-02-06T09:17:18",
            "action": 0,
            "target": "",
            "id": 1222636,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1222636/?format=api"
        }
    ]
}