Hearthstone API Updates

Are the individual card back searches suppose to be working? I’m getting 404s no matter what ID I try.

Confirmed - those are the updates for now.

1 Like

Issue appears to be with the documentation - we’ll update soon!

1 Like

Battlegrounds is bugged. There are times when i should be hitting the opponent, only for the game to register it as a draw. This problem never came up until the newest patch.

This forum is focused on Blizzard’s web APIs, you might wanna report game mechanics or related issues over Hearthstone Bug Report forum.

Update pushed! Let us know if the individual card back searches are working now?

1 Like

What forum do we ask about actual game play in hearthstone?

For example new decent of dragons single with Primodino’s hero power destroys the left most minion but isn’t in normal play like battlegrounds the minions attack left to right from the current players point of view so when I placed my better characters on the left from my view he destroys the right most from primodino’s view seems to conflict with how logistics work compared to battlegrounds

Head over here for discussion relating to the actual client.

The call is working now, thanks!

Are there any plans to release a Community API for Hearthstone?

I could imagine that there may be some hesitation regarding third-party apps taking advantage of this in ranked play, such as HS Deck Tracker trying to determine what cards a player couldn’t have in their hand. I’m sure this could be worked around though.

Hello, in the current version of the card library, Risky Skipper is still a neutral minion race although in the game it is a pirate following an update in January this year. Furthermore, Witchwood cards that rotated to the Hall of Fame are still in the Witchwood set in the card library. Are there any plans to update this before the end of the year of the dragon? Thank you.

Hi,

I was looking at the card search documentation and I can’t find a solution to get all the Arena card list. Is there any way I can parse the data to only get the current arena card list? I’m creating a android app that shows a list of arena cards and their rank number, so it’s easy for my users to search cards within my list. I hope to hear from you soon. Thanks. @secondsleep

A lot of Classic cards that were moved to the Hall of Fame are still labeled as Classic. Could those please be updated? Thanks in advance

Are there plans to release any endpoints that are tied to player account? Such as cards in the collection, card backs, achievements, etc?

Hi Serg.
Does it mean’s that now it is impossible to get data during the game, such as received damage, lost health, etc.?

Hi there,
I’m trying to use the Hearthstone API and my issue is that when i request some cards i get a few pages of results. How can i get them in 1 page.
ex. get all arena cards returns 984 cards in 2 pages. i pass a parameter of 1000 results per page (pagesize = 1000) but i still get 2 pages for 984 cards.
Is there a way to get all results in 1 api call?

If you read the description for the pageSize field:

The number of results to choose per page. A value will be selected automatically if you do not supply a pageSize or if the pageSize is higher than the maximum allowed.

It seems this API is capped at 500 items per page. In this case no, you can’t get them all in 1 API call.

Well, if you can fix that (remove the cap size (i know is gonna be slower)) in the next update it would be really nice. Until then thank you for your fast response and keep up the good work…

You can’t fix what isn’t broken. This is most likely by design to ensure faster responses and avoid locking up a connection worker for too long. You must fetch each page by passing the page parameter.

Just to clarify I’m not responsible for any work, I’m not a blizzard employee, just a forum user who spends some time trying to help other users.