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/104419/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "https://weblate.protegus.eu/api/units/77457/?format=api",
    "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": 5,
    "timestamp": "2023-01-19T09:44:02.619572+02:00",
    "action": 2,
    "target": "Gyári beállítások visszaállítása",
    "id": 104419,
    "action_name": "Translation changed",
    "url": "https://weblate.protegus.eu/api/changes/104419/?format=api"
}