Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/104657/?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-08-23T07:09:06.836501Z",
    "action": 7,
    "target": "ここまでで :ref:`ニューヨーク市のデータのロード<loading_data>` の時に投影法を目にしています (厄介な SRID 26918 を思い出して下さい)。しかしながら、時々、空間参照系間の変換を行う必要があります。PostGIS は :command:`ST_Transform(geometry, srid)` 関数を使って、データの投影を変更に対応する機能が組み込まれています。ジオメトリの空間参照系識別子の管理のために PostGIS では :command:`ST_SRID(geometry)` と :command:`ST_SetSRID(geometry, srid)` 関数が提供されています。",
    "id": 1473757,
    "action_name": "Suggestion accepted",
    "url": "https://weblate.osgeo.org/api/changes/1473757/?format=api"
}