Translation components API.

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

GET /api/components/final-blow/main/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/components/final-blow/main/changes/?format=api&page=5",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/final-blow/main/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T09:20:39.152011Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 46902,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/46902/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/final-blow/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-09-17T09:20:38.434870Z",
            "action": 51,
            "target": "",
            "old": "",
            "details": {},
            "id": 46901,
            "action_name": "Component created",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/46901/?format=api"
        }
    ]
}