Changes API.

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

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

{
    "unit": null,
    "component": "https://weblate.rikka.app/api/components/app-ops/ops/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/app-ops/ops/ar/?format=api",
    "user": "https://weblate.rikka.app/api/users/rikka/?format=api",
    "author": null,
    "timestamp": "2020-07-15T17:03:41.717621Z",
    "action": 17,
    "target": "",
    "id": 3126,
    "action_name": "Committed changes",
    "url": "https://weblate.rikka.app/api/changes/3126/?format=api"
}