Changes API.

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

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

{
    "unit": "https://weblate.linphone.org/api/units/18405/?format=api",
    "component": "https://weblate.linphone.org/api/components/linphone/linphone-android/?format=api",
    "translation": "https://weblate.linphone.org/api/translations/linphone/linphone-android/zh_Hans/?format=api",
    "glossary_term": null,
    "user": "https://weblate.linphone.org/api/users/alice.ching/?format=api",
    "author": "https://weblate.linphone.org/api/users/alice.ching/?format=api",
    "timestamp": "2020-11-05T18:54:56.528174Z",
    "action": 2,
    "target": "%s 的加密身份密钥已更改",
    "id": 1007,
    "action_name": "Translation changed",
    "url": "https://weblate.linphone.org/api/changes/1007/?format=api"
}