Translation components API.

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

GET /api/translations/pause-customizer/main/it/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/it/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/it/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/GregoryWarn/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/GregoryWarn/?format=api",
            "timestamp": "2025-08-11T01:50:31.577453Z",
            "action": 48,
            "target": "",
            "old": "",
            "details": {
                "language": "it"
            },
            "id": 508537,
            "action_name": "Language added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/508537/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/pause-customizer/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/pause-customizer/main/it/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/GregoryWarn/?format=api",
            "author": null,
            "timestamp": "2025-08-11T01:50:31.575139Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 508536,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/508536/?format=api"
        }
    ]
}