Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/2120849/?format=api",
    "component": "http://weblate.ucs.ru/api/components/kiosk2/back/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/kiosk2/back/az/?format=api",
    "dictionary": null,
    "user": 166,
    "author": 166,
    "timestamp": "2022-02-07T14:51:59",
    "action": 5,
    "target": "E-poçt başlığı \"KİLİDİ AÇILDI\"",
    "id": 789611,
    "action_name": "New translation",
    "url": "http://weblate.ucs.ru/api/changes/789611/?format=api"
}