Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/7817469/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/anaconda/rhel-9/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/anaconda/rhel-9/cs/?format=api",
    "user": "https://translate.fedoraproject.org/api/users/pavelb/?format=api",
    "author": "https://translate.fedoraproject.org/api/users/pavelb/?format=api",
    "timestamp": "2023-08-30T15:39:01.198795Z",
    "action": 2,
    "target": "_FTP proxy",
    "old": "_FTP Proxy",
    "details": {
        "state": 20,
        "source": "_FTP Proxy",
        "old_state": 20
    },
    "id": 12345288,
    "action_name": "Translation changed",
    "url": "https://translate.fedoraproject.org/api/changes/12345288/?format=api"
}