Translation components API.

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

GET /api/translations/connection-monitor/glossary/pt_BR/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/connection-monitor/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/connection-monitor/glossary/pt_BR/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/cs96and/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/cs96and/?format=api",
            "timestamp": "2024-02-27T15:29:11.676259Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "check forced",
                "filename": "pt_BR.tbx"
            },
            "id": 443373,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/443373/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/connection-monitor/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/connection-monitor/glossary/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-12T04:46:21.958535Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "pt_BR.tbx"
            },
            "id": 277633,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/277633/?format=api"
        }
    ]
}