Translation components API.

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

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

{
    "count": 4,
    "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/zh_Hans/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-09T15:41:51.887968Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 449308,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/449308/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/282252/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/zh_Hans/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-09T15:03:21.626714Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "RNG",
                "old_state": 0
            },
            "id": 449181,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/449181/?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/zh_Hans/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-09T15:03:16.238830Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "zh_Hans.tbx"
            },
            "id": 449152,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/449152/?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/zh_Hans/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-09T15:03:15.724699Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 449143,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/449143/?format=api"
        }
    ]
}