Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/9359055/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/anaconda/f36/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/anaconda/f36/ko/?format=api",
    "user": "https://translate.fedoraproject.org/api/users/simmon/?format=api",
    "author": "https://translate.fedoraproject.org/api/users/simmon/?format=api",
    "timestamp": "2024-01-25T15:39:01.556682Z",
    "action": 2,
    "target": "이 장치는 암호화 되었고 유효한 암호문 없이 읽을 수 없습니다. 아래에서 잠금 해제를 할 수 있습니다.",
    "old": "이 장치는 암호화되어 유효한 암호문없이 읽을 수 없습니다. 아래에서 잠금 해제를 할 수 있습니다.",
    "details": {
        "state": 20,
        "source": "This device is encrypted and cannot be read without a valid passphrase. You may unlock it below.",
        "old_state": 20
    },
    "id": 14593798,
    "action_name": "Translation changed",
    "url": "https://translate.fedoraproject.org/api/changes/14593798/?format=api"
}