Steam Market API?

后端 未结 6 1315
天涯浪人
天涯浪人 2021-01-30 05:30

I know that there\'s a Steam API allowing me to use data from Steam Community.
My question is, does anyone know if there\'s a Steam Market API?
For example, I want to ge

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-30 06:20

    I could not find any documentation, but I use:

    http://steamcommunity.com/market/priceoverview/?appid=730¤cy=3&market_hash_name=StatTrak%E2%84%A2 M4A1-S | Hyper Beast (Minimal Wear)
    

    to return a JSON. At time of writing, it returns:

    {"success":true,"lowest_price":"261,35€ ","volume":"11","median_price":"269,52€ "}
    

    You can change the currency. 1 is USD, 3 is euro but there are probably others.

提交回复
热议问题