Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/2236749/?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": "2024-05-06T02:55:59.274412Z",
    "action": 5,
    "target": "`ST_Intersects(geometry A, geometry B) <http://postgis.net/docs/ST_Intersects.html>`_: 如果几何/地理“空间相交”(有任意部分重叠),则返回 TRUE,否则返回 (FALSE它们不相交)。",
    "id": 1956750,
    "action_name": "Translation added",
    "url": "https://weblate.osgeo.org/api/changes/1956750/?format=api"
}