Changes API.

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

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

{
    "count": 92801,
    "next": null,
    "previous": "https://weblate.immersivetranslate.com/api/changes/?format=api&page=1856",
    "results": [
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://weblate.immersivetranslate.com/api/users/admin/?format=api",
            "author": "https://weblate.immersivetranslate.com/api/users/admin/?format=api",
            "timestamp": "2024-06-18T13:13:03.039045Z",
            "action": 50,
            "target": "",
            "id": 1,
            "action_name": "Project created",
            "url": "https://weblate.immersivetranslate.com/api/changes/1/?format=api"
        }
    ]
}