Translation projects API.

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

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

{
    "count": 12901,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/changes/?format=api&page=258",
    "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-09-03T09:44:25.262372Z",
            "action": 50,
            "target": "",
            "old": "",
            "details": {},
            "id": 3770,
            "action_name": "Project created",
            "url": "https://weblate.foundryvtt-hub.com/api/changes/3770/?format=api"
        }
    ]
}