Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/10016/?format=api",
    "component": "https://weblate.rikka.app/api/components/app-ops/app/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/app-ops/app/de/?format=api",
    "user": "https://weblate.rikka.app/api/users/LasseMacchiato/?format=api",
    "author": "https://weblate.rikka.app/api/users/LasseMacchiato/?format=api",
    "timestamp": "2021-06-30T13:38:43.462855Z",
    "action": 2,
    "target": "Wenn du dir nicht sicher bist, ob dieses Problem bei deinem System besteht (z.B. Pixel oder AOSP-ähnliche ROMs), aktiviere diese Option, sodass die automatische Wiederstellung nicht erzwungen wird",
    "id": 9957,
    "action_name": "Translation changed",
    "url": "https://weblate.rikka.app/api/changes/9957/?format=api"
}