Translation components API.

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

GET /api/translations/hey-wait/glossary/ja/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/hey-wait/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/ja/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Couls/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Couls/?format=api",
            "timestamp": "2023-04-21T04:17:24.963050Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "check forced",
                "filename": "ja.tbx"
            },
            "id": 307406,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/307406/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-08T15:58:39.282301Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "ja.tbx"
            },
            "id": 263340,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/263340/?format=api"
        }
    ]
}