Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/98005/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/index/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/index/es/?format=api",
    "user": "https://weblate.osgeo.org/api/users/dmateos/?format=api",
    "author": "https://weblate.osgeo.org/api/users/dmateos/?format=api",
    "timestamp": "2022-01-08T01:50:46.816116Z",
    "action": 5,
    "target": "Clientes de escritorio libres",
    "id": 5614,
    "action_name": "Translation added",
    "url": "https://weblate.osgeo.org/api/changes/5614/?format=api"
}