Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/3845351/?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:48:14.904678+02:00",
    "action": 2,
    "target": "Wiederholen",
    "old": "Nochmal",
    "details": {},
    "id": 13993103,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/13993103/?format=api"
}