Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/98966/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/validity/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/validity/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-09-13T09:10:18.463744Z",
    "action": 4,
    "target": "ポリゴンを単純な構造 (リング) に分解して、リングが妥当性の規則に従うことを確実にして、リング同士の規則に従った新しいポリゴンを生成することで、不正を修復できます。多くの場合、結果は直感的ですが、非常に行儀の悪い入力の場合には、妥当な出力なのに、どのように見えるかの直感を満たさない場合があります。PostGIS の最近のバージョンでは、ジオメトリの修復のための異なるアルゴリズムがあります: `マニュアルページ <http://postgis.net/docs/ja/ST_MakeValid.html>`_ を注意深く読んで、お好みのものを採用して下さい。",
    "id": 1504302,
    "action_name": "Suggestion added",
    "url": "https://weblate.osgeo.org/api/changes/1504302/?format=api"
}