Translation components API.

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

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

{
    "count": 62,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/defaulttasks/tr/changes/?format=api&page=3",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/273402/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/defaulttasks/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/defaulttasks/tr/?format=api",
            "user": "https://translate.habitica.com/api/users/ConquererOrange/?format=api",
            "author": "https://translate.habitica.com/api/users/ConquererOrange/?format=api",
            "timestamp": "2023-07-01T21:49:56.205081Z",
            "action": 5,
            "target": "Veya düzenleme ekranından silin",
            "id": 507691,
            "action_name": "New translation",
            "url": "https://translate.habitica.com/api/changes/507691/?format=api"
        },
        {
            "unit": "https://translate.habitica.com/api/units/91501/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/defaulttasks/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/defaulttasks/tr/?format=api",
            "user": "https://translate.habitica.com/api/users/ConquererOrange/?format=api",
            "author": "https://translate.habitica.com/api/users/ConquererOrange/?format=api",
            "timestamp": "2023-07-01T21:50:08.099505Z",
            "action": 2,
            "target": "Bir Alışkanlık, Günlük İş veya Yapılacak İş",
            "id": 507692,
            "action_name": "Translation changed",
            "url": "https://translate.habitica.com/api/changes/507692/?format=api"
        }
    ]
}