Translation components API.

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

GET /api/components/kanka-foundry/glossary/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/kanka-foundry/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/kanka-foundry/glossary/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-03T22:26:14.533912Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "pt_BR.tbx"
            },
            "id": 291657,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/291657/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/kanka-foundry/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/kanka-foundry/glossary/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-02T14:08:02.307731Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "it.tbx"
            },
            "id": 290992,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/290992/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/kanka-foundry/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/kanka-foundry/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-02T14:08:02.219151Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "de.tbx"
            },
            "id": 290991,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/290991/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/kanka-foundry/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-04-02T14:08:01.499137Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 290990,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/290990/?format=api"
        }
    ]
}