Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/2539173/?format=api",
    "component": "http://weblate.ucs.ru/api/components/rk_office/webman/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/rk_office/webman/bg/?format=api",
    "dictionary": null,
    "user": 111,
    "author": 111,
    "timestamp": "2025-10-22T08:10:24",
    "action": 5,
    "target": "Можете да създавате уникални филтри за отчети, да избирате колоните на таблицата, които да се показват, името и цветовете на филтрите",
    "id": 1324092,
    "action_name": "New translation",
    "url": "http://weblate.ucs.ru/api/changes/1324092/?format=api"
}