Changes API

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

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

{
    "unit": "https://weblate.a4tune.com/api/units/9781/?format=api",
    "component": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/?format=api",
    "translation": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/zh_Hant/?format=api",
    "dictionary": null,
    "user": 28,
    "author": 28,
    "timestamp": "2020-10-19T17:41:50.533978Z",
    "action": 2,
    "target": "兩種獨立調音演算法: 半音階式調音器使用傅立葉變換及閃頻式調音器模仿閃頻效應",
    "id": 17393,
    "action_name": "Translation changed",
    "url": "https://weblate.a4tune.com/api/changes/17393/?format=api"
}