Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/3601/?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-30T12:50:30.424355Z",
    "action": 5,
    "target": "Wenn du Apps die Nutzung der Zwischenablage verweigerst, wird im Hinweisfenster die \"Zulassen-Schaltfläche\" für den temporären Zugriff angezeigt.\n\nBeachte, dass du auch benachrichtigt wirst, wenn du selbst versuchst, zu kopieren oder einzufügen (Zugriffe auf die Zwischenablage durch dich oder die App sind technisch gleich).",
    "id": 9923,
    "action_name": "New translation",
    "url": "https://weblate.rikka.app/api/changes/9923/?format=api"
}