Translation components API.

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

GET /api/translations/dice-so-nice/main/tr/changes/?format=api&page=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 451,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/tr/changes/?format=api&page=9",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/?format=api",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/tr/?format=api",
            "user": "https://weblate.foundryvtt-hub.com/api/users/Erozbey/?format=api",
            "author": null,
            "timestamp": "2024-05-20T13:55:11.550349Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 460226,
            "action_name": "Changes committed",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/460226/?format=api"
        }
    ]
}