Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/macros-rolodex/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/macros-rolodex/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T23:39:52.314444Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "lang/en.json"
            },
            "id": 221449,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/221449/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/147175/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/macros-rolodex/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/macros-rolodex/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T23:39:52.314403Z",
            "action": 59,
            "target": "If not empty, the players folders will be created inside this folder instead of the root.",
            "old": "",
            "details": {
                "state": 20,
                "source": "If not empty, the players folders will be created inside this folder instead of the root.",
                "old_state": -1
            },
            "id": 221448,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/221448/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/147174/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/macros-rolodex/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/macros-rolodex/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T23:39:52.314346Z",
            "action": 59,
            "target": "Players Folder",
            "old": "",
            "details": {
                "state": 20,
                "source": "Players Folder",
                "old_state": -1
            },
            "id": 221447,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/221447/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/147173/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/macros-rolodex/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/macros-rolodex/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T23:39:52.314279Z",
            "action": 59,
            "target": "If not empty, the macros created by the Gamemasters will be placed in that folder automatically instead of the root. Macros that are manually created inside a folder will not be moved at all by the module.",
            "old": "",
            "details": {
                "state": 20,
                "source": "If not empty, the macros created by the Gamemasters will be placed in that folder automatically instead of the root. Macros that are manually created inside a folder will not be moved at all by the module.",
                "old_state": -1
            },
            "id": 221446,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/221446/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/147172/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/macros-rolodex/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/macros-rolodex/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T23:39:52.314164Z",
            "action": 59,
            "target": "Gamemaster Folder",
            "old": "",
            "details": {
                "state": 20,
                "source": "Gamemaster Folder",
                "old_state": -1
            },
            "id": 221445,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/221445/?format=api"
        }
    ]
}