Translation components API.

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

GET /api/translations/about-face/main/fi/changes/?format=api&page=6
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 252,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/translations/about-face/main/fi/changes/?format=api&page=5",
    "results": [
        {
            "unit": "https://weblate.foundryvtt-hub.com/api/units/21106/?format=api",
            "component": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/about-face/main/fi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-06T05:57:36.201026Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Lock Rotation",
                "old_state": -1
            },
            "id": 27379,
            "action_name": "String updated in the repository",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/27379/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/about-face/main/fi/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
            "timestamp": "2022-09-06T05:57:35.975940Z",
            "action": 48,
            "target": "",
            "old": "",
            "details": {
                "language": "fi"
            },
            "id": 27378,
            "action_name": "Language added",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/27378/?format=api"
        }
    ]
}