Translation components API.

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

GET /api/translations/pf2e-dorako-ui/glossary/fr/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/pf2e-dorako-ui/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dorako-ui/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T05:55:06.355811Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 360671,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/360671/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/78200/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dorako-ui/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dorako-ui/glossary/fr/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/rectulo/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/rectulo/?format=api",
            "timestamp": "2022-10-22T08:31:49.188313Z",
            "action": 31,
            "target": "Secret",
            "old": "",
            "details": {},
            "id": 113328,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/113328/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dorako-ui/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dorako-ui/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T10:19:30.653346Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "fr.tbx"
            },
            "id": 79331,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/79331/?format=api"
        }
    ]
}