Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/7887/?format=api",
    "component": "https://weblate.rikka.app/api/components/app-ops/ops/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/app-ops/ops/pt_BR/?format=api",
    "user": "https://weblate.rikka.app/api/users/Wljuninho/?format=api",
    "author": "https://weblate.rikka.app/api/users/Wljuninho/?format=api",
    "timestamp": "2021-07-03T08:05:10.399944Z",
    "action": 2,
    "target": "On stock Android, WAKE_LOCK is only used for statistics and has no practical effect. <b><a href=https://github.com/aosp-mirror/platform_frameworks_base/blob/oreo-release/services/core/java/com/android/server/power/Notifier.java#L191-L193>View related code</a></b><p>If you want to restrict the app from running in the background, please directly modify the \"Run in background\" option (requires Android 7.0 or higher).",
    "id": 10078,
    "action_name": "Translation changed",
    "url": "https://weblate.rikka.app/api/changes/10078/?format=api"
}