Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/100666/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/joins/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/joins/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-09-02T03:02:18.878140Z",
    "action": 5,
    "target": "Como antes, las uniones crean una tabla virtual de todas las combinaciones posibles disponibles dentro de las restricciones de ``JOIN ON``, y esas filas luego se pasan a un resumen con ``GROUP``. La magia espacial está en la función ``ST_DWithin``, que asegura que solo los bloques censales cercanos a las estaciones de metro apropiadas se incluyan en el cálculo.",
    "id": 2216844,
    "action_name": "Translation added",
    "url": "https://weblate.osgeo.org/api/changes/2216844/?format=api"
}