Exports relevant information from Anki desktop app/Macos as a JSON file and stores it in your iCloud folder. Relevant extracted:
Daily cards you have studied Overview stats of today - New, learn, review, total..etc - This part of code was taken from the addon more decks stats and timeliest addon - https://ankiweb.net/shared/info/1556734708.
The export button is located at in top menu > tools. This will create a JSON file on your Mac. It will have information similar to this - { “heatmap”: { “2025-11-30”: 15, “2025-11-29”: 47, “2025-11-25”: 13, “2025-11-23”: 18, “2025-11-21”: 66, “2025-11-07”: 36, “2025-11-03”: 1 }, “overview”: { “generated_at”: “2025-11-30T10:34:26Z”, “days_considered”: 1, “new”: 0, “learn”: 1, “review”: 5, “total_due_today”: 6, “total_weighted”: 6, “total_today”: 6, “studied_cards_window”: 15, “studied_seconds_window”: 125.0, “avg_cards_per_min”: 7.2, “estimated_minutes_left”: 0 }, “upcoming”: [] }
This data will be used to show your streaks, overview stats…etc. IOS anki App - “will be added sooner”