Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/2593563/?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:14:01+01:00",
    "action": 5,
    "target": "만약 해제되었을 경우 '새 항목 표시' 버튼을 눌러야만 새로운 항목이 표시됩니다",
    "id": 654298,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/654298/?format=api"
}