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

{
    "unit": "https://weblate.protegus.eu/api/units/156153/?format=api",
    "component": "https://weblate.protegus.eu/api/components/trikdisconfig/tc/?format=api",
    "translation": "https://weblate.protegus.eu/api/translations/trikdisconfig/tc/ru/?format=api",
    "dictionary": null,
    "user": 12,
    "author": 12,
    "timestamp": "2022-04-07T13:30:33.132513+03:00",
    "action": 5,
    "target": "Фильтровать по типу устройства",
    "id": 91160,
    "action_name": "New translation",
    "url": "https://weblate.protegus.eu/api/changes/91160/?format=api"
}