Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/12335380/?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/ja/?format=api",
    "user": "https://translate.fedoraproject.org/api/users/middlingphys/?format=api",
    "author": "https://translate.fedoraproject.org/api/users/middlingphys/?format=api",
    "timestamp": "2024-03-05T07:50:44.486875Z",
    "action": 2,
    "target": "アップグレードは完了しました! クリーンアップおよび再起動を行っています...",
    "old": "アップグレードは完了しました! 掃除と再起動中...",
    "details": {
        "state": 20,
        "source": "Upgrade complete! Cleaning up and rebooting...",
        "old_state": 20
    },
    "id": 15426372,
    "action_name": "Translation changed",
    "url": "https://translate.fedoraproject.org/api/changes/15426372/?format=api"
}