Changes API

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

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

{
    "unit": null,
    "component": "http://weblate.ucs.ru/api/components/kiosk2/default/?format=api",
    "translation": null,
    "dictionary": null,
    "user": 150,
    "author": null,
    "timestamp": "2025-02-28T09:39:19",
    "action": 23,
    "target": "Failed to merge in the changes. (1)",
    "id": 1234809,
    "action_name": "Failed rebase on repository",
    "url": "http://weblate.ucs.ru/api/changes/1234809/?format=api"
}