Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/2345441/?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-13T10:47:01",
    "action": 5,
    "target": "Introduceti codul de utilizator",
    "id": 806301,
    "action_name": "New translation",
    "url": "http://weblate.ucs.ru/api/changes/806301/?format=api"
}