Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/101659/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/geography/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/geography/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-06-12T10:01:55.805734Z",
    "action": 9,
    "target": "ジオメトリデータをジオグラフィテーブルにロードするために、ジオメトリは最初に EPSG:4326 (経度/緯度) に投影変換する必要があります。それから、ジオグラフィに変換します。 :command:`ST_Transform(geometry,srid)` 関数は座標で地理座標系に変換し、 :command:`Geography(geometry)` 関数または ``::geography`` 後置詞でジオグラフィに「キャスト」します。",
    "id": 1454341,
    "action_name": "Translation uploaded",
    "url": "https://weblate.osgeo.org/api/changes/1454341/?format=api"
}