Changes API.

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

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

{
    "unit": "https://translate.yunohost.org/api/units/149773/?format=api",
    "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/nodered/?format=api",
    "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/nodered/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-04-03T22:16:21.191501Z",
    "action": 71,
    "target": "module.exports = (defaultSettings) => ({\n    lang: \"de\", // define the language as \"de\"\n    exportGlobalContextKeys: true, // override the `exportGlobalContextKeys` value\nlogging: { // replace the default logging option ...defaultSettings.logging, // this will reinject the default settings in logging\n        console: {\n            ...defaultSettings.logging.level, // this will reinject the default settings in logging.console\n            level: \"debug\", // but here, we override the \"info\" level by \"debug\"\n        },\n    },\n});\n",
    "id": 225816,
    "action_name": "String added in the repository",
    "url": "https://translate.yunohost.org/api/changes/225816/?format=api"
}