Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/2342221/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/geography/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/geography/zh_Hans/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-06-10T19:23:38.851495Z",
    "action": 30,
    "target": "By appending ``::geometry`` to our geography value, we convert the object to a geometry with an SRID of 4326. From there we can use as many geometry functions as strike our fancy. But, remember -- now that our object is a geometry, the coordinates will be interpreted as Cartesian coordinates, not spherical ones.",
    "id": 2138698,
    "action_name": "Source string changed",
    "url": "https://weblate.osgeo.org/api/changes/2138698/?format=api"
}