python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
is there a api to see most recent listings on steam market
is there a api i can use to see new steam listings for specific csgo items.
i know there is this api i can use to see some information
https://steamcommunity.com/market/priceoverview/?appid=730&cu...
Error
Votes: 0
Answers: 0
XMLHttpRequest has been blocked by CORS. SteamAPI axios from localhost
I'm trying to use steam API in my project and when i use axios i catch this error:
here axios code:
axios.get('http://api.steampowered.com/IPlayerService/GetOwnedGames/v0001/', {
headers:...
Malzeriy
Votes: 0
Answers: 1
Steam web api to get game data. PHP & JSON
I am looking for a steam web API to get info about games. Im trying to use this:
$api_url_rust = "http://steamspy.com/api.php?request=appdetails&appid=252490";
$json2 = json_decode(file_...
John Russo
Votes: 0
Answers: 1
I get a CORS error when an url is called from steamcommunity
I implemented the steam auth in my website with these two endpoints:
app.post("/auth/steam", (req, res, next) => validateFirebaseIdToken(req, res, next), redirectSteamAuth);
app.get(&quo...
Allennick
Votes: 0
Answers: 0