Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/82716406/?format=api",
    "component": "https://hosted.weblate.org/api/components/debian-handbook/07_solving-problems/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/debian-handbook/07_solving-problems/ja/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-09-07T09:49:04.807273+02:00",
    "action": 59,
    "target": "問題に対する予防手段として、管理者は日常的に最も重要なサーバログを読むべきです。そうすれば、不満を抱くユーザから報告を受ける前に問題を調査できます。実際のところ、ユーザは報告の前に問題が数日間にわたって繰り返して起こるまで待つかもしれません。長いログファイルの内容を分析するには専用ツールを使います。数多くのサーバに対して専用のログ分析ツールが存在し、特にウェブサーバ (Apache 向けの <command>analog</command>、<command>awstats</command>、<command>webalizer</command>)、FTP サーバ、プロキシ/キャッシュサーバ、ファイアウォール、電子メールサーバ、DNS サーバ、プリンタサーバに対してはそのログを解析するユーティリティが存在します。また、ログファイルから対処が必要な警告を検索する <command>logcheck</command> (<xref linkend=\"security\" />で紹介するソフトウェア) などの他のツールも存在します。",
    "id": 34061454,
    "action_name": "String updated in the repository",
    "url": "https://hosted.weblate.org/api/changes/34061454/?format=api"
}