Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/471711/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/welcome/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/welcome/zh_Hans/?format=api",
    "user": "https://weblate.osgeo.org/api/users/onsummer/?format=api",
    "author": "https://weblate.osgeo.org/api/users/onsummer/?format=api",
    "timestamp": "2022-02-27T19:50:23.345201Z",
    "action": 2,
    "target": "函数名会用 **粗体字符** 来呈现。",
    "id": 11932,
    "action_name": "Translation changed",
    "url": "https://weblate.osgeo.org/api/changes/11932/?format=api"
}