Changes API.

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

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

{
    "unit": "http://translate.pkp.sfu.ca/api/units/698025/?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/uk/?format=api",
    "user": "http://translate.pkp.sfu.ca/api/users/Petro/?format=api",
    "author": "http://translate.pkp.sfu.ca/api/users/Petro/?format=api",
    "timestamp": "2023-06-02T18:20:41.793846Z",
    "action": 2,
    "target": "Використання: {$scriptName} {$pluginName} [команда] …\nКоманди:\n\timport [xmlFileName] [press_path] [optional flags]\n\texport [xmlFileName] [press_path]\n\texport [xmlFileName] [press_path] [role_path1] [role_path2] ...\n\nДодаткові прапорці:\n\tcontinue_on_error: Якщо включено, не припиняє імпорт користувачів у випадку виникнення помилки\n\n\tsend_notify: Якщо включено, відправляє листи-повідомлення, які містять імена користувачів\n\t\tі паролі для імпортованих користувачів\n\nПриклади:\n\tІмпорт користувачів у myPress із myImportFile.xml, який продовжується за помилкою:\n\t{$scriptName} {$pluginName} import myImportFile.xml myPress continue_on_error\n\n\tЕкспорт усіх користувачів із myPress:\n\t{$scriptName} {$pluginName} export myExportFile.xml myPress.\n\n\tЕкспорт усіх користувачів, зареєстрованих як рецензенти, лише з їхньою роллю рецензентів:\n\t{$scriptName} {$pluginName} export myExportFile.xml myPress reviewer\n",
    "id": 770853,
    "action_name": "Translation changed",
    "url": "http://translate.pkp.sfu.ca/api/changes/770853/?format=api"
}