[STATS] Statistics site

Is there any way in which I could export my Wanikani learning progress from WKStats? Something like a JSON with the item, SRS status, etc.

I am working my way through a Core 10K deck and would like to remove the words that I’ve already learned from Wanikani. Actually, the deck I am using is meant to have the WK words removed already, but since I found it in a thread from a few years ago I guess many new words have been added to WK since then.

Thanks for any help in advance!

Wouldn’t you be able to use the WaniKani API directly instead of going through WKStats, which uses WaniKani’s API behind the scenes? The WK API can return everything you asked for, and responds using JSON by default, which should be exactly what you’re looking for.

You can find information on the API here:
https://docs.api.wanikani.com/20170710

The assignment endpoint can give you your current SRS stage for all items, the subject endpoint can give you the actual text, readings and meanings for any item. Those two combined should have all the information you need. :grin:

Thank you! With this statistics, I can focus on my weaknesses!

Thank you for your response and advice!
Yep, I could use the API but I was hoping that someone had already implemented a tool which could dump my progress. I’ll take a look at the docs when I have time!

Is the Stats site broken, I use it to get my daily results, but can’t seem to get it to work when filtering out the day any more it was working last week. ???

Filtering days out of the average is still working fine for me and, as far as I’m aware, no updates have been made to the site. Are you using a different browser? Have you tried clearing your cache?

Can we get an API Independent blank chart for all 60 levels of WaniKani? I find this website very useful for a quick revision or to just check a reading since all you need to do is hover over a kanji and we can see all of its readings. I plan to continue learning Japanese from this site but without its SRS so id like to be able to see the chart for every level. (I hope this is okay since technically all information is already available for free on WK and the only thing we pay for is the SRS and this is just a QOL upgrade to the already available information)

The Item Inspector script will let you export all items sorted by level to a csv file suitable for a spreadsheet. Then you may refer to this information without relying on the API.

So I’m having a problem with wkstats. No information except for level and start date. Did I somehow messed something up ?

What happens when you click on “Refresh data”?

Are you using Firefox? I’ve been having this problem for the past month. Tried loading it on Microsoft Edge today and that worked normally, so I’m assuming it’s a weird browser issue. It also works normally on Chrome on my phone.

Wait, old version is still there? I thought it stopped working with the sunset of APIv1? (I know it’s from January and your comment my be out of date but that’s the last comment that mentions “projections”)

yeah, I’m not able to access v1. I get a redirect fro idigtech to wkstats. Anyone have a URL?

The old version was still there in January 2019, when that post was made. Now because the new version’s completion is imminent, the old version has been decommissioned.

Oh, My bad. I didn’t notice that it was that old post.

1 Like

I had the same problem in Firefox some time ago (on only one of my devices with Firefox on it). If I remember well, I cleaned up the cookies and this helped.

The old version no longer works because Wanikani no longer supports V! API keys.

It works for me. I supposed there is something wrong with your browser. Did you try clearing your cache? Do you see error messages at the console? Press F12 to display the console.

Ah. I just wanted some projections :eyes:. Will wait for the master’s implementation in the new site :grin:

I was indeed using Firefox. Clearing the cache instantly solved the problem, thanks !