Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/2340246/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/joins/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/joins/sv/?format=api",
    "user": "https://weblate.osgeo.org/api/users/yeager/?format=api",
    "author": "https://weblate.osgeo.org/api/users/yeager/?format=api",
    "timestamp": "2025-06-06T06:24:48.707033Z",
    "action": 2,
    "target": "Klausulen ``JOIN`` kombinerar två ``FROM``-objekt.  Som standard använder vi en ``INNER JOIN``, men det finns fyra andra typer av sammanfogningar. För mer information se definitionen av `join_type <http://www.postgresql.org/docs/9.1/interactive/sql-select.html#SQL-FROM>`_ i PostgreSQL-dokumentationen.",
    "id": 2136199,
    "action_name": "Translation changed",
    "url": "https://weblate.osgeo.org/api/changes/2136199/?format=api"
}