Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/104707/?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.250731Z",
    "action": 4,
    "target": "SRID の指定なしでデータのロードやジオメトリの生成を行う場合には、SRID 値は 0 になります。:ref:`geometries` を思い出して下さい。``geometries`` テーブルを生成した時に、SRID を指定していませんでした。データベースにクエリを出す場合には、全ての ``nyc_`` テーブルが SRID 26918 を持つことを期待されているのに、``geometries`` テーブルは SRID はデフォルトで 0 でした。",
    "id": 1900933,
    "action_name": "Suggestion added",
    "url": "https://weblate.osgeo.org/api/changes/1900933/?format=api"
}