Translation components API.

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

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

{
    "count": 61,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/contrib/id/changes/?format=api&page=3",
    "results": [
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/contrib/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/contrib/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-13T14:46:14.947583Z",
            "action": 44,
            "target": "",
            "id": 1200942,
            "action_name": "New strings to translate",
            "url": "https://translate.habitica.com/api/changes/1200942/?format=api"
        }
    ]
}