Translation components API.

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

GET /api/translations/habitica-android/common/zh_Hant/changes/?format=api&page=15
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 281,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica-android/common/zh_Hant/changes/?format=api&page=14",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/2417349/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica-android/common/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica-android/common/zh_Hant/?format=api",
            "user": "https://translate.habitica.com/api/users/phillip/?format=api",
            "author": "https://translate.habitica.com/api/users/phillip/?format=api",
            "timestamp": "2024-02-21T09:11:08.085228Z",
            "action": 5,
            "target": "重試",
            "id": 1112626,
            "action_name": "New translation",
            "url": "https://translate.habitica.com/api/changes/1112626/?format=api"
        }
    ]
}