Translation components API.

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

GET /api/translations/concentrationnotifier/main/en/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/concentrationnotifier/main/en/changes/?format=api",
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/225044/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/concentrationnotifier/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/concentrationnotifier/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-05-26T04:23:42.817479Z",
            "action": 59,
            "target": "If you use this item or feature, it will end concentration on {item}",
            "old": "",
            "details": {
                "state": 20,
                "source": "If you use this item or feature, it will end concentration on {item}",
                "old_state": -1
            },
            "id": 334710,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/334710/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/concentrationnotifier/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/concentrationnotifier/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-09T19:19:18.610231Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "lang/en.json"
            },
            "id": 167042,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/167042/?format=api"
        }
    ]
}