Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/90241/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/rule-element-generator/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/rule-element-generator/glossary/en/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Bodo/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Bodo/?format=api",
            "timestamp": "2022-11-23T16:27:50.410630Z",
            "action": 31,
            "target": "Key",
            "old": "",
            "details": {},
            "id": 130342,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/130342/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/89767/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/rule-element-generator/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/rule-element-generator/glossary/en/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/ZRAAA78/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/ZRAAA78/?format=api",
            "timestamp": "2022-11-17T00:36:53.463496Z",
            "action": 31,
            "target": "Arcana",
            "old": "",
            "details": {},
            "id": 129326,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/129326/?format=api"
        }
    ]
}