Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/dlopen/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-28T22:41:24.151184Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "lang/en.json"
            },
            "id": 3025,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/3025/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/2910/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/dlopen/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-28T22:41:24.151133Z",
            "action": 59,
            "target": "The other modules using dlopen must be enabled with an active internet connection for the initial caching to occur.",
            "old": "",
            "details": {
                "state": 20,
                "source": "The other modules using dlopen must be enabled with an active internet connection for the initial caching to occur.",
                "old_state": -1
            },
            "id": 3024,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/3024/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/2909/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/dlopen/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-28T22:41:24.151040Z",
            "action": 59,
            "target": "Cache all dependencies locally for offline use",
            "old": "",
            "details": {
                "state": 20,
                "source": "Cache all dependencies locally for offline use",
                "old_state": -1
            },
            "id": 3023,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/3023/?format=api"
        }
    ]
}