Changes API.

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

GET /api/changes/1473428/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "https://l10n.opensuse.org/api/units/11656841/?format=api",
    "component": "https://l10n.opensuse.org/api/components/doc-sle-translations/apparmor_profiles-master/?format=api",
    "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/apparmor_profiles-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": "2020-07-07T02:16:55.415923Z",
    "action": 9,
    "target": "# 任意のルートディレクトリを許可する\npivot_root,\n\n# 新しいルートディレクトリは任意で、古いルートディレクトリのみ\n# /mnt/root/old/ に制限する\npivot_root oldroot=/mnt/root/old/,\n\n# 新しいルートディレクトリのみ /mnt/root/ に制限する\npivot_root /mnt/root/,\n\n# 古いルートディレクトリを /mnt/root/old/ に、\n# 新しいルートディレクトリを /mnt/root/ に制限する\npivot_root oldroot=/mnt/root/old/ /mnt/root/,\n\n# 古いルートディレクトリを /mnt/root/old/ に、\n# 新しいルートディレクトリを /mnt/root/ に制限し、\n# /mnt/root/sbin/init のプロファイルに遷移する\npivot_root oldroot=/mnt/root/old/ /mnt/root/ -> /mnt/root/sbin/init,",
    "id": 1473428,
    "action_name": "Translation uploaded",
    "url": "https://l10n.opensuse.org/api/changes/1473428/?format=api"
}