Translation components API.

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

GET /api/translations/polyglot/glossary/pt-BR/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/pt-BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-09T15:41:51.969240Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 449309,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/449309/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/282240/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/pt-BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-09T15:03:21.626624Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "RNG",
                "old_state": 0
            },
            "id": 449180,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/449180/?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/pt-BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-09T15:03:20.587767Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "pt-BR.tbx"
            },
            "id": 449179,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/449179/?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/pt-BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-03-09T15:03:20.399502Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 449178,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/449178/?format=api"
        }
    ]
}