Translation components API.

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

GET /api/translations/quick-insert/main/de/changes/?format=api&page=6
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 252,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/de/changes/?format=api&page=5",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/de/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Thyzerle/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Thyzerle/?format=api",
            "timestamp": "2023-11-03T17:27:15.171992Z",
            "action": 48,
            "target": "",
            "old": "",
            "details": {
                "language": "de"
            },
            "id": 396731,
            "action_name": "Language added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/396731/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/quick-insert/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/de/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Thyzerle/?format=api",
            "author": null,
            "timestamp": "2023-11-03T17:27:15.164579Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 396730,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/396730/?format=api"
        }
    ]
}