Changes API.

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

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

{
    "unit": "https://translate.seerr.dev/api/units/10611/?format=api",
    "component": "https://translate.seerr.dev/api/components/seerr/jellyseerr-frontend/?format=api",
    "translation": "https://translate.seerr.dev/api/translations/seerr/jellyseerr-frontend/fr/?format=api",
    "user": "https://translate.seerr.dev/api/users/SulliL/?format=api",
    "author": "https://translate.seerr.dev/api/users/SulliL/?format=api",
    "timestamp": "2026-04-07T17:06:52.809474Z",
    "action": 2,
    "target": "Une erreur s'est produite lors de la mise à jour du statut du problème.",
    "old": "Une erreur est survenue lors de la mise à jour du statut du problème.",
    "details": {
        "state": 20,
        "source": "Something went wrong while updating the issue status.",
        "context": "components.IssueDetails.toaststatusupdatefailed",
        "old_state": 20
    },
    "id": 102709,
    "action_name": "Translation changed",
    "url": "https://translate.seerr.dev/api/changes/102709/?format=api"
}