Translation components API.

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

GET /api/translations/anaconda/f32/en/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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-12-20T11:48:59.413645Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "check forced",
                "filename": "f32/anaconda.pot"
            },
            "id": 17559732,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/17559732/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/anaconda/f32/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/anaconda/f32/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-03-05T10:03:03.183810Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 3059128,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3059128/?format=api"
        }
    ]
}