Changes API.

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

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

{
    "unit": null,
    "component": "http://translate.gtaf.org/api/components/sadiq/glossary/?format=api",
    "translation": "http://translate.gtaf.org/api/translations/sadiq/glossary/fr/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-01-04T11:26:09.217933Z",
    "action": 17,
    "target": "",
    "id": 123310,
    "action_name": "Changes committed",
    "url": "http://translate.gtaf.org/api/changes/123310/?format=api"
}