Diablo 3 response problems

Hello.

I use Blizzard API to get information about the heroes of the user in the game Diablo 3.

My problem is that when loading the hero data, the data comes not full. For example, in the json response there is no data about the rings, although they are worn on the hero.

Can you help me?

In order to get the full equipment list you must call the getApiDetailedHeroItems: /d3/profile/{account}/hero/{heroId}/items. Also note the key names for rings are leftFinger and rightFinger.

If you have any specific case where data is not being properly returned by the API the best option is to report it over the API bug report forums.

Include any relevant data such as account and heroId that you believe is returning invalid data, but leave out any private information like your API credentials and tokens.