Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/2241898/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/geography/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/geography/zh_Hans/?format=api",
    "user": "https://weblate.osgeo.org/api/users/wangcx/?format=api",
    "author": "https://weblate.osgeo.org/api/users/wangcx/?format=api",
    "timestamp": "2024-05-20T08:37:20.654987Z",
    "action": 5,
    "target": "在表定义中,``GEOGRAPHY(Point)`` 将机场数据类型指定为点。新的地理字段不会在``geometry_columns``视图中注册。相反,它们被注册在一个名为``geography_columns``的视图中。",
    "id": 1958660,
    "action_name": "Translation added",
    "url": "https://weblate.osgeo.org/api/changes/1958660/?format=api"
}