Translation components API.

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

GET /api/translations/healthEstimate/glossary/cs/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://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/glossary/cs/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/mclemente/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/mclemente/?format=api",
            "timestamp": "2024-06-09T07:38:49.681756Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "check forced",
                "filename": "cs.tbx"
            },
            "id": 463247,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/463247/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/glossary/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-20T16:37:05.727281Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "cs.tbx"
            },
            "id": 378767,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/378767/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/glossary/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-20T16:37:05.643678Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 378766,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/378766/?format=api"
        }
    ]
}