API Decklist searches
I've been using the API to build & maintain the Android deckbuilder app and so far the APi has been great.
One highly requested feature (and one that will constantly requested by users going forward) is to be able to browse decklists via the API. There are 2 endpoints in the API for decklists, by id and by date, but they're not suitable for browsing.
My users would love to be able to browse a page like this https://marvelcdb.com/decklists via the API. The only option I have at the moment is to parse that website and deck url's.
I requested this for the ArkhamDB site too, but no movement there. I'm hoping this can at least be considered for MarvelCDB!
I'm interested by this feature too 👍