Translation components API.

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

GET /api/translations/cyphersystem/glossary/pt_BR/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/cyphersystem/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/cyphersystem/glossary/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-25T08:00:44.558441Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 436512,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/436512/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/274189/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/cyphersystem/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/cyphersystem/glossary/pt_BR/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/mclemente/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/mclemente/?format=api",
            "timestamp": "2024-01-25T07:19:08.302620Z",
            "action": 31,
            "target": "Shin",
            "old": "",
            "details": {},
            "id": 436510,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/436510/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/cyphersystem/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/cyphersystem/glossary/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-14T20:53:50.161563Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "pt_BR.tbx"
            },
            "id": 226115,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/226115/?format=api"
        }
    ]
}