Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/98216/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/installation/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/installation/de/?format=api",
    "user": "https://weblate.osgeo.org/api/users/astrid_emde/?format=api",
    "author": "https://weblate.osgeo.org/api/users/astrid_emde/?format=api",
    "timestamp": "2022-01-07T12:49:50.668335Z",
    "action": 5,
    "target": "Gehen Sie in den Bereich \"Spatial Extensions\" und wählen Sie die aktuellste \"PostGIS ..Bundle\" Option.",
    "id": 5396,
    "action_name": "Translation added",
    "url": "https://weblate.osgeo.org/api/changes/5396/?format=api"
}