Translation components API.

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

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

{
    "count": 21,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica-android/store/ko/changes/?format=api",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/35638/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica-android/store/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica-android/store/ko/?format=api",
            "user": "https://translate.habitica.com/api/users/bdc6035d0cc24d3c/?format=api",
            "author": "https://translate.habitica.com/api/users/bdc6035d0cc24d3c/?format=api",
            "timestamp": "2024-01-19T17:22:45.388535Z",
            "action": 4,
            "target": "동기를 부여하고 계획적인 삶을 유지하기 위해 인생을 게임처럼 다루세요!",
            "id": 1085220,
            "action_name": "Suggestion added",
            "url": "https://translate.habitica.com/api/changes/1085220/?format=api"
        }
    ]
}