Translation components API.

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

GET /api/translations/dsa5-drag-ruler/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/dsa5-drag-ruler/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dsa5-drag-ruler/main/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-25T08:16:55.423456Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "lang/en.json"
            },
            "id": 130741,
            "action_name": "Resource updated",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/130741/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/90390/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-25T08:16:55.423385Z",
            "action": 59,
            "target": "dash",
            "old": "",
            "details": {
                "state": 20,
                "source": "laufen",
                "old_state": -1
            },
            "id": 130740,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/130740/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/90389/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-25T08:16:55.423270Z",
            "action": 59,
            "target": "walk",
            "old": "",
            "details": {
                "state": 20,
                "source": "gehen",
                "old_state": -1
            },
            "id": 130739,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/130739/?format=api"
        }
    ]
}