Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/2342215/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/geography/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/geography/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-06-10T19:23:37.815197Z",
    "action": 71,
    "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": 2138684,
    "action_name": "String added in the repository",
    "url": "https://weblate.osgeo.org/api/changes/2138684/?format=api"
}