Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/2542328/?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:10:13+01:00",
    "action": 5,
    "target": "내보내기가 실패했습니다. 쓰기 가능한 SD 카드 저장소가 마운트되어 있는지 확인하십시오.",
    "id": 654272,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/654272/?format=api"
}