{"ops":[{"insert":"Hi guys,\nMy goal is to get the count of decks with both cardA "},{"attributes":{"underline":true},"insert":"and "},{"insert":"cardB in them. I want to use this to plot the relations of +/- 100 cards as a visual overview of my decks strategies.\n\nRight now I am trying to calculate it by getting the count of decks with either \"A "},{"attributes":{"underline":true},"insert":"or"},{"insert":" B\". (For I assume the above is not supported)\nHowever I currently have the problem that the count caps at 1000 when there is a lot of decks that fit the criteria.\nIs there a way to get the actual count? Or even better the count of decks containing both cards.\n\n\nExample of getting decks with either card: https://archidekt.com/api/decks/v3/?cardName=Rakavolver&cardName=Anavolver\nExample of it capping out at 1000: https://archidekt.com/api/decks/v3/?cardName=Debt to the Kami&cardName=Kodama's Reach\n"}]}
0

{"ops":[{"insert":"I'm sorry, there's no way to do that using our API. \n\nWe stopped showing total counts on list querys for decks since the count query could end up taking longer than the query to get the page. \n\nThe same is true for logical operations on card in decks. The querytime for something like that would be in the tens of seconds, to minutes depending on the cards. Allowing that kind of functionality would slow the site down to a crawl for everyone else. \n"}]}
0
{"ops":[{"insert":"Thank you so much for your speed and transparency! That sounds very fair. I guess I'll have to try something new\n"}]}
0