Changes API.

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

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

{
    "unit": "https://translate.habitica.com/api/units/2716978/?format=api",
    "component": "https://translate.habitica.com/api/components/habitica/gear/?format=api",
    "translation": "https://translate.habitica.com/api/translations/habitica/gear/zh_Hans/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-03-21T09:24:27.763438Z",
    "action": 30,
    "target": "The greater their glow, the more potent is their power. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2023 Spring Gear.",
    "id": 1234058,
    "action_name": "Source string changed",
    "url": "https://translate.habitica.com/api/changes/1234058/?format=api"
}