Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/105588111/?format=api",
    "component": "https://hosted.weblate.org/api/components/godot-engine/godot-docs/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/godot-engine/godot-docs/ja/?format=api",
    "user": "https://hosted.weblate.org/api/users/ueshita/?format=api",
    "author": "https://hosted.weblate.org/api/users/ueshita/?format=api",
    "timestamp": "2024-05-19T15:46:15.358885+02:00",
    "action": 5,
    "target": "すぐに ``sync()`` を呼び出してRenderingDeviceを同期させないほうが理想的にはいいです。これはCPUがGPUの処理を完了するまで待機することになるからです。この例ではデータをすぐに読み取るため直後に同期しています。一般的にはGPUがCPUと並行して実行できるように、同期する前に *少なくとも* 2~3フレーム待機する必要があります。",
    "id": 92728872,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/92728872/?format=api"
}