Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/2557150/?format=api",
    "component": "http://weblate.ucs.ru/api/components/sh5dct/main/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/sh5dct/main/bg/?format=api",
    "dictionary": null,
    "user": null,
    "author": null,
    "timestamp": "2024-11-10T03:49:13",
    "action": 13,
    "target": "",
    "id": 1201655,
    "action_name": "New source string",
    "url": "http://weblate.ucs.ru/api/changes/1201655/?format=api"
}