Translation components API.

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

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

{
    "count": 41,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica-android/profile/he/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/256349/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica-android/profile/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica-android/profile/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-03-03T14:43:20.078046Z",
            "action": 5,
            "target": "הישגים",
            "id": 1217147,
            "action_name": "New translation",
            "url": "https://translate.habitica.com/api/changes/1217147/?format=api"
        }
    ]
}