Changes API.

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

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

{
    "unit": "https://translate.seerr.dev/api/units/410/?format=api",
    "component": "https://translate.seerr.dev/api/components/seerr/seerr-frontend/?format=api",
    "translation": "https://translate.seerr.dev/api/translations/seerr/seerr-frontend/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-01-03T08:12:34.388385Z",
    "action": 59,
    "target": "{quotaLimit} <quotaUnits>{seasons} per {quotaDays} {days}</quotaUnits>",
    "old": "",
    "details": {
        "state": 100,
        "source": "{quotaLimit} <quotaUnits>{seasons} per {quotaDays} {days}</quotaUnits>",
        "old_state": -1
    },
    "id": 414,
    "action_name": "String updated in the repository",
    "url": "https://translate.seerr.dev/api/changes/414/?format=api"
}