Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/2542358/?format=api",
    "component": "https://hosted.weblate.org/api/components/sparss/strings/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/sparss/strings/ko/?format=api",
    "user": "https://hosted.weblate.org/api/users/deleted-3986/?format=api",
    "author": "https://hosted.weblate.org/api/users/deleted-3986/?format=api",
    "timestamp": "2015-12-14T02:11:19+01:00",
    "action": 5,
    "target": "피드를 그룹 안에 넣을 수도 있고 위에 놓을 수도 있습니다. 어떻게 하시겠습니까?",
    "id": 654282,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/654282/?format=api"
}