Changes API.

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

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

{
    "unit": "http://translate.pkp.sfu.ca/api/units/171843/?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/nl/?format=api",
    "user": "http://translate.pkp.sfu.ca/api/users/HansSpijker/?format=api",
    "author": "http://translate.pkp.sfu.ca/api/users/HansSpijker/?format=api",
    "timestamp": "2020-10-19T12:00:05.319213Z",
    "action": 5,
    "target": "{$footNoteNum}. <strong>WAARSCHUWING:</strong> De database-dump-tool is niet geconfigureerd in het configuratiebestand config.inc.php. De configuratie is afhankelijk van uw serverconfiguratie en het type database dat u gebruikt. U dient deze te specificeren in de sectie [cli], in een configuratie-optie getiteld \"dump\". Gebruik voor MySQL de tool mysqldump, dat wil zeggen:<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 hostnaam</li>\n\t<li>Database gebruikersnaam</li>\n\t<li>Database wachtwoord</li>\n\t<li>Database naam</li>\n</ol>\nWees u ervan bewust dat dit het specificeren van het databasewachtwoord in de opdrachtregel inhoudt, wat een beveiligingsprobleem kan zijn.<br /><br />",
    "id": 102352,
    "action_name": "New translation",
    "url": "http://translate.pkp.sfu.ca/api/changes/102352/?format=api"
}