Changes API


See <a href="https://docs.weblate.org/en/weblate-3.4/api.html#changes">the Weblate's Web API documentation</a> for detailed
description of the API.

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

{
    "unit": null,
    "component": "http://weblate.openstreetbrowser.org/api/components/openstreetbrowser/main-categories/?format=api",
    "translation": "http://weblate.openstreetbrowser.org/api/translations/openstreetbrowser/main-categories/tr/?format=api",
    "dictionary": null,
    "user": null,
    "author": null,
    "timestamp": "2024-03-27T20:18:56.701316Z",
    "action": 17,
    "target": "",
    "id": 19752,
    "action_name": "Committed changes",
    "url": "http://weblate.openstreetbrowser.org/api/changes/19752/?format=api"
}