Translation components API.

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

GET /api/translations/dsa5-drag-ruler/main/de/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/dsa5-drag-ruler/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dsa5-drag-ruler/main/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-25T08:16:55.031508Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "lang/de.json"
            },
            "id": 130738,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/130738/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/90388/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/dsa5-drag-ruler/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dsa5-drag-ruler/main/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-25T08:16:55.031435Z",
            "action": 59,
            "target": "laufen",
            "old": "",
            "details": {
                "state": 20,
                "source": "laufen",
                "old_state": -1
            },
            "id": 130737,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/130737/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/90387/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/dsa5-drag-ruler/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dsa5-drag-ruler/main/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-25T08:16:55.031309Z",
            "action": 59,
            "target": "gehen",
            "old": "",
            "details": {
                "state": 20,
                "source": "gehen",
                "old_state": -1
            },
            "id": 130736,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/130736/?format=api"
        }
    ]
}