Changes API.

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

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

{
    "count": 852201,
    "next": null,
    "previous": "https://waldo.team/api/changes/?format=api&page=42610",
    "results": [
        {
            "unit": "https://waldo.team/api/units/3649035/?format=api",
            "component": "https://waldo.team/api/components/pathfinder-wotr/dialogue/?format=api",
            "translation": "https://waldo.team/api/translations/pathfinder-wotr/dialogue/ko/?format=api",
            "glossary_term": null,
            "user": "https://waldo.team/api/users/sein4510/?format=api",
            "author": "https://waldo.team/api/users/sein4510/?format=api",
            "timestamp": "2025-10-21T15:55:36.263345+09:00",
            "action": 2,
            "target": "브로디는 아무 말도 하지 않고 티플링들 뒤에 다가가서, 가장 가까운 사람의 뒤통수를 때리기 위해 삽을 휘둘렀다. 안타깝게도, 마지막 순간에 발 밑의 마루판이 삐걱거려, 강도는 일격을 피했다. 그리고 악취 나는 기름을 날에 바른 단검을 꺼내, 브로디의 어깨를 차갑게 베었다. 그의 친구들은 전리품을 챙기고 도망쳤다.",
            "id": 3729991,
            "action_name": "Translation changed",
            "url": "https://waldo.team/api/changes/3729991/?format=api"
        }
    ]
}