Questions tagged [steam-web-api]

The Steam Web API is a set of data services for obtaining information related to Valve Software's Steam platform.

The Steam Web API is a set of data services for obtaining information related to Valve Software's Steam platform.
Queryable information includes player, game item, news and other related content.

To use most of the Web-APIs, you will need an API key, provided by Valve.

531 questions
0
votes
0 answers

PHP - Accept a steam trade offer with steam API

I know that there is no method in the Steam API to accept a steam trade offer, but i know is possible to accept a trade offer making a post request by a url, but i don't know how to do it and i need some help. Thanks for any help!
0
votes
1 answer

Getting Operation statistics of CSGO using steam web api

I want to fetch all Operations' statistics of Counter-Strike: Global Offensive for any user by his/her steam64 ID. I have found an api request url which returns a list of achievements for this user by app…
Saleh Ahmad Oyon
  • 672
  • 1
  • 6
  • 20
0
votes
1 answer

access steam web API using AJAX Jquery

I want to try and get data from an API but I am getting No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. I cant change the content of API so I cant use JSONP These are…
guradio
  • 15,524
  • 4
  • 36
  • 57
0
votes
1 answer

Steam Web API in Angular JS: Issue with the GetAppList JSON and $http.jsonp

I hope you are well. I am working on a project that involves working with the Steam Web API in angular JS. I am trying to fetch the data from this URL: http://api.steampowered.com/ISteamApps/GetAppList/v2 When I run my code in Google Chrome it…
Adi Khajuria
  • 11
  • 1
  • 3
0
votes
0 answers

How to Get Item for CS GO from Steam

I just try this API to get item from market steam of CS GO ==> $json_strings =…
0
votes
0 answers

Private data from API::ISteamUser::GetPlayerSummaries

I try to pull my private steam data via provided REST API, but whatever I try, it won't show my private info. Here is what I do: 1) grab api key from https://steamcommunity.com/dev/apikey 2) find my steam id from https://steamid.io (steamID64) 3)…
user2513846
  • 1,151
  • 2
  • 16
  • 39
0
votes
1 answer

CSGO - How to display a users inventory from the JSON

I'm wanting to make a system that gets a users inventory then displays it as the image and name. I only know how to do the JSON part and I'm unsure as what to do next. All I have at the moment…
Walter White
  • 21
  • 1
  • 3
0
votes
1 answer

Using steamlytics API to echo price of item

Hello I am trying to echo the "avrage_price" price of a item but I don't know why my code isn’t working, Help would be great. here is my code, ($name is a valid variable that when i echo works) (I put myKey where I would normally put my key to hide…
person
  • 88
  • 10
0
votes
0 answers

Refreshing an http request query?

I am trying to pull data from the steam api for dota 2 matches but the api limits the returned matches to 500 total per query. I want to pull as many matches as possible like in the millions so doing it 500 at a time seems like its not gonna…
albert kim
  • 333
  • 2
  • 14
0
votes
1 answer

Steam set user status

Is there any possibility to set the own steam status via the web api or something else? I found only a get functionality with GetPlayerSummaries.
Sebastian S.
  • 1,173
  • 3
  • 13
  • 22
0
votes
0 answers

How to get sticker name?

On this page I can get wear value: http://api.steampowered.com/IEconItems_730/GetPlayerItems/v0001/ Wear: 0.52518285642000003 "attributes": [ { "defindex": 114, "value": 1054449450, "float_value":…
Vasiliy
  • 89
  • 1
  • 4
  • 10
0
votes
1 answer

How to get general user information with SteamID64?

I am having problem with doing simple things using Steams 64 bit id. How can i use SteamAPI to get the general information? like displaying name, username, location. I used SteamAuth to make my social authentication on website, which only has the…
ShellRox
  • 2,532
  • 6
  • 42
  • 90
0
votes
0 answers

Django can't find social auth url pattern

I have tried to set up social authentication for steam login button. I have followed all these steps, and added steam necessary stuff: adding API key to settings and steam.SteamOpenId to authentication backends. The error: Using the URLconf defined…
ShellRox
  • 2,532
  • 6
  • 42
  • 90
0
votes
2 answers

steamcommunity does not return error code

I'm using node-steamcommunity to get user's inventory The module responded "[Error: malformed response]" After doing some debugging I've managed to see the raw response from steamcommunity server (request to:…
1099511627776
  • 176
  • 1
  • 18
0
votes
1 answer

NodeJS Passport-Steam, OpenID Invalid Return URL

I'm currently building a NodeJS back end with multiple OAuth and OpenID services. I have an issue with Passport-Steam that I just cannot figure out a solution. Here is my Strategy: var STEAM_KEY = process.env.STEAM_KEY; // Use the SteamStrategy…
THEK
  • 740
  • 2
  • 10
  • 29