Changes API.

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

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

{
    "unit": "https://translate.jellyfin.org/api/units/307763/?format=api",
    "component": "https://translate.jellyfin.org/api/components/jellyfin/jellyfin-desktop/?format=api",
    "translation": "https://translate.jellyfin.org/api/translations/jellyfin/jellyfin-desktop/ja/?format=api",
    "user": "https://translate.jellyfin.org/api/users/musenq/?format=api",
    "author": "https://translate.jellyfin.org/api/users/musenq/?format=api",
    "timestamp": "2024-05-08T03:55:40.103255-04:00",
    "action": 5,
    "target": "新しいグループ",
    "old": "",
    "details": {
        "state": 20,
        "source": "New Group",
        "old_state": 0
    },
    "id": 789818,
    "action_name": "Translation added",
    "url": "https://translate.jellyfin.org/api/changes/789818/?format=api"
}