Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/47234/?format=api",
    "component": "https://weblate.rikka.app/api/components/app-ops/glossary/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/app-ops/glossary/zh_Hant/?format=api",
    "user": "https://weblate.rikka.app/api/users/Runer01/?format=api",
    "author": "https://weblate.rikka.app/api/users/Runer01/?format=api",
    "timestamp": "2023-07-15T03:44:18.546040Z",
    "action": 5,
    "target": "工作模式",
    "id": 45809,
    "action_name": "New translation",
    "url": "https://weblate.rikka.app/api/changes/45809/?format=api"
}