Translation projects API.

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

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

{
    "count": 2783,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/projects/sh5dct/changes/?format=api&page=139",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/sh5dct/main/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/sh5dct/main/sr/?format=api",
            "dictionary": null,
            "user": 219,
            "author": 219,
            "timestamp": "2026-05-05T08:31:23",
            "action": 44,
            "target": "",
            "id": 1350522,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1350522/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/sh5dct/main/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/sh5dct/main/fr/?format=api",
            "dictionary": null,
            "user": 219,
            "author": 219,
            "timestamp": "2026-05-05T08:31:23",
            "action": 44,
            "target": "",
            "id": 1350523,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1350523/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/sh5dct/main/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/sh5dct/main/bg/?format=api",
            "dictionary": null,
            "user": 219,
            "author": 219,
            "timestamp": "2026-05-05T08:31:23",
            "action": 44,
            "target": "",
            "id": 1350524,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1350524/?format=api"
        }
    ]
}