Translation components API.

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

GET /api/translations/habitica-android/main-strings/sr/changes/?format=api&page=89
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1761,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica-android/main-strings/sr/changes/?format=api&page=88",
    "results": [
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica-android/main-strings/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica-android/main-strings/sr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-10-01T10:54:13.677669Z",
            "action": 44,
            "target": "",
            "id": 1174445,
            "action_name": "New strings to translate",
            "url": "https://translate.habitica.com/api/changes/1174445/?format=api"
        }
    ]
}