Translation components API.

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

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

{
    "count": 142,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/pets/ja/changes/?format=api&page=7",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/3265282/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/pets/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/pets/ja/?format=api",
            "user": "https://translate.habitica.com/api/users/mattya226/?format=api",
            "author": "https://translate.habitica.com/api/users/mattya226/?format=api",
            "timestamp": "2025-01-30T05:14:02.004282Z",
            "action": 2,
            "target": "ペットはあなたが何をあげても成長しますが、好みのえさをあげればより速く成長します。パターンを見つけるために試してみるか、こちらの答えをご覧ください:<br/><a href=\"/static/faq#pet-foods\" target=\"_blank\">https://habitica.com/static/faq#pet-foods</a>",
            "id": 1199295,
            "action_name": "Translation changed",
            "url": "https://translate.habitica.com/api/changes/1199295/?format=api"
        },
        {
            "unit": "https://translate.habitica.com/api/units/3265281/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/pets/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/pets/ja/?format=api",
            "user": "https://translate.habitica.com/api/users/mattya226/?format=api",
            "author": "https://translate.habitica.com/api/users/mattya226/?format=api",
            "timestamp": "2025-01-30T05:14:24.755903Z",
            "action": 2,
            "target": "ペットのえさの好みは?",
            "id": 1199296,
            "action_name": "Translation changed",
            "url": "https://translate.habitica.com/api/changes/1199296/?format=api"
        }
    ]
}