Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/2241430/?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/xinbo/?format=api",
    "author": "https://weblate.osgeo.org/api/users/xinbo/?format=api",
    "timestamp": "2024-05-06T06:02:06.316529Z",
    "action": 5,
    "target": "小心不要过于高兴地使用:command:`ST_Transform` 进行即时转换。空间索引是使用存储的几何图形的 SRID 构建的。如果在不同的 SRID 中进行比较,则(通常)不使用空间索引。最佳实践是为数据库中的所有表选择**一个 SRID**。仅当您向外部应用程序读取或写入数据时才使用转换函数。",
    "id": 1956924,
    "action_name": "Translation added",
    "url": "https://weblate.osgeo.org/api/changes/1956924/?format=api"
}