Translation components API.

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

GET /api/translations/succ-swade-unlimited-condition-changer/glossary/pt-BR/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/231912/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/succ-swade-unlimited-condition-changer/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/succ-swade-unlimited-condition-changer/glossary/pt-BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-06-27T06:51:21.211417Z",
            "action": 31,
            "target": "",
            "old": "",
            "details": {},
            "id": 354586,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/354586/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/succ-swade-unlimited-condition-changer/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/succ-swade-unlimited-condition-changer/glossary/pt-BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-18T16:18:43.229705Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "pt-BR.tbx"
            },
            "id": 305187,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/305187/?format=api"
        }
    ]
}