正在寻找包含 dota2 英雄和物品详细信息的 json 数据

Looking for json data that contains dota2 hero and item details

我正在开发一个从 Steam 获得响应的应用程序 API。我的任务已经完成一半了。现在我需要一些帮助来获得完全包含 ìd nameimage_url 的 dota2 英雄或物品详细信息的响应。

我想知道是否有任何 steam API 调用来接收我需要的响应?

提前致谢

您可以使用以下 steam API 调用来获取 nameidlocalized_name{ur_key} 替换为网络 API Steam 为您提供的密钥。

https://api.steampowered.com/IEconDOTA2_570/GetHeroes/v0001/?key={ur_key}&language=en_us&format=JSON

但是你也需要图片URL,你可以使用items

this json data of heroes and this数据

希望对您有所帮助。