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

{
    "unit": "https://weblate.protegus.eu/api/units/171808/?format=api",
    "component": "https://weblate.protegus.eu/api/components/trikdisconfig/cg17/?format=api",
    "translation": "https://weblate.protegus.eu/api/translations/trikdisconfig/cg17/he/?format=api",
    "dictionary": null,
    "user": 35,
    "author": 35,
    "timestamp": "2024-04-14T15:28:12.142691+03:00",
    "action": 2,
    "target": "לחצן מספר 6 במקלדת",
    "id": 167457,
    "action_name": "Translation changed",
    "url": "https://weblate.protegus.eu/api/changes/167457/?format=api"
}