Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/100640/?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-08-31T21:46:54.961927Z",
    "action": 5,
    "target": "Podríamos haber unido cada estación de metro con su vecindario contenedor, pero en este caso queríamos información solo de una. Cualquier función que proporcione una relación verdadero/falso entre dos tablas puede usarse para realizar una unión espacial, pero las más comúnmente usadas son: :command:`ST_Intersects`, :command:`ST_Contains`, y :command:`ST_DWithin`.",
    "id": 2216699,
    "action_name": "Translation added",
    "url": "https://weblate.osgeo.org/api/changes/2216699/?format=api"
}