Changes API


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

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

{
    "unit": null,
    "component": "https://weblate.protegus.eu/api/components/trikdisconfig/t16/?format=api",
    "translation": "https://weblate.protegus.eu/api/translations/trikdisconfig/t16/hu/?format=api",
    "dictionary": null,
    "user": 5,
    "author": null,
    "timestamp": "2023-05-31T12:31:51.207054+03:00",
    "action": 17,
    "target": "",
    "id": 120651,
    "action_name": "Committed changes",
    "url": "https://weblate.protegus.eu/api/changes/120651/?format=api"
}