Changes API.

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

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

{
    "unit": "https://translate.engagevr.io/api/units/2332/?format=api",
    "component": "https://translate.engagevr.io/api/components/engage/database/?format=api",
    "translation": "https://translate.engagevr.io/api/translations/engage/database/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-10-16T07:51:31.931125Z",
    "action": 13,
    "target": "Text Input",
    "old": "Text Input",
    "details": {
        "state": 100,
        "source": "Text Input",
        "old_state": 100
    },
    "id": 2349,
    "action_name": "Source string added",
    "url": "https://translate.engagevr.io/api/changes/2349/?format=api"
}