Translation projects API.

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

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

{
    "count": 3284,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/projects/webinterface/changes/?format=api&page=164",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/webinterface/formats/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/formats/bg/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-03-21T12:44:51",
            "action": 44,
            "target": "",
            "id": 1347528,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1347528/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/webinterface/formats/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-03-24T09:42:17",
            "action": 20,
            "target": "",
            "id": 1347535,
            "action_name": "Merged repository",
            "url": "http://weblate.ucs.ru/api/changes/1347535/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/webinterface/reportbrowser/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/reportbrowser/bg/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-03-24T09:42:18",
            "action": 0,
            "target": "",
            "id": 1347536,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1347536/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/webinterface/webreports/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/webinterface/webreports/bg/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-03-24T09:42:19",
            "action": 0,
            "target": "",
            "id": 1347537,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/1347537/?format=api"
        }
    ]
}