Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/swade/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/swade/glossary/zh_Hans/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/FloRad/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/FloRad/?format=api",
            "timestamp": "2023-06-15T18:28:06.318888Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "zh_Hans.tbx"
            },
            "id": 343106,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/343106/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/swade/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/swade/glossary/zh_Hans/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/FloRad/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/FloRad/?format=api",
            "timestamp": "2023-06-15T18:28:06.249292Z",
            "action": 48,
            "target": "",
            "old": "",
            "details": {
                "language": "zh_Hans"
            },
            "id": 343105,
            "action_name": "Language added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/343105/?format=api"
        }
    ]
}