Translation components API.

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

GET /api/translations/drag-ruler/glossary/de/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/de/?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.641198Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "check forced",
                "filename": "de.tbx"
            },
            "id": 340264,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/340264/?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/de/?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.824565Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "check forced",
                "filename": "de.tbx"
            },
            "id": 340103,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/340103/?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/de/?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.552356Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "check forced",
                "filename": "de.tbx"
            },
            "id": 340088,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/340088/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-14T16:45:30.688735Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "de.tbx"
            },
            "id": 96482,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/96482/?format=api"
        }
    ]
}