Translation components API.

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

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

{
    "count": 175303,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/components/storehouse5/sh/changes/?format=api&page=8765",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/2464000/?format=api",
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh/en/?format=api",
            "dictionary": null,
            "user": 67,
            "author": 67,
            "timestamp": "2026-05-05T10:08:18",
            "action": 5,
            "target": "172=Grid.Columns",
            "id": 1350525,
            "action_name": "New translation",
            "url": "http://weblate.ucs.ru/api/changes/1350525/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh/en/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-05-05T10:09:29",
            "action": 17,
            "target": "",
            "id": 1350526,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/1350526/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2026-05-05T10:09:33",
            "action": 18,
            "target": "",
            "id": 1350527,
            "action_name": "Pushed changes",
            "url": "http://weblate.ucs.ru/api/changes/1350527/?format=api"
        }
    ]
}