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

{
    "unit": "https://weblate.protegus.eu/api/units/267659/?format=api",
    "component": "https://weblate.protegus.eu/api/components/protegus2/eventnames/?format=api",
    "translation": "https://weblate.protegus.eu/api/translations/protegus2/eventnames/ar/?format=api",
    "dictionary": null,
    "user": null,
    "author": null,
    "timestamp": "2025-08-06T12:54:54.137784+03:00",
    "action": 13,
    "target": "",
    "id": 216403,
    "action_name": "New source string",
    "url": "https://weblate.protegus.eu/api/changes/216403/?format=api"
}