Translation components API.

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

GET /api/translations/eiciel/master/ja/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 81,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/eiciel/master/ja/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/14002657/?format=api",
            "component": "https://l10n.opensuse.org/api/components/eiciel/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/eiciel/master/ja/?format=api",
            "user": "https://l10n.opensuse.org/api/users/YasuhikoKamata/?format=api",
            "author": "https://l10n.opensuse.org/api/users/YasuhikoKamata/?format=api",
            "timestamp": "2022-09-03T12:04:32.165344Z",
            "action": 5,
            "target": "グループ所有者/ユーザ ACL/グループ ACL にマスクが設定されています",
            "id": 2152595,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/2152595/?format=api"
        }
    ]
}