Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/8462459/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/anaconda/f35/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/anaconda/f35/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-02-17T11:10:34.232916Z",
    "action": 2,
    "target": "입력한 암호문이 다릅니다. 다시 시도하세요.",
    "old": "입력 한 비밀번호는 다릅니다. 다시 시도하십시오.",
    "details": {
        "state": 20,
        "source": "The passphrases you entered were different. Please try again.",
        "old_state": 20
    },
    "id": 14901323,
    "action_name": "Translation changed",
    "url": "https://translate.fedoraproject.org/api/changes/14901323/?format=api"
}