Translation components API.

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

GET /api/translations/yunohost-apps-test/prettynoemiecms/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/prettynoemiecms/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/prettynoemiecms/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:39:35.919782Z",
            "action": 0,
            "target": "",
            "id": 204675,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/204675/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/133376/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/prettynoemiecms/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/prettynoemiecms/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:39:35.919742Z",
            "action": 71,
            "target": "PrettyNoemieCMS offers its users an ergonomic solution, simple and elegant to build in no time responsive windows sites with modern design.  The construction of your site will consist of arranging at your convenience various modules, edit their content, and customize your site by choosing fonts, formatting text, and display colors.",
            "id": 204674,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/204674/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/133375/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/prettynoemiecms/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/prettynoemiecms/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:39:35.919662Z",
            "action": 71,
            "target": "You can configure this app via the admin panel at: `__DOMAIN____PATH__admin`",
            "id": 204673,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/204673/?format=api"
        }
    ]
}