Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/1514001/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/index/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/index/es/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-12-31T00:59:10.874629Z",
    "action": 30,
    "target": "Docs - https://postgis.net/docs/",
    "id": 1093403,
    "action_name": "Source string changed",
    "url": "https://weblate.osgeo.org/api/changes/1093403/?format=api"
}