Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/2241445/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/projection/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/projection/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-20T09:25:02.292790Z",
    "action": 26,
    "target": "`ST_SRID <http://postgis.net/docs/ST_SRID.html>`_: 返回 ST_Geometry 的空间参考标识符,如在 spatial_ref_sys 表中定义。",
    "id": 1958699,
    "action_name": "Suggestion removed",
    "url": "https://weblate.osgeo.org/api/changes/1958699/?format=api"
}