Changes API.

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

GET /api/changes/4706/?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-03T20:40:17.892909Z",
    "action": 38,
    "target": "localizable",
    "id": 4706,
    "action_name": "Removed component",
    "url": "https://weblate.linphone.org/api/changes/4706/?format=api"
}