Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/2264921/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/indexing/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/indexing/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:43:34.451913Z",
    "action": 2,
    "target": "Para añadir aceleración por índices a otras funciones que no están en esta lista (la más habitual, `ST_Relate <http://postgis.net/docs/ST_Relate.html>`_) hay que añadir una clausula de indexación como la descrita debajo.",
    "id": 2216684,
    "action_name": "Translation changed",
    "url": "https://weblate.osgeo.org/api/changes/2216684/?format=api"
}