Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/2360619/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/spatial_relationships/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/spatial_relationships/uk/?format=api",
    "user": "https://weblate.osgeo.org/api/users/dkovshun/?format=api",
    "author": "https://weblate.osgeo.org/api/users/dkovshun/?format=api",
    "timestamp": "2025-08-12T18:08:01.570584Z",
    "action": 5,
    "target": "Протилежністю ST_Intersects є :command:`ST_Disjoint(geometry A , geometry B)`. Якщо дві геометрії є роз'єднаними, вони не перетинаються, і навпаки. Насправді, часто ефективніше перевіряти «не перетинається», ніж «роз'єднане», оскільки перевірки перетину можуть бути індексовані просторово, а перевірки роз'єднання — ні.",
    "id": 2193489,
    "action_name": "Translation added",
    "url": "https://weblate.osgeo.org/api/changes/2193489/?format=api"
}