Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/103702/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/geometries/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/geometries/es/?format=api",
    "user": "https://weblate.osgeo.org/api/users/paulo/?format=api",
    "author": "https://weblate.osgeo.org/api/users/paulo/?format=api",
    "timestamp": "2025-08-31T21:10:24.136999Z",
    "action": 5,
    "target": "`ST_Length <http://postgis.net/docs/ST_Length.html>`_: Devuelve la longitud 2D de la geometría si es una línea o multilínea. Para geometry está en unidades de la referencia espacial y para geography está en metros (esferoide predeterminado).",
    "id": 2216540,
    "action_name": "Translation added",
    "url": "https://weblate.osgeo.org/api/changes/2216540/?format=api"
}