Changes API.

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

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

{
    "unit": "https://translate.sonoransoftware.com/api/units/42964/?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/ko/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-06-05T18:03:06.838548Z",
    "action": 30,
    "target": "Find the file in your Google Drive that you would like to download!",
    "old": "Find the file in your google dirve that you would like to download!",
    "details": {
        "state": 10,
        "source": "Find the file in your Google Drive that you would like to download!",
        "old_state": 30
    },
    "id": 255399,
    "action_name": "Source string changed",
    "url": "https://translate.sonoransoftware.com/api/changes/255399/?format=api"
}