Changes API.

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

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

{
    "unit": "http://translate.pkp.sfu.ca/api/units/237529/?format=api",
    "component": "http://translate.pkp.sfu.ca/api/components/omp/importexport-users/?format=api",
    "translation": "http://translate.pkp.sfu.ca/api/translations/omp/importexport-users/nb_NO/?format=api",
    "user": "http://translate.pkp.sfu.ca/api/users/eirikh/?format=api",
    "author": "http://translate.pkp.sfu.ca/api/users/eirikh/?format=api",
    "timestamp": "2020-10-21T14:56:53.224260Z",
    "action": 2,
    "target": "Usage: {$scriptName} {$pluginName} [command] ...\nCommands:\n\timport [xmlFileName] [press_path] [optional flags]\n\texport [xmlFileName] [press_path]\n\texport [xmlFileName] [press_path] [role_path1] [role_path2] ...\n\nOptional flags:\n\tcontinue_on_error: If specified, do not stop importing users if an error occurs\n\n\tsend_notify: If specified, send notification emails containing usernames\n\t\tand passwords to imported users\n\nExamples:\n\tImport users into myPress from myImportFile.xml, continuing on error:\n\t{$scriptName} {$pluginName} import myImportFile.xml myPress continue_on_error\n\n\tExport all users from myPress:\n\t{$scriptName} {$pluginName} export myExportFile.xml myPress\n\n\tExport all users registered as reviewers, along with their reviewer roles only:\n\t{$scriptName} {$pluginName} export myExportFile.xml myPress reviewer\n",
    "id": 103749,
    "action_name": "Translation changed",
    "url": "http://translate.pkp.sfu.ca/api/changes/103749/?format=api"
}