Translation projects API.

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

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

{
    "count": 6061,
    "next": null,
    "previous": "http://localization.appnomi.com/api/projects/tappsly/changes/?format=api&page=303",
    "results": [
        {
            "unit": null,
            "component": "http://localization.appnomi.com/api/components/tappsly/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-01-15T12:37:04.126979Z",
            "action": 47,
            "target": "",
            "id": 69364,
            "action_name": "New alert",
            "url": "http://localization.appnomi.com/api/changes/69364/?format=api"
        }
    ]
}