While debugging an add-on that provides card stats I bumped into the need to understand the API calls from /_anki/card-info.js
Using a proxy I’ve started to reverse engineer the API responses, but it’s slow work. I’ve poked around card-info.js
and after unminifying it seems very obfuscated.
So, I’m wondering if anyone has encountered any documentation on the API endpoints on the internal server, e.g. (but not limited to…) the POST
request to /_anki/cardStats