Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/2241921/?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-20T09:21:14.072979Z",
    "action": 5,
    "target": "例如, :command:`ST_Buffer(geography,distance)` 函数将地理对象转换为“最佳”投影,对其进行缓冲,然后将其转换回地理。如果没有“最佳”投影(对象太大),则操作可能失败或返回格式错误的缓冲区。",
    "id": 1958686,
    "action_name": "Translation added",
    "url": "https://weblate.osgeo.org/api/changes/1958686/?format=api"
}