Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/2236643/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/simple_sql_exercises/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/simple_sql_exercises/zh_Hans/?format=api",
    "user": "https://weblate.osgeo.org/api/users/zcw5/?format=api",
    "author": "https://weblate.osgeo.org/api/users/zcw5/?format=api",
    "timestamp": "2024-02-23T02:52:00.593306Z",
    "action": 5,
    "target": "`avg(expression) <http://www.postgresql.org/docs/current/static/functions-aggregate.html#FUNCTIONS-AGGREGATE-TABLE>`_: 返回数值列的平均值的PostgreSQL聚合函数",
    "id": 1948435,
    "action_name": "Translation added",
    "url": "https://weblate.osgeo.org/api/changes/1948435/?format=api"
}