Translation projects API.

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

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

{
    "count": 224801,
    "next": null,
    "previous": "https://translate.sonoransoftware.com/api/projects/sonoran-cms/changes/?format=api&page=4496",
    "results": [
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://translate.sonoransoftware.com/api/users/BrianSosnowski/?format=api",
            "author": "https://translate.sonoransoftware.com/api/users/BrianSosnowski/?format=api",
            "timestamp": "2024-07-16T00:19:24.951260Z",
            "action": 50,
            "target": "",
            "old": "",
            "details": {},
            "id": 3,
            "action_name": "Project created",
            "url": "https://translate.sonoransoftware.com/api/changes/3/?format=api"
        }
    ]
}