Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/2183009/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/welcome/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/welcome/uk/?format=api",
    "user": "https://weblate.osgeo.org/api/users/dkovshun/?format=api",
    "author": "https://weblate.osgeo.org/api/users/dkovshun/?format=api",
    "timestamp": "2023-10-14T17:13:01.854763Z",
    "action": 5,
    "target": "Ласкаво просимо",
    "id": 1878201,
    "action_name": "Translation added",
    "url": "https://weblate.osgeo.org/api/changes/1878201/?format=api"
}