Export your Anki review history (revlog) as JSONL so you can analyze it with an LLM (ChatGPT, Claude, local models, etc.) without using any API.
One JSON object per review (not per card) Optional filters: time range, tags, minimum interval Flexible schema: verbose or compact (short keys, smaller size) Designed for decks you want to deeply analyze (e.g. language learning, kanji, med school, etc.) Why?
Anki already tracks a lot of information about your learning:
how often you review a card how often you fail it how intervals evolve how long you spend answering
This add-on exports that data into an LLM-friendly JSONL file, so you can drop it into ChatGPT/Claude etc. (or a local model) and instantly get:
a diagnosis of your weakest cards and leeches patterns in the words/kanji etc. you keep forgetting concrete advice to fix your pacing, workload, and study method Example
JSONL - 90 days of reviews from the Kaishi 1.5k (japanese vocab deck):
total reviews: 22k+ default size: 3.8M compact size: 2.7M
Default:
{“ts_iso”: “2025-11-05T18:48:34Z”, “ease”: 3, “interval”: 1, “last_interval”: -600, “factor”: 1089, “review_time_ms”: 9519, “review_type”: 2, “fields”: [“事実”, “じじつ”]} {“ts_iso”: “2025-11-05T18:48:39Z”, “ease”: 3, “interval”: 5, “last_interval”: -600, “factor”: 1041, “review_time_ms”: 5508, “review_type”: 2, “fields”: [“昔”, “むかし”]} {“ts_iso”: “2025-11-05T18:48:44Z”, “ease”: 3, “interval”: 1, “last_interval”: -600, “factor”: 1087, “review_time_ms”: 4840, “review_type”: 2, “fields”: [“正直”, “しょうじき”]} {“ts_iso”: “2025-11-05T18:49:24Z”, “ease”: 3, “interval”: 1, “last_interval”: -600, “factor”: 1089, “review_time_ms”: 40091, “review_type”: 2, “fields”: [“言葉”, “ことば”]} {“ts_iso”: “2025-11-05T18:49:27Z”, “ease”: 3, “interval”: 5, “last_interval”: -600, “factor”: 881, “review_time_ms”: 2583, “review_type”: 2, “fields”: [“いやいや”, “いやいや”]} … STRIPPED …
Compact:
{“t”: “2025-11-05T18:48:34Z”, “rt”: 2, “e”: 3, “i”: 1, “li”: -600, “f”: 1089, “ms”: 9519, “flds”: [“事実”, “じじつ”]} {“t”: “2025-11-05T18:48:39Z”, “rt”: 2, “e”: 3, “i”: 5, “li”: -600, “f”: 1041, “ms”: 5508, “flds”: [“昔”, “むかし”]} {“t”: “2025-11-05T18:48:44Z”, “rt”: 2, “e”: 3, “i”: 1, “li”: -600, “f”: 1087, “ms”: 4840, “flds”: [“正直”, “しょうじき”]} {“t”: “2025-11-05T18:49:24Z”, “rt”: 2, “e”: 3, “i”: 1, “li”: -600, “f”: 1089, “ms”: 40091, “flds”: [“言葉”, “ことば”]} {“t”: “2025-11-05T18:49:27Z”, “rt”: 2, “e”: 3, “i”: 5, “li”: -600, “f”: 881, “ms”: 2583, “flds”: [“いやいや”, “いやいや”]} … STRIPPED …
➡️ ChatGPT-5.1 Thinking (using compact jsonl): https://chatgpt.com/share/6932fed8-c6a8-8000-8477-1049d95cb85e
Requirements / Compatibility
Tested with Anki 2.1+ (Qt6)
Installation
In Anki, go to Tools → Add-ons → Get Add-ons… and paste this code: 700044641
Usage Open Anki. Go to Tools → Export LLM Stats… A dialog will appear with several options.
More info: https://github.com/jaybird1291/anki-llm-review-stats-exporter
Notes & limitations Export is read-only: it never modifies your collection. For very large collections, exporting all history may create a big file. Use time range, tags, and minimum interval to narrow down.
Screenshots

Liên kết hỗ trợ
Reviews (4)
👍 2026-02-26
Absolutely fantastic add on, worked perfectly, and yielded really useful results when used with an LLM. Thanks!
👍 2025-12-07
I’m just so glad I have the habit of looking for these gold nuggets that are not in the mainstream. This is exactly what I am looking for. Thank you for making this add-on! Comment from author Thanks a lot! :) Don’t hesitate to report bugs or new features you would like to see here: https://github.com/jaybird1291/anki-llm-review-stats-exporter ;)
👍 2025-12-06
So useful, thank you really !!!
👍 2025-12-06
Just used it with some of my decks! Pretty cool tbh