Translation components API.

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

GET /api/translations/blade-runner/main/de/changes/?format=api&page=15
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 702,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/main/de/changes/?format=api&page=14",
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/117542/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/main/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-23T14:45:34.046802Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Attributes",
                "old_state": -1
            },
            "id": 182108,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/182108/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/main/de/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/TheSchnucki/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/TheSchnucki/?format=api",
            "timestamp": "2022-12-23T14:45:33.090116Z",
            "action": 48,
            "target": "",
            "old": "",
            "details": {
                "language": "de"
            },
            "id": 182107,
            "action_name": "Language added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/182107/?format=api"
        }
    ]
}