Translation components API.

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

GET /api/translations/dice-so-nice/main/nl/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/nl/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/dndtsh/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/dndtsh/?format=api",
            "timestamp": "2025-02-23T11:38:36.063220Z",
            "action": 48,
            "target": "",
            "old": "",
            "details": {
                "language": "nl"
            },
            "id": 494274,
            "action_name": "Language added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/494274/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/nl/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/dndtsh/?format=api",
            "author": null,
            "timestamp": "2025-02-23T11:38:36.060914Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 494273,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/494273/?format=api"
        }
    ]
}