Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/1926180/?format=api",
    "component": "http://weblate.ucs.ru/api/components/foodfactory/auth/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/foodfactory/auth/en/?format=api",
    "dictionary": null,
    "user": 72,
    "author": 72,
    "timestamp": "2020-11-24T09:24:50",
    "action": 5,
    "target": "Total number of licenses",
    "id": 665275,
    "action_name": "New translation",
    "url": "http://weblate.ucs.ru/api/changes/665275/?format=api"
}