Is there a way to query all your AH data?

Post any question or suggestion related to Hex TCG here.
User avatar
Entropy
Posts:12
Joined:Tue Jun 25, 2013 8:22 pm
Is there a way to query all your AH data?

Unread post by Entropy » Sat Jul 22, 2017 6:48 pm

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.
User avatar
bogycoins
Posts:711
Joined:Thu May 26, 2011 11:42 am
Location:Cluj-Napoca, Romania
Contact:

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

Unread post by bogycoins » Sat Jul 22, 2017 7:43 pm

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
Post Reply