Translation components API.

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

GET /api/translations/polyglot/glossary/ko/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/polyglot/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-08T12:23:58.730949Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 360132,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/360132/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/19586/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-05T18:41:44.605554Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 25321,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/25321/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-05T00:47:48.315631Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "ko.tbx"
            },
            "id": 20119,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/20119/?format=api"
        }
    ]
}