Translation components API.

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

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

{
    "count": 6,
    "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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-11-18T15:28:50.512430Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 402062,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/402062/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/19580/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/de/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/RadicalEd/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/RadicalEd/?format=api",
            "timestamp": "2023-11-17T14:29:41.249159Z",
            "action": 5,
            "target": "RNG",
            "old": "",
            "details": {
                "state": 20,
                "source": "RNG",
                "old_state": 0
            },
            "id": 401800,
            "action_name": "Translation added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/401800/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/19580/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/de/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/RadicalEd/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/RadicalEd/?format=api",
            "timestamp": "2023-11-17T14:29:41.243513Z",
            "action": 45,
            "target": "",
            "old": "",
            "details": {},
            "id": 401799,
            "action_name": "Contributor joined",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/401799/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-08T12:23:58.388768Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 360125,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/360125/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/19580/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-05T18:41:44.605230Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 25316,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/25316/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-05T00:47:48.185446Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "de.tbx"
            },
            "id": 20115,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/20115/?format=api"
        }
    ]
}