Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/2236645/?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/xinbo/?format=api",
    "author": "https://weblate.osgeo.org/api/users/xinbo/?format=api",
    "timestamp": "2024-05-06T02:57:15.492037Z",
    "action": 2,
    "target": "`sum(expression) <http://www.postgresql.org/docs/current/static/functions-aggregate.html#FUNCTIONS-AGGREGATE-TABLE>`_: PostgreSQL 聚合函数,返回一组记录中的记录总和。",
    "id": 1956755,
    "action_name": "Translation changed",
    "url": "https://weblate.osgeo.org/api/changes/1956755/?format=api"
}