Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/78199/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/pf2e-dorako-ui/glossary/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-dorako-ui/glossary/en/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/rectulo/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/rectulo/?format=api",
            "timestamp": "2022-10-22T08:31:49.188173Z",
            "action": 31,
            "target": "Secret",
            "old": "",
            "details": {},
            "id": 113327,
            "action_name": "String added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/113327/?format=api"
        }
    ]
}