Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/2236817/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/joins/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/joins/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": "2025-03-27T07:15:34.476942Z",
    "action": 2,
    "target": "`sum(expression) <http://www.postgresql.org/docs/current/static/functions-aggregate.html#FUNCTIONS-AGGREGATE-TABLE>`_:PostgreSQL 聚合函数,用于计算记录集中所有记录的总和值。",
    "id": 2042713,
    "action_name": "Translation changed",
    "url": "https://weblate.osgeo.org/api/changes/2042713/?format=api"
}