Translation components API.

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

GET /api/components/yunohost-apps-test/dont-code/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 53,
    "next": null,
    "previous": "https://translate.yunohost.org/api/components/yunohost-apps-test/dont-code/changes/?format=api",
    "results": [
        {
            "unit": "https://translate.yunohost.org/api/units/133952/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/dont-code/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/dont-code/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:39:59.629567Z",
            "action": 71,
            "target": "They are not integrated with yunohost sso or LDAP: Any client application can call the installed services",
            "id": 205483,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/205483/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/133950/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/dont-code/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/dont-code/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:39:59.629526Z",
            "action": 71,
            "target": "This application is installing services and mongo databases on top of Yunohost services",
            "id": 205482,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/205482/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/dont-code/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:38:53.205922Z",
            "action": 51,
            "target": "",
            "id": 202880,
            "action_name": "Component created",
            "url": "https://translate.yunohost.org/api/changes/202880/?format=api"
        }
    ]
}