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

{
    "unit": "https://weblate.protegus.eu/api/units/190334/?format=api",
    "component": "https://weblate.protegus.eu/api/components/trikdisconfig/t16/?format=api",
    "translation": "https://weblate.protegus.eu/api/translations/trikdisconfig/t16/el/?format=api",
    "dictionary": null,
    "user": 37,
    "author": 37,
    "timestamp": "2023-09-05T22:50:40.040770+03:00",
    "action": 2,
    "target": "DKey 8",
    "id": 135690,
    "action_name": "Translation changed",
    "url": "https://weblate.protegus.eu/api/changes/135690/?format=api"
}