Translation components API.

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

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

{
    "count": 82,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/rebirth/zh_Hans/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/198116/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/rebirth/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/rebirth/zh_Hans/?format=api",
            "user": "https://translate.habitica.com/api/users/Ingoldo/?format=api",
            "author": "https://translate.habitica.com/api/users/Ingoldo/?format=api",
            "timestamp": "2024-03-27T12:13:48.976727Z",
            "action": 2,
            "target": "立即将你的角色重置成为1级战士,同时保留成就、物品和装备。你的任务及其历史记录会保留,但会被重置为黄色;你的连击次数将被移除,挑战任务和团队计划任务除外;你的金币、经验值以及法力值和及所有技能的效果都将被移除。上述内容将立即生效。",
            "id": 1121834,
            "action_name": "Translation changed",
            "url": "https://translate.habitica.com/api/changes/1121834/?format=api"
        },
        {
            "unit": "https://translate.habitica.com/api/units/253967/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/rebirth/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/rebirth/zh_Hans/?format=api",
            "user": "https://translate.habitica.com/api/users/Ingoldo/?format=api",
            "author": "https://translate.habitica.com/api/users/Ingoldo/?format=api",
            "timestamp": "2025-03-02T02:10:36.285587Z",
            "action": 2,
            "target": "下个<strong>免费</strong>的重生之球可在<strong><%= days %>天</strong>后获得",
            "id": 1215033,
            "action_name": "Translation changed",
            "url": "https://translate.habitica.com/api/changes/1215033/?format=api"
        }
    ]
}