Changes API.

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

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

{
    "unit": "https://weblate.mineland.net/api/units/2124794/?format=api",
    "component": "https://weblate.mineland.net/api/components/mineland/mineland/?format=api",
    "translation": "https://weblate.mineland.net/api/translations/mineland/mineland/it/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2026-04-08T23:03:51.599968+03:00",
    "action": 59,
    "target": "",
    "id": 123839888,
    "action_name": "String updated in the repository",
    "url": "https://weblate.mineland.net/api/changes/123839888/?format=api"
}