Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/618204/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/camorama/master/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/camorama/master/zh_CN/?format=api",
    "user": "https://translate.fedoraproject.org/api/users/lchh/?format=api",
    "author": "https://translate.fedoraproject.org/api/users/lchh/?format=api",
    "timestamp": "2022-03-23T04:12:40.230006Z",
    "action": 2,
    "target": "启用调试代码",
    "old": "启用调试代码",
    "details": {
        "state": 20,
        "source": "enable debugging code",
        "old_state": 10
    },
    "id": 4534275,
    "action_name": "Translation changed",
    "url": "https://translate.fedoraproject.org/api/changes/4534275/?format=api"
}