Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/514611/?format=api",
    "component": "http://weblate.ucs.ru/api/components/kdspro/errors-lk/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/kdspro/errors-lk/en/?format=api",
    "dictionary": null,
    "user": 76,
    "author": 76,
    "timestamp": "2019-07-31T08:30:52",
    "action": 9,
    "target": "No right for login",
    "id": 257257,
    "action_name": "Translation uploaded",
    "url": "http://weblate.ucs.ru/api/changes/257257/?format=api"
}