Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/4891180/?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:29+01:00",
    "action": 26,
    "target": "您仍然可以透過第三方設備來做認證。",
    "id": 2319956,
    "action_name": "Suggestion removed",
    "url": "https://hosted.weblate.org/api/changes/2319956/?format=api"
}