Translation components API.

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

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

{
    "count": 321,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/content/ru/changes/?format=api&page=16",
    "results": [
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/content/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/content/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-22T20:29:46.625818Z",
            "action": 44,
            "target": "",
            "id": 1234809,
            "action_name": "New strings to translate",
            "url": "https://translate.habitica.com/api/changes/1234809/?format=api"
        }
    ]
}