Translation components API.

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

GET /api/translations/yunohost-apps-test/ulogger/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/ulogger/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/ulogger/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:40:58.127444Z",
            "action": 0,
            "target": "",
            "id": 209081,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/209081/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/137106/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/ulogger/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/ulogger/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:40:58.127406Z",
            "action": 71,
            "target": "Together with a dedicated [μlogger mobile client](https://github.com/bfabiszewski/ulogger-android) it may be used as a complete self hosted server–client solution for logging and monitoring users' geolocation.",
            "id": 209080,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/209080/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/137104/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/ulogger/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/ulogger/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:40:58.127339Z",
            "action": 71,
            "target": "μlogger is a web application for real-time collection of geolocation data, tracks viewing and management.",
            "id": 209079,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/209079/?format=api"
        }
    ]
}