Translation components API.

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

GET /api/translations/dlopen/glossary/fi/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/dlopen/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/glossary/fi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-12T05:22:33.933887Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 360710,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/360710/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/9097/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/dlopen/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/glossary/fi/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
            "timestamp": "2022-09-03T16:48:44.403730Z",
            "action": 31,
            "target": "offline",
            "old": "",
            "details": {},
            "id": 10979,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/10979/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/dlopen/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/glossary/fi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-03T16:46:58.400807Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "fi.tbx"
            },
            "id": 10976,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/10976/?format=api"
        }
    ]
}