Changes API.

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

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

{
    "unit": null,
    "component": null,
    "translation": null,
    "glossary_term": null,
    "user": "https://weblate.linphone.org/api/users/danmei.chen/?format=api",
    "author": "https://weblate.linphone.org/api/users/danmei.chen/?format=api",
    "timestamp": "2020-12-02T11:00:39.593723Z",
    "action": 38,
    "target": "sidemenuview",
    "id": 3505,
    "action_name": "Removed component",
    "url": "https://weblate.linphone.org/api/changes/3505/?format=api"
}