Changes API.

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

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

{
    "unit": null,
    "component": "https://weblate.linphone.org/api/components/linphone/linphone-android/?format=api",
    "translation": null,
    "glossary_term": null,
    "user": null,
    "author": null,
    "timestamp": "2020-09-24T08:50:05.051302Z",
    "action": 21,
    "target": "",
    "id": 42,
    "action_name": "Rebased repository",
    "url": "https://weblate.linphone.org/api/changes/42/?format=api"
}