Translation components API.

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

GET /api/translations/polyglot/glossary/sv/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/sv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-08T12:23:59.284669Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 360144,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/360144/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/23294/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/sv/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Wasp/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Wasp/?format=api",
            "timestamp": "2022-09-11T20:12:47.705094Z",
            "action": 5,
            "target": "RNG",
            "old": "",
            "details": {
                "state": 20,
                "source": "RNG",
                "old_state": 0
            },
            "id": 32132,
            "action_name": "Translation added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/32132/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/23294/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/sv/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Wasp/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Wasp/?format=api",
            "timestamp": "2022-09-11T20:12:47.701688Z",
            "action": 45,
            "target": "",
            "old": "",
            "details": {},
            "id": 32131,
            "action_name": "Contributor joined",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/32131/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/23294/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/sv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-11T13:33:41.936304Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 32034,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/32034/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/sv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-11T13:33:41.226813Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "sv.tbx"
            },
            "id": 32032,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/32032/?format=api"
        }
    ]
}