Changes API.

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

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

{
    "unit": "https://translate.seerr.dev/api/units/18799/?format=api",
    "component": "https://translate.seerr.dev/api/components/seerr/seerr-frontend/?format=api",
    "translation": "https://translate.seerr.dev/api/translations/seerr/seerr-frontend/ja/?format=api",
    "user": "https://translate.seerr.dev/api/users/tkymmm/?format=api",
    "author": "https://translate.seerr.dev/api/users/tkymmm/?format=api",
    "timestamp": "2026-04-15T00:04:20.594293Z",
    "action": 2,
    "target": "映画をリクエスト",
    "old": "{count}{count, plural, one {映画} other {映画}}をリクエスト",
    "details": {
        "state": 20,
        "source": "Request {count} {count, plural, one {Movie} other {Movies}}",
        "context": "components.RequestModal.requestmovies",
        "old_state": 20
    },
    "id": 103574,
    "action_name": "Translation changed",
    "url": "https://translate.seerr.dev/api/changes/103574/?format=api"
}