Translation projects API.

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

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

{
    "count": 3343,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/projects/menuboard/changes/?format=api&page=167",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/2082234/?format=api",
            "component": "http://weblate.ucs.ru/api/components/menuboard/common/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/menuboard/common/hu/?format=api",
            "dictionary": null,
            "user": 104,
            "author": 104,
            "timestamp": "2025-08-25T14:57:33",
            "action": 5,
            "target": "Sablon importálási hiba",
            "id": 1313432,
            "action_name": "New translation",
            "url": "http://weblate.ucs.ru/api/changes/1313432/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/menuboard/common/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/menuboard/common/hu/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-08-25T15:04:17",
            "action": 17,
            "target": "",
            "id": 1313433,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/1313433/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/menuboard/common/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-08-25T15:04:19",
            "action": 18,
            "target": "",
            "id": 1313434,
            "action_name": "Pushed changes",
            "url": "http://weblate.ucs.ru/api/changes/1313434/?format=api"
        }
    ]
}