Changes API.

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

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

{
    "unit": "https://translate.seerr.dev/api/units/38354/?format=api",
    "component": "https://translate.seerr.dev/api/components/seerr/seerr-frontend/?format=api",
    "translation": "https://translate.seerr.dev/api/translations/seerr/seerr-frontend/zh_Hant/?format=api",
    "user": "https://translate.seerr.dev/api/users/fallenbagel/?format=api",
    "author": null,
    "timestamp": "2026-04-04T09:53:05.553392Z",
    "action": 30,
    "target": "This user is allowed to request <strong>{limit}</strong> {type}{days, plural, =0 {} one { every day} other { every <strong>{days}</strong> days}}.",
    "old": "This user is allowed to request <strong>{limit}</strong> {type} every <strong>{days}</strong> days.",
    "details": {
        "state": 10,
        "source": "This user is allowed to request <strong>{limit}</strong> {type}{days, plural, =0 {} one { every day} other { every <strong>{days}</strong> days}}.",
        "context": "components.RequestModal.QuotaDisplay.allowedRequestsUser",
        "old_state": 20
    },
    "id": 101313,
    "action_name": "Source string changed",
    "url": "https://translate.seerr.dev/api/changes/101313/?format=api"
}