Changes API.

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

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

{
    "unit": "https://translate.seerr.dev/api/units/4397/?format=api",
    "component": "https://translate.seerr.dev/api/components/seerr/seerr-frontend/?format=api",
    "translation": "https://translate.seerr.dev/api/translations/seerr/seerr-frontend/cs/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2026-04-07T10:49:22.897017Z",
    "action": 59,
    "target": "Můžete požádat o <strong>{limit}</strong> {type}{days, plural, =0 {} one { každý den} few { každé <strong>{days}</strong> dny} other { každých <strong>{days}</strong> dní}}.",
    "old": "Můžete požádat o <strong>{limit}</strong> {type}{days, plural, =0 {} one { každý den} few { každé <strong>{days}</strong> dny} other { každých <strong>{days}</strong> dní}}.",
    "details": {
        "state": 20,
        "source": "You are allowed to request <strong>{limit}</strong> {type}{days, plural, =0 {} one { every day} other { every <strong>{days}</strong> days}}.",
        "context": "components.RequestModal.QuotaDisplay.allowedRequests",
        "old_state": 20
    },
    "id": 102551,
    "action_name": "String updated in the repository",
    "url": "https://translate.seerr.dev/api/changes/102551/?format=api"
}