Translation components API.

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

GET /api/translations/kiosk2/bk/en/changes/?format=api&page=7
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 123,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/kiosk2/bk/en/changes/?format=api&page=6",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/1397711/?format=api",
            "component": "http://weblate.ucs.ru/api/components/kiosk2/bk/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/bk/en/?format=api",
            "dictionary": null,
            "user": 176,
            "author": 176,
            "timestamp": "2024-03-05T08:02:51",
            "action": 45,
            "target": "",
            "id": 1123347,
            "action_name": "New contributor",
            "url": "http://weblate.ucs.ru/api/changes/1123347/?format=api"
        },
        {
            "unit": "http://weblate.ucs.ru/api/units/1397711/?format=api",
            "component": "http://weblate.ucs.ru/api/components/kiosk2/bk/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/bk/en/?format=api",
            "dictionary": null,
            "user": 176,
            "author": 176,
            "timestamp": "2024-03-05T08:02:51",
            "action": 2,
            "target": "Use crowns",
            "id": 1123348,
            "action_name": "Translation changed",
            "url": "http://weblate.ucs.ru/api/changes/1123348/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/kiosk2/bk/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/kiosk2/bk/en/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-05-12T01:24:07",
            "action": 17,
            "target": "",
            "id": 1151394,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/1151394/?format=api"
        }
    ]
}