Translation components API.

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

GET /api/translations/forien-quest-log/glossary/zh_Hans/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/glossary/zh_Hans/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-08T12:23:59.560087Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 360148,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/360148/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/glossary/zh_Hans/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/typhonrt/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/typhonrt/?format=api",
            "timestamp": "2022-09-05T18:01:56.826768Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "check forced",
                "filename": "zh_Hans.tbx"
            },
            "id": 25203,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/25203/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/19417/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/glossary/zh_Hans/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-05T18:01:56.826620Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 100,
                "source": "UUID",
                "old_state": 0
            },
            "id": 25202,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/25202/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/19417/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/glossary/zh_Hans/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-05T17:28:56.388878Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 24824,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/24824/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/glossary/zh_Hans/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-05T00:38:15.960886Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "zh_Hans.tbx"
            },
            "id": 19377,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/19377/?format=api"
        }
    ]
}