Translation projects API.

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

GET /api/projects/ooops-configurator-14-0/changes/?format=api&page=168
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3341,
    "next": null,
    "previous": "http://weblate.ops404.it/api/projects/ooops-configurator-14-0/changes/?format=api&page=167",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-configurator-14-0/ooops_dimensions_core/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2025-04-23T14:43:34.737846+02:00",
            "action": 53,
            "target": "",
            "id": 76092,
            "action_name": "Received repository notification",
            "url": "http://weblate.ops404.it/api/changes/76092/?format=api"
        }
    ]
}