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

{
    "unit": "https://weblate.protegus.eu/api/units/186810/?format=api",
    "component": "https://weblate.protegus.eu/api/components/monasms/managerserver/?format=api",
    "translation": "https://weblate.protegus.eu/api/translations/monasms/managerserver/el/?format=api",
    "dictionary": null,
    "user": 37,
    "author": 37,
    "timestamp": "2023-09-02T22:57:33.783793+03:00",
    "action": 5,
    "target": "Το πρόγραμμα οδήγησης {0}\" έφυγε από τη ζώνη \"{1}\".\"",
    "id": 132640,
    "action_name": "New translation",
    "url": "https://weblate.protegus.eu/api/changes/132640/?format=api"
}