Changes API.

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

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

{
    "unit": "https://translate.habitica.com/api/units/3361197/?format=api",
    "component": "https://translate.habitica.com/api/components/habitica/challenge/?format=api",
    "translation": "https://translate.habitica.com/api/translations/habitica/challenge/cs/?format=api",
    "user": "https://translate.habitica.com/api/users/bourama1/?format=api",
    "author": "https://translate.habitica.com/api/users/bourama1/?format=api",
    "timestamp": "2026-03-26T12:50:36.086403Z",
    "action": 5,
    "target": "Tento úkol byl součástí výzvy, ale byl z ní odstraněn. Co chceš udělat?",
    "id": 1337820,
    "action_name": "New translation",
    "url": "https://translate.habitica.com/api/changes/1337820/?format=api"
}