Changes API.

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

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

{
    "unit": "http://translate.pkp.sfu.ca/api/units/94361/?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/pt_BR/?format=api",
    "user": "http://translate.pkp.sfu.ca/api/users/diegojmacedo/?format=api",
    "author": "http://translate.pkp.sfu.ca/api/users/diegojmacedo/?format=api",
    "timestamp": "2020-06-06T00:21:49.012619Z",
    "action": 2,
    "target": "Uso: {$scriptName} {$pluginName} [comando] ...\nComandos:\n\timport [xmlFileName] [press_path] [optional flags]\n\texport [xmlFileName] [press_path]\n\texport [xmlFileName] [press_path] [role_path1] [role_path2] ...\n\nFlags opcionais:\n\tcontinue_on_error: Caso especificado, não interrompe a importação de usuários mesmo ocorrendo erro\n\n\tsend_notify: Caso especificado, enviar e-mails de notificação contendo login\n\t\te senha para usuários importados\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": 59838,
    "action_name": "Translation changed",
    "url": "http://translate.pkp.sfu.ca/api/changes/59838/?format=api"
}