Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/2004825/?format=api",
    "component": "http://weblate.ucs.ru/api/components/foodfactory/sh_error/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/foodfactory/sh_error/vi/?format=api",
    "dictionary": null,
    "user": 46,
    "author": 46,
    "timestamp": "2021-02-23T02:04:07",
    "action": 9,
    "target": "The max. permissible number of departments for a single enterprise is exceeded",
    "id": 706124,
    "action_name": "Translation uploaded",
    "url": "http://weblate.ucs.ru/api/changes/706124/?format=api"
}