Page 1 of 1

Is there a way to query all your AH data?

Posted: Sat Jul 22, 2017 6:48 pm
by Entropy
I'm looking to pull down an AH snapshot for another project. I see that I can basically "search" the whole AH and then just page down over and over until it loads everything, but I was hoping there might be a cleaner way.

Re: Is there a way to query all your AH data?

Posted: Sat Jul 22, 2017 7:43 pm
by bogycoins
You could try sending requests directly to the server. If you have the inspector open when you perform some actions in the AH you can see how the requests are sent.

E.g.
Request URL: https://hex.tcgbrowser.com/server/ah.php
Parameters to send:
action:getAHLive
filters:{"itemType":"Cards","priceLimit":"0","tab":"ah-live"}
sortby:buyout
sortdir:desc
from:0
rows:500