Changes API.

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

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

{
    "unit": "https://translate.tails.net/api/units/727361/?format=api",
    "component": "https://translate.tails.net/api/components/tails/encryption_and_privacyindex/?format=api",
    "translation": "https://translate.tails.net/api/translations/tails/encryption_and_privacyindex/pt/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-06-10T12:32:19.322373Z",
    "action": 59,
    "target": "[[Criando e usando volumes criptografados com *LUKS*|encryption_and_privacy/encrypted_volumes]]",
    "old": "",
    "details": {
        "state": 10,
        "source": "[[Creating and using *LUKS* encrypted volumes|encryption_and_privacy/encrypted_volumes]]",
        "old_state": -1
    },
    "id": 3456457,
    "action_name": "String updated in the repository",
    "url": "https://translate.tails.net/api/changes/3456457/?format=api"
}