Translation components API.

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

GET /api/translations/pf1/glossary/zh_Hans/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/165804/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf1/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf1/glossary/zh_Hans/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-14T23:38:24.511294Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 240630,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/240630/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf1/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf1/glossary/zh_Hans/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-14T21:11:05.806851Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "zh_Hans.tbx"
            },
            "id": 235960,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/235960/?format=api"
        }
    ]
}