Bulk retrieval of user created mnemonics?

There’s nothing in the API about user mnemonics…

Has anyone written a tool to let a user download all of the mnemonics they’ve created?

If there’s no info about user mnemonics in the API, how is one supposed to write a tool to download user mnemonics? I mean short of actually writing a spider that visits every kanji page and extracts that information from there, which is probably very time-consuming and resource hungry?

thebyron said... There's nothing in the API about user mnemonics...

Has anyone written a tool to let a user download all of the mnemonics they've created?
 API data does exist for it though.
https://www.wanikani.com/api#kanji-list
https://www.wanikani.com/api#vocabulary-list

"user_specific": {
        "user_synonyms": null,

I’ll check if my code on the stats site saves the mnemonic notes.  If so, it would be trivial to paste a script in the console to read them out of the browser cache.