Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/11741154/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/dnf/dnf-plugins-core-l10n-master/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/dnf/dnf-plugins-core-l10n-master/zh_CN/?format=api",
    "user": "https://translate.fedoraproject.org/api/users/mochaa/?format=api",
    "author": "https://translate.fedoraproject.org/api/users/mochaa/?format=api",
    "timestamp": "2023-10-18T03:02:56.566713Z",
    "action": 2,
    "target": "加载状态文件失败:%s,将以空状态继续。",
    "old": "加载状态文件失败:%s,继续为空状态。",
    "details": {
        "state": 20,
        "source": "Failed loading state file: %s, continuing with empty state.",
        "old_state": 20
    },
    "id": 12587741,
    "action_name": "Translation changed",
    "url": "https://translate.fedoraproject.org/api/changes/12587741/?format=api"
}