Translation projects API.

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

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

{
    "count": 7082,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/projects/guestscreen/changes/?format=api&page=354",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/guestscreen/common/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/guestscreen/common/de_AT/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-03-05T10:56:53",
            "action": 17,
            "target": "",
            "id": 1235513,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/1235513/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/guestscreen/common/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-03-05T10:56:54",
            "action": 22,
            "target": "error: Your local changes to the following files would be overwritten by checkout:\n\tsrc/views/ScreenPage.vue\nPlease, commit your changes or stash them before you can switch branches.\nAborting (1)",
            "id": 1235514,
            "action_name": "Failed merge on repository",
            "url": "http://weblate.ucs.ru/api/changes/1235514/?format=api"
        }
    ]
}