Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/43743/?format=api",
    "component": "https://weblate.rikka.app/api/components/takostats/application/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/takostats/application/zh_Hant/?format=api",
    "user": "https://weblate.rikka.app/api/users/Adeptus2/?format=api",
    "author": "https://weblate.rikka.app/api/users/Adeptus2/?format=api",
    "timestamp": "2023-07-30T14:06:09.485532Z",
    "action": 2,
    "target": "選擇要記錄的應用程式",
    "old": "選擇要記錄的應用",
    "details": {
        "state": 20,
        "source": "Choose apps to record",
        "old_state": 20
    },
    "id": 47293,
    "action_name": "Translation changed",
    "url": "https://weblate.rikka.app/api/changes/47293/?format=api"
}