Changes API.

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

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

{
    "unit": "http://translate.pkp.sfu.ca/api/units/928801/?format=api",
    "component": "http://translate.pkp.sfu.ca/api/components/pkp-lib/emails/?format=api",
    "translation": "http://translate.pkp.sfu.ca/api/translations/pkp-lib/emails/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-02-28T23:30:12.844382Z",
    "action": 59,
    "target": "<div class='email-container'>    <div class='email-header'>        <h2>Removed from a Role</h2>    </div>    <div class='email-content'>        <p>Dear {$recipientName},</p>        <p>Thank you very much for your participation in the role of {$roleRemoved} at {$contextName}.</p>        <p>This is a notice to let you know that you have been removed from the following role at {$contextName}: <b>{$roleRemoved}</b>.</p>        <p>Your account with {$contextName} is still active and any other roles you previously held are still active.</p>        <p>Feel free to contact me with any questions about the process.</p>        <p>Kind regards,</p>        <p>{$contextName}</p>    </div></div><style>{$emailTemplateStyle}</style>",
    "id": 979027,
    "action_name": "String updated in the repository",
    "url": "http://translate.pkp.sfu.ca/api/changes/979027/?format=api"
}