Translation components API.

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

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

{
    "count": 202,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/components/mini-tracker/main/changes/?format=api&page=4",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/mini-tracker/main/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-02-12T23:35:19.392159Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 221200,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/221200/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/mini-tracker/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": "2023-02-12T23:35:18.747186Z",
            "action": 51,
            "target": "",
            "old": "",
            "details": {},
            "id": 221199,
            "action_name": "Component created",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/221199/?format=api"
        }
    ]
}