Changes API.

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

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

{
    "count": 346902,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/changes/?format=api&page=6938",
    "results": [
        {
            "unit": null,
            "component": null,
            "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-08-27T08:22:27.624696Z",
            "action": 50,
            "target": "",
            "old": "",
            "details": {},
            "id": 2,
            "action_name": "Project created",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/2/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://weblate.foundryvtt-hub.com/api/users/JDW/?format=api",
            "author": null,
            "timestamp": "2022-08-27T08:15:59.071488Z",
            "action": 52,
            "target": "",
            "old": "",
            "details": {
                "username": "testuser"
            },
            "id": 1,
            "action_name": "User invited",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/1/?format=api"
        }
    ]
}