Translation projects API.

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

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

{
    "count": 76021,
    "next": null,
    "previous": "https://translate.habitica.com/api/projects/habitica-android/changes/?format=api&page=3801",
    "results": [
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica-android/main-strings/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-11-15T12:31:24.231570Z",
            "action": 21,
            "target": "",
            "id": 1186524,
            "action_name": "Rebased repository",
            "url": "https://translate.habitica.com/api/changes/1186524/?format=api"
        }
    ]
}