Translation components API.

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

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

{
    "count": 362,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/limited/en_GB/changes/?format=api&page=18",
    "results": [
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/limited/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/limited/en_GB/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-23T02:29:26.367956Z",
            "action": 0,
            "target": "",
            "id": 1211654,
            "action_name": "Resource update",
            "url": "https://translate.habitica.com/api/changes/1211654/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/limited/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/limited/en_GB/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-23T02:29:33.206798Z",
            "action": 44,
            "target": "",
            "id": 1211769,
            "action_name": "New strings to translate",
            "url": "https://translate.habitica.com/api/changes/1211769/?format=api"
        }
    ]
}