Changes API.

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

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

{
    "unit": "https://translate.habitica.com/api/units/241978/?format=api",
    "component": "https://translate.habitica.com/api/components/habitica/settings/?format=api",
    "translation": "https://translate.habitica.com/api/translations/habitica/settings/en_GB/?format=api",
    "user": "https://translate.habitica.com/api/users/RivianTheDragon/?format=api",
    "author": "https://translate.habitica.com/api/users/RivianTheDragon/?format=api",
    "timestamp": "2025-03-21T04:58:47.052713Z",
    "action": 2,
    "target": "Webhooks provide a way for developers to receive notifications when a particular action is performed, such as scoring or updating a Task, or sending a message in a Group. By creating a webhook, you will be able to listen to changes in Habitica and build apps that respond to these changes.<br><br>For additional information and examples on webhooks, please visit our <a target=\"_blank\" href=\"https://habitica.com/apidoc/#api-Webhook-AddWebhook\">API Docs</a>.",
    "id": 1232813,
    "action_name": "Translation changed",
    "url": "https://translate.habitica.com/api/changes/1232813/?format=api"
}