Changes API.

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

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

{
    "count": 429502,
    "next": null,
    "previous": "https://translate.habitica.com/api/changes/?format=api&page=21475",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/2733642/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica-ios/main-strings/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica-ios/main-strings/ko/?format=api",
            "user": "https://translate.habitica.com/api/users/chorong/?format=api",
            "author": "https://translate.habitica.com/api/users/chorong/?format=api",
            "timestamp": "2024-09-29T18:53:12.363838Z",
            "action": 2,
            "target": "리더만 도전을 만들 수 있습니다",
            "id": 1172360,
            "action_name": "Translation changed",
            "url": "https://translate.habitica.com/api/changes/1172360/?format=api"
        },
        {
            "unit": "https://translate.habitica.com/api/units/577535/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/npc/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/npc/ko/?format=api",
            "user": null,
            "author": "https://translate.habitica.com/api/users/anonymous/?format=api",
            "timestamp": "2024-09-29T19:49:43.690877Z",
            "action": 29,
            "target": "돌아온 걸 환영합니다!",
            "id": 1172361,
            "action_name": "Suggestion removed during cleanup",
            "url": "https://translate.habitica.com/api/changes/1172361/?format=api"
        }
    ]
}