Changes API.

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

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

{
    "unit": "https://translate.engagevr.io/api/units/2352/?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.932022Z",
    "action": 13,
    "target": "Quick Quiz",
    "old": "Quick Quiz",
    "details": {
        "state": 100,
        "source": "Quick Quiz",
        "old_state": 100
    },
    "id": 2369,
    "action_name": "Source string added",
    "url": "https://translate.engagevr.io/api/changes/2369/?format=api"
}