Changes API.

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

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

{
    "unit": "http://translate.pkp.sfu.ca/api/units/10628/?format=api",
    "component": "http://translate.pkp.sfu.ca/api/components/ojs/importexport-native/?format=api",
    "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/importexport-native/fr_CA/?format=api",
    "user": "http://translate.pkp.sfu.ca/api/users/mariehelene/?format=api",
    "author": "http://translate.pkp.sfu.ca/api/users/mariehelene/?format=api",
    "timestamp": "2020-01-28T16:34:44.673923Z",
    "action": 2,
    "target": "Utilisation : {$scriptName} {$pluginName} [command] ...\nCommandes :\n\timport [xmlFileName] [journal_path] [user_name] ...\n\texport [xmlFileName] [journal_path] articles [articleId1] [articleId2] ...\n\texport [xmlFileName] [journal_path] article [articleId]\n\texport [xmlFileName] [journal_path] issues [issueId1] [issueId2] ...\n\texport [xmlFileName] [journal_path] issue [issueId]\n\nDes paramètres supplémentaires sont requis pour importer des données comme suit, selon\nle nœud racine du document XML.\n\nSi le noeud racine est <article> ou <articles>, des paramètres supplémentaires sont requis.\nLes formats suivants sont acceptés :\n\n{$scriptName} {$pluginName} import [xmlFileName] [journal_path] [user_name]\n\tissue_id [issueId] section_id [sectionId]\n\n{$scriptName} {$pluginName} import [xmlFileName] [journal_path] [user_name]\n\tissue_id [issueId] section_name [name]\n\n{$scriptName} {$pluginName} import [xmlFileName] [journal_path]\n\tissue_id [issueId] section_abbrev [abbrev]\n",
    "id": 15669,
    "action_name": "Translation changed",
    "url": "http://translate.pkp.sfu.ca/api/changes/15669/?format=api"
}