Translation components API.

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

GET /api/translations/succ-swade-unlimited-condition-changer/glossary/ko/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/231916/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/succ-swade-unlimited-condition-changer/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/succ-swade-unlimited-condition-changer/glossary/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-06-27T06:51:21.211557Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 354590,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/354590/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/succ-swade-unlimited-condition-changer/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/succ-swade-unlimited-condition-changer/glossary/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-18T16:18:43.170960Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "ko.tbx"
            },
            "id": 305185,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/305185/?format=api"
        }
    ]
}