Translation components API.

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

GET /api/translations/yunohost-apps-test/cloudlog/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/cloudlog/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/cloudlog/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:34.645654Z",
            "action": 0,
            "target": "",
            "id": 211408,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/211408/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/139083/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/cloudlog/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/cloudlog/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:34.645613Z",
            "action": 71,
            "target": "This is an ideal general-purpose logging application, supporting HF to Microwave, it can even interface with your radio via CAT, sync logs from WSJT-X & if you are a satellite operator integrates with SatPC32.",
            "id": 211407,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/211407/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/139082/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/cloudlog/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/cloudlog/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:34.645527Z",
            "action": 71,
            "target": "Cloudlog is an open-source PHP & MySQL based amateur radio logging application, allowing you to log contacts via a web browser on any device and platform.",
            "id": 211406,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/211406/?format=api"
        }
    ]
}