Changes API

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

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

{
    "unit": null,
    "component": "http://weblate.ucs.ru/api/components/qms/e-queue-frontend/?format=api",
    "translation": null,
    "dictionary": null,
    "user": 205,
    "author": null,
    "timestamp": "2025-02-18T11:19:46",
    "action": 19,
    "target": "",
    "id": 1223314,
    "action_name": "Reset repository",
    "url": "http://weblate.ucs.ru/api/changes/1223314/?format=api"
}