Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/105588113/?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:49:26.787896+02:00",
    "action": 5,
    "target": "コンピューシェーダーの実行にかかる時間に応じて、各ディスパッチにかかる時間を短縮し、TDR がトリガーされる可能性を減らすため、コンピュートシェーダーを複数のディスパッチに分割する必要がある場合があります。 TDRが時間に依存することを考えると、低速なGPUは高速なGPUに比べて、特定のコンピュートシェーダーを実行するときにTDRが発生しやすい可能性があります。",
    "id": 92728938,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/92728938/?format=api"
}