Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/anaconda/f32/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/anaconda/f32/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-12-20T11:49:13.779354Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "check forced",
                "filename": "f32/da.po"
            },
            "id": 17559822,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/17559822/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/anaconda/f32/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/anaconda/f32/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-03-05T10:33:22.099464Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 3060369,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3060369/?format=api"
        }
    ]
}