Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/2236725/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/zh_Hans/?format=api",
    "user": "https://weblate.osgeo.org/api/users/xinbo/?format=api",
    "author": "https://weblate.osgeo.org/api/users/xinbo/?format=api",
    "timestamp": "2025-03-26T08:24:36.599408Z",
    "action": 5,
    "target": "与 :command:ST_Intersects 相对的是 :command:`ST_Disjoint(geometry A , geometry B)`。若两个几何图形互不相交(disjoint),则它们不存在任何空间交集,反之亦然。实际上,测试\"不相交\"(not intersects)通常比直接测试\"相离\"(disjoint)更高效——因为相交测试可利用空间索引优化,而相离测试则无法利用索引。",
    "id": 2042332,
    "action_name": "Translation added",
    "url": "https://weblate.osgeo.org/api/changes/2042332/?format=api"
}