Translation components API.

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

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

{
    "count": 952,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/components/elevation-drag-ruler/main/changes/?format=api&page=19",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/elevation-drag-ruler/main/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2022-12-09T18:45:49.999505Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 166456,
            "action_name": "Repository rebased",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/166456/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.foundryvtt-hub.com/api/components/elevation-drag-ruler/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-12-09T18:45:49.107670Z",
            "action": 51,
            "target": "",
            "old": "",
            "details": {},
            "id": 166455,
            "action_name": "Component created",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/166455/?format=api"
        }
    ]
}