Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/11121668/?format=api",
    "component": "https://hosted.weblate.org/api/components/wincompose/master/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/wincompose/master/zh_Hans/?format=api",
    "user": "https://hosted.weblate.org/api/users/liuxilu/?format=api",
    "author": "https://hosted.weblate.org/api/users/liuxilu/?format=api",
    "timestamp": "2020-12-06T10:57:36.489917+01:00",
    "action": 2,
    "target": "启用所有字符的 Unicode 输入,即使它们没有组合键序列定义。例如,“组合键 U 1 A 3 F 回车”会输出字符 U+1A3F",
    "id": 8449766,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/8449766/?format=api"
}