Changes API.

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

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

{
    "unit": "https://translate.seerr.dev/api/units/1679/?format=api",
    "component": "https://translate.seerr.dev/api/components/seerr/jellyseerr-frontend/?format=api",
    "translation": "https://translate.seerr.dev/api/translations/seerr/jellyseerr-frontend/ar/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-01-03T08:12:36.670226Z",
    "action": 59,
    "target": "إعطاء صلاحية بإدارة المشاكل.",
    "old": "",
    "details": {
        "state": 20,
        "source": "Grant permission to manage media issues.",
        "old_state": -1
    },
    "id": 1684,
    "action_name": "String updated in the repository",
    "url": "https://translate.seerr.dev/api/changes/1684/?format=api"
}