Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/7510348/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/anaconda/f32/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/anaconda/f32/fr/?format=api",
    "user": "https://translate.fedoraproject.org/api/users/harmful-breeze/?format=api",
    "author": "https://translate.fedoraproject.org/api/users/harmful-breeze/?format=api",
    "timestamp": "2024-08-20T12:16:23.536726Z",
    "action": 2,
    "target": "%(desc)s doit être monté sur l'un des points de montages suivants : %(mountpoints)s.",
    "old": "%(desc)s doit être monté sur un des périphériques suivants : %(mountpoints)s.",
    "details": {
        "state": 20,
        "source": "%(desc)s must be mounted on one of %(mountpoints)s.",
        "old_state": 20
    },
    "id": 16888140,
    "action_name": "Translation changed",
    "url": "https://translate.fedoraproject.org/api/changes/16888140/?format=api"
}