Changes API


See <a href="https://docs.weblate.org/en/weblate-2.18/apichanges.html">the Weblate's Web API documentation</a> for detailed
description of the API.

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

{
    "unit": "http://weblate.tectic.de/api/units/131313/?format=api",
    "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-completedresearch/?format=api",
    "translation": "http://weblate.tectic.de/api/translations/fortresscraft-evolved/handbook-completedresearch/zh_Hant/?format=api",
    "dictionary": null,
    "user": 141,
    "author": 141,
    "timestamp": "2020-02-25T13:58:36.398177+01:00",
    "action": 5,
    "target": "我們在地表附近發現的大部分資源不太適合建造礦石精煉廠,但是掃描已經顯示出一些可能具有所需性質的小型岩層。",
    "id": 74607,
    "action_name": "New translation",
    "url": "http://weblate.tectic.de/api/changes/74607/?format=api"
}