Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/114108580/?format=api",
    "component": "https://hosted.weblate.org/api/components/mypaint/libmypaint/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/mypaint/libmypaint/zh_Hant/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-01-16T09:39:54.825332+01:00",
    "action": 71,
    "target": "這會控制塗抹的色彩變成您正在塗繪的色彩的速度。\n0.0 即時更新塗抹色彩 (因為色彩檢查的頻率更頻繁而需要更多 CPU 週期完成)\n0.5 讓塗抹色彩穩定地朝著畫布色彩改變\n1.0 永不改變塗抹色彩",
    "id": 78016277,
    "action_name": "String added in the repository",
    "url": "https://hosted.weblate.org/api/changes/78016277/?format=api"
}