Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/104687/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/projection/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/projection/ja/?format=api",
    "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
    "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
    "timestamp": "2023-12-21T10:05:28.816563Z",
    "action": 2,
    "target": "オンザフライ変換で :command:`ST_Transform` を使い過ぎないように注意して下さい。空間インデックスは格納されたジオメトリを使って構築されます。異なる SRID で比較された場合には、空間インデックスは (しばしば) 使用されません。データベースの全てのテーブルで **一つの SRID** を選ぶのが最善策です。変換関数は、外部アプリケーションとのデータの読み書きだけで使って下さい。",
    "id": 1900946,
    "action_name": "Translation changed",
    "url": "https://weblate.osgeo.org/api/changes/1900946/?format=api"
}