Changes API.

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

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

{
    "unit": "https://translate.engagevr.io/api/units/2318/?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.930480Z",
    "action": 13,
    "target": "Audio Volume Scale",
    "old": "Audio Volume Scale",
    "details": {
        "state": 100,
        "source": "Audio Volume Scale",
        "old_state": 100
    },
    "id": 2335,
    "action_name": "Source string added",
    "url": "https://translate.engagevr.io/api/changes/2335/?format=api"
}