Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/16942/?format=api",
    "component": "https://weblate.rikka.app/api/components/shizuku/manager/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/shizuku/manager/ru/?format=api",
    "user": "https://weblate.rikka.app/api/users/Coool/?format=api",
    "author": "https://weblate.rikka.app/api/users/Dimitar157/?format=api",
    "timestamp": "2024-10-08T06:59:27.150069Z",
    "action": 7,
    "target": "Версия %2$s, %1$s<br>Запустите снова что бы обновиться до версии %3$s",
    "old": "Версия %2$s, %1$s<br>Обновитесь до версии %3$s и запустите снова",
    "details": {
        "state": 20,
        "source": "Version %2$s, %1$s<br>Start again to update to version %3$s",
        "old_state": 20
    },
    "id": 64401,
    "action_name": "Suggestion accepted",
    "url": "https://weblate.rikka.app/api/changes/64401/?format=api"
}