Is there a way to get a list of all vocab in every deck?
My use case is that I use the Yomichan browser extension a lot, and I think it could be useful/motivating/interesting to know when a word I look up is part of one of bunproâs vocab decks. I already have similar support for WaniKani:

You can see the âWK[10]â badge that means that itâs part of WaniKani level 10.
All you need to do that is to generate a JSON file which contains a table of entry like:
[
[
"čŞă",
"freq",
{
"value": 5,
"displayValue": "Vocab-N5"
}
],
etc...
]
With WaniKani this is trivial to do thanks to their public API, but I donât think thereâs any way to do get that list for Bunpro.
You could probably also add grammar in there too, although obviously that would be a lot more hit-or-miss depending on the construction.