Translation components API.

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

GET /api/translations/drag-ruler/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/drag-ruler/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/glossary/pt_BR/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/manuelVo/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/manuelVo/?format=api",
            "timestamp": "2023-06-12T19:43:15.758824Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "check forced",
                "filename": "pt_BR.tbx"
            },
            "id": 340269,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/340269/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/drag-ruler/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/glossary/pt_BR/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/manuelVo/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/manuelVo/?format=api",
            "timestamp": "2023-06-12T18:10:54.914993Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "check forced",
                "filename": "pt_BR.tbx"
            },
            "id": 340108,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/340108/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/drag-ruler/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/glossary/pt_BR/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/manuelVo/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/manuelVo/?format=api",
            "timestamp": "2023-06-12T17:39:00.739626Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "check forced",
                "filename": "pt_BR.tbx"
            },
            "id": 340093,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/340093/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/drag-ruler/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/glossary/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-12T04:08:07.234450Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "pt_BR.tbx"
            },
            "id": 276848,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/276848/?format=api"
        }
    ]
}