Changes API

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

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

{
    "unit": null,
    "component": "http://weblate.ucs.ru/api/components/SelfService/default/?format=api",
    "translation": null,
    "dictionary": null,
    "user": null,
    "author": null,
    "timestamp": "2025-08-07T14:13:04",
    "action": 22,
    "target": "Auto-merging .gitignore\nCONFLICT (add/add): Merge conflict in .gitignore\nAutomatic merge failed; fix conflicts and then commit the result. (1)",
    "id": 1310102,
    "action_name": "Failed merge on repository",
    "url": "http://weblate.ucs.ru/api/changes/1310102/?format=api"
}