Translation components API.

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

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

{
    "count": 721,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/backgrounds/sv/changes/?format=api&page=36",
    "results": [
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/backgrounds/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/backgrounds/sv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-21T09:20:23.040463Z",
            "action": 44,
            "target": "",
            "id": 1233230,
            "action_name": "New strings to translate",
            "url": "https://translate.habitica.com/api/changes/1233230/?format=api"
        }
    ]
}