Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/2345465/?format=api",
    "component": "http://weblate.ucs.ru/api/components/mobwaiter5/mobwaiter5/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/mobwaiter5/mobwaiter5/ro/?format=api",
    "dictionary": null,
    "user": 88,
    "author": 88,
    "timestamp": "2022-12-13T11:07:42",
    "action": 5,
    "target": "Introducere manuala",
    "id": 806325,
    "action_name": "New translation",
    "url": "http://weblate.ucs.ru/api/changes/806325/?format=api"
}