Changes API.

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

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

{
    "unit": "https://l10n.opensuse.org/api/units/11656796/?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:53.527141Z",
    "action": 9,
    "target": "\n/path rw,            # 古い形式\nrw /path,            # 許可を先に記述した例\nfile rw /path,       # 明示的に 'file' キーワードを指定した例\nallow file rw /path, # 明示的に 'allow' キーワードを指定した例\n",
    "id": 1473395,
    "action_name": "Translation uploaded",
    "url": "https://l10n.opensuse.org/api/changes/1473395/?format=api"
}