Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/2450866/?format=api",
    "component": "http://weblate.ucs.ru/api/components/sh5dct/main/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/sh5dct/main/cs/?format=api",
    "dictionary": null,
    "user": 84,
    "author": 84,
    "timestamp": "2026-01-23T10:22:35",
    "action": 5,
    "target": "Chcete-li naskenovat čárový kód, stiskněte tlačítko fotoaparátu na horním panelu nebo zadejte čárový kód ručně.",
    "id": 1341205,
    "action_name": "New translation",
    "url": "http://weblate.ucs.ru/api/changes/1341205/?format=api"
}