Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/98905/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/de9im/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/de9im/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-31T09:21:54.706138Z",
    "action": 5,
    "target": "Para los polígonos en el ejemplo anterior, la intersección de los interiores es un área bidimensional, por lo que esa parte de la matriz se completa con un \"2\". Los límites solo se intersectan en puntos, que son de dimensión cero, por lo que esa parte de la matriz se completa con un 0.",
    "id": 2216475,
    "action_name": "Translation added",
    "url": "https://weblate.osgeo.org/api/changes/2216475/?format=api"
}