Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/7582572/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/anaconda/f32/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/anaconda/f32/zh_CN/?format=api",
    "user": "https://translate.fedoraproject.org/api/users/fundawang/?format=api",
    "author": "https://translate.fedoraproject.org/api/users/fundawang/?format=api",
    "timestamp": "2024-02-13T16:20:27.774432Z",
    "action": 2,
    "target": "您真的想要退出吗?",
    "old": "您确定要停止吗?",
    "details": {
        "state": 20,
        "source": "Do you really want to quit?",
        "old_state": 20
    },
    "id": 14724690,
    "action_name": "Translation changed",
    "url": "https://translate.fedoraproject.org/api/changes/14724690/?format=api"
}