Translation components API.

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

GET /api/translations/healthEstimate/glossary/es/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://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/glossary/es/?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:39:08.762304Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "check forced",
                "filename": "es.tbx"
            },
            "id": 463249,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/463249/?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/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-05T18:49:31.173884Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "es.tbx"
            },
            "id": 26735,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/26735/?format=api"
        }
    ]
}