Changes API.

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

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

{
    "unit": "http://translate.pkp.sfu.ca/api/units/697857/?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/hu/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-02-17T04:35:25.765081Z",
    "action": 59,
    "target": "Használat: {$scriptName} {$pluginName} [command] ...\nParancsok:\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\nPéldák:\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": 634663,
    "action_name": "String updated in the repository",
    "url": "http://translate.pkp.sfu.ca/api/changes/634663/?format=api"
}