Translation components API.

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

GET /api/translations/gm-notes/glossary/fi/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/gm-notes/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/gm-notes/glossary/fi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T12:08:24.591569Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 360677,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/360677/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/231275/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/gm-notes/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/gm-notes/glossary/fi/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
            "timestamp": "2023-06-24T21:35:51.152286Z",
            "action": 31,
            "target": "PJ",
            "old": "",
            "details": {},
            "id": 351972,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/351972/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/gm-notes/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/gm-notes/glossary/fi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-06-24T21:31:52.589337Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "fi.tbx"
            },
            "id": 351964,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/351964/?format=api"
        }
    ]
}