Translation components API.

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

GET /api/translations/dae/main/it/changes/?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 402,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/it/changes/?format=api&page=8",
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/87233/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/dae/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-03T16:48:22.110556Z",
            "action": 59,
            "target": "Destrezza",
            "old": "",
            "details": {
                "state": 20,
                "source": "Dexterity",
                "old_state": -1
            },
            "id": 124376,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/124376/?format=api"
        },
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/87232/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/dae/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-03T16:48:22.110462Z",
            "action": 59,
            "target": "Forza",
            "old": "",
            "details": {
                "state": 20,
                "source": "Strength",
                "old_state": -1
            },
            "id": 124375,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/124375/?format=api"
        }
    ]
}