Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/2542384/?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:25+01:00",
    "action": 5,
    "target": "브라우저에서 열기",
    "id": 654283,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/654283/?format=api"
}