Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/1949024/?format=api",
    "component": "http://weblate.ucs.ru/api/components/foodfactory/sh_error/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/foodfactory/sh_error/en/?format=api",
    "dictionary": null,
    "user": 72,
    "author": 72,
    "timestamp": "2020-11-24T11:57:40",
    "action": 2,
    "target": "Counterparty is not specified in the route",
    "id": 666113,
    "action_name": "Translation changed",
    "url": "http://weblate.ucs.ru/api/changes/666113/?format=api"
}