Changes API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/changes/14008272/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "https://hosted.weblate.org/api/units/3845365/?format=api",
    "component": "https://hosted.weblate.org/api/components/qooxdoo/demobrowser/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/qooxdoo/demobrowser/de/?format=api",
    "user": "https://hosted.weblate.org/api/users/milotype/?format=api",
    "author": "https://hosted.weblate.org/api/users/milotype/?format=api",
    "timestamp": "2021-10-16T15:51:42.709306+02:00",
    "action": 2,
    "target": "Rückgängig",
    "old": "Zurück",
    "details": {},
    "id": 14008272,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/14008272/?format=api"
}