Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/4891181/?format=api",
    "component": "https://hosted.weblate.org/api/components/weblate/application/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/weblate/application/zh_Hant/?format=api",
    "user": "https://hosted.weblate.org/api/users/zerngjia/?format=api",
    "author": "https://hosted.weblate.org/api/users/zerngjia/?format=api",
    "timestamp": "2017-12-12T16:29:35+01:00",
    "action": 26,
    "target": "當您的帳號有重要的設定變更時,需要輸入密碼來驗證身分。",
    "id": 2319957,
    "action_name": "Suggestion removed",
    "url": "https://hosted.weblate.org/api/changes/2319957/?format=api"
}