Changes API.

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

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

{
    "unit": null,
    "component": null,
    "translation": null,
    "user": "https://weblate.dudu-auto.com/api/users/LuckyZone/?format=api",
    "author": "https://weblate.dudu-auto.com/api/users/LuckyZone/?format=api",
    "timestamp": "2024-04-11T00:50:49.650759Z",
    "action": 39,
    "target": "duduauto",
    "id": 6,
    "action_name": "Project removed",
    "url": "https://weblate.dudu-auto.com/api/changes/6/?format=api"
}