Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/104682/?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:02:00.185281Z",
    "action": 4,
    "target": "まとめると、座標と SRID は、地球上の位置が定義するものです。SRID なしでは、座標は抽象的な観念にすぎません。「デカルト」座標平面は、地表面上の位置の「平らな」座標系として定義されます。PostGIS 関数はこのような平面の上で動作するので、比較操作には、両方のジオメトリが同じ SRID で表現されている必要があります。",
    "id": 1900922,
    "action_name": "Suggestion added",
    "url": "https://weblate.osgeo.org/api/changes/1900922/?format=api"
}