Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/2236761/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships_exercises/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships_exercises/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-06T01:35:51.964873Z",
    "action": 2,
    "target": ":command:`ST_DWithin(geometry A, geometry B, radius)`如果几何图形 A 与几何图形 B 的距离为‘radius’或更近,则返回 true",
    "id": 1956688,
    "action_name": "Translation changed",
    "url": "https://weblate.osgeo.org/api/changes/1956688/?format=api"
}