Changes API.

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

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

{
    "unit": "http://translate.pkp.sfu.ca/api/units/410090/?format=api",
    "component": "http://translate.pkp.sfu.ca/api/components/plugins/backup-plugin/?format=api",
    "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/backup-plugin/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-02-17T22:32:14.945404Z",
    "action": 59,
    "target": "{$footNoteNum}. <strong>WARNING:</strong> The database dump tool has not been configured in the config.inc.php configuration file. The configuration will depend on your server configuration and the type of database you use. It should be specified in a section called [cli], in a configuration option called \"dump\". For MySQL, use the mysqldump tool, i.e.:<br />\n<pre>[cli]\ndump = \"/usr/bin/mysqldump -h {$hostname} -u {$username} -p{$password} {$databasename}\"\n</pre>\nThe \"%s\" tokens will be replaced with, in order:<ol>\n\t<li>Database hostname</li>\n\t<li>Database username</li>\n\t<li>Database password</li>\n\t<li>Database name</li>\n</ol>\nNote that this involves specifying the database password in the command line, which may be a security concern.<br /><br />",
    "id": 672299,
    "action_name": "String updated in the repository",
    "url": "http://translate.pkp.sfu.ca/api/changes/672299/?format=api"
}