Translation components API.

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

GET /api/translations/hey-wait/glossary/fr/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/hey-wait/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/fr/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Couls/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Couls/?format=api",
            "timestamp": "2023-04-21T04:17:24.930102Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "check forced",
                "filename": "fr.tbx"
            },
            "id": 307405,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/307405/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/hey-wait/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/hey-wait/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-08T18:00:16.771705Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "fr.tbx"
            },
            "id": 275203,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/275203/?format=api"
        }
    ]
}