Changes API.

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

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

{
    "unit": "https://translate.sonoransoftware.com/api/units/33322/?format=api",
    "component": "https://translate.sonoransoftware.com/api/components/sonoran-cms/web-app/?format=api",
    "translation": "https://translate.sonoransoftware.com/api/translations/sonoran-cms/web-app/fr/?format=api",
    "user": "https://translate.sonoransoftware.com/api/users/sonoransoftware/?format=api",
    "author": "https://translate.sonoransoftware.com/api/users/sonoransoftware/?format=api",
    "timestamp": "2024-07-30T22:26:39.263659Z",
    "action": 32,
    "target": "Titre d'exemple",
    "old": "Titre d'exemple",
    "details": {
        "state": 20,
        "source": "Example title",
        "old_state": 20
    },
    "id": 108223,
    "action_name": "Bulk status changed",
    "url": "https://translate.sonoransoftware.com/api/changes/108223/?format=api"
}