Changes API.

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

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

{
    "unit": "https://translate.seerr.dev/api/units/2123/?format=api",
    "component": "https://translate.seerr.dev/api/components/seerr/seerr-frontend/?format=api",
    "translation": "https://translate.seerr.dev/api/translations/seerr/seerr-frontend/ar/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-01-03T08:12:36.802686Z",
    "action": 59,
    "target": "تستطيع الإطلاع على هذه السجلات ايضا من خلال <code>stdout</code>, أو في <code>{appDataPath}/logs/overseerr.log</code>.",
    "old": "",
    "details": {
        "state": 20,
        "source": "You can also view these logs directly via <code>stdout</code>, or in <code>{appDataPath}/logs/overseerr.log</code>.",
        "old_state": -1
    },
    "id": 2128,
    "action_name": "String updated in the repository",
    "url": "https://translate.seerr.dev/api/changes/2128/?format=api"
}