Changes API.

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

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

{
    "unit": "https://translate.habitica.com/api/units/3346007/?format=api",
    "component": "https://translate.habitica.com/api/components/habitica/backgrounds/?format=api",
    "translation": "https://translate.habitica.com/api/translations/habitica/backgrounds/pt_BR/?format=api",
    "user": "https://translate.habitica.com/api/users/blarissa/?format=api",
    "author": "https://translate.habitica.com/api/users/blarissa/?format=api",
    "timestamp": "2025-03-22T13:26:15.499242Z",
    "action": 5,
    "target": "Aproveite as flores da primavera em um jardim com canteiros de flores.",
    "id": 1234538,
    "action_name": "New translation",
    "url": "https://translate.habitica.com/api/changes/1234538/?format=api"
}