Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/10556/?format=api",
    "component": "https://weblate.rikka.app/api/components/wadb/app/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/wadb/app/tr/?format=api",
    "user": "https://weblate.rikka.app/api/users/dirt3009/?format=api",
    "author": "https://weblate.rikka.app/api/users/dirt3009/?format=api",
    "timestamp": "2020-11-14T15:52:14.393606Z",
    "action": 5,
    "target": "Bu cihazda kök kullanıcı (root) izni yok veya izin kök kullanıcı yönetimi uygulaması tarafından engellendi.",
    "id": 7521,
    "action_name": "New translation",
    "url": "https://weblate.rikka.app/api/changes/7521/?format=api"
}