Changes API.

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

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

{
    "unit": "https://translate.seerr.dev/api/units/57456/?format=api",
    "component": "https://translate.seerr.dev/api/components/seerr/seerr-frontend/?format=api",
    "translation": "https://translate.seerr.dev/api/translations/seerr/seerr-frontend/nl/?format=api",
    "user": "https://translate.seerr.dev/api/users/oxon1um/?format=api",
    "author": "https://translate.seerr.dev/api/users/oxon1um/?format=api",
    "timestamp": "2026-02-20T10:58:32.044133Z",
    "action": 5,
    "target": "{hostname} dns cache gekuist",
    "old": "",
    "details": {
        "state": 20,
        "source": "{hostname} dns cache flushed.",
        "context": "components.Settings.SettingsJobsCache.dnscacheflushed",
        "old_state": 0
    },
    "id": 86523,
    "action_name": "Translation added",
    "url": "https://translate.seerr.dev/api/changes/86523/?format=api"
}