Translation components API.

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

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

{
    "count": 1741,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/gear/cs/changes/?format=api&page=87",
    "results": [
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/gear/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/gear/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-04-21T11:22:34.982648Z",
            "action": 44,
            "target": "",
            "id": 1241693,
            "action_name": "New strings to translate",
            "url": "https://translate.habitica.com/api/changes/1241693/?format=api"
        }
    ]
}