Translation components API.

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

GET /api/components/t2k4e/main/changes/?format=api&page=85
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4202,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/changes/?format=api&page=84",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-11-03T16:37:09.934900Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 117091,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/117091/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/?format=api",
            "translation": null,
            "user": "https://weblate.foundryvtt-hub.com/api/users/JDW/?format=api",
            "author": "https://weblate.foundryvtt-hub.com/api/users/JDW/?format=api",
            "timestamp": "2022-11-03T16:37:08.849864Z",
            "action": 51,
            "target": "",
            "old": "",
            "details": {},
            "id": 117090,
            "action_name": "Component created",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/117090/?format=api"
        }
    ]
}