Changes API.

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

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

{
    "unit": null,
    "component": null,
    "translation": null,
    "glossary_term": null,
    "user": "http://weblate.ops404.it/api/users/giovanni-ooops/?format=api",
    "author": "http://weblate.ops404.it/api/users/giovanni-ooops/?format=api",
    "timestamp": "2024-09-05T15:38:19.196272+02:00",
    "action": 50,
    "target": "",
    "id": 67414,
    "action_name": "Created project",
    "url": "http://weblate.ops404.it/api/changes/67414/?format=api"
}