Translation components API.

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

GET /api/translations/habitica/defaulttasks/he/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/defaulttasks/he/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/272867/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/defaulttasks/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/defaulttasks/he/?format=api",
            "user": "https://translate.habitica.com/api/users/ChenShaham/?format=api",
            "author": "https://translate.habitica.com/api/users/ChenShaham/?format=api",
            "timestamp": "2025-02-24T20:51:31.715797Z",
            "action": 45,
            "target": "",
            "id": 1214291,
            "action_name": "New contributor",
            "url": "https://translate.habitica.com/api/changes/1214291/?format=api"
        },
        {
            "unit": "https://translate.habitica.com/api/units/272867/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/defaulttasks/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/defaulttasks/he/?format=api",
            "user": "https://translate.habitica.com/api/users/ChenShaham/?format=api",
            "author": "https://translate.habitica.com/api/users/ChenShaham/?format=api",
            "timestamp": "2025-02-24T20:51:31.719866Z",
            "action": 5,
            "target": "לחץ כאן על מנת לתת שם למטלה ולבחירת תאריך יעד!",
            "id": 1214292,
            "action_name": "New translation",
            "url": "https://translate.habitica.com/api/changes/1214292/?format=api"
        }
    ]
}