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
-2
votes
2 answers

How get a response of multiple price items on the market

I check the price of each items of my backpack cs:go with this link : http://steamcommunity.com/market/priceoverview/?country=FR¤cy=3&appid=440&market_hash_name= But for 100 items for exemple, i check 100 links for get the price of all my…
Cyril Beeckman
  • 1,248
  • 10
  • 24
-2
votes
1 answer

when i use this code in localhost it work, but when i use in my website it not working

i use this code in localhost include "apikey.php"; // My api key include "OpenId.php"; //Official light open id lib. $OpenID = new LightOpenID("http://4pstore.com/"); $api = B5F1409CA6FFE70A2CFB98C870A6A9F5; session_start(); …
-3
votes
1 answer

Steam Login API with Socket.io

I was wondering if there is a steam login authentication script that can be used along side socket.io I have found some login API's but most are outdated and the developers will not speak to me. If anyone knows a javascript steam API that works well…
McMatt
  • 129
  • 1
  • 14
-4
votes
1 answer

get Player Name from SteamID

I'm Creating a Loading Screen for a game server for Garry's Mod. I need a way to convert the users SteamID or CommunityID to their name. AKA STEAM_0:1:48093934 -> NightmareInfinity or 76561198056453597 -> NightmareInfinity Im currently using PHP and…
Nightmare
  • 3
  • 2
  • 4
-5
votes
1 answer

xml get single elements from children() via php

i am trying to get from steam via xml an archievement list from an user over php. http://api.steampowered.com/ISteamUserStats/GetPlayerAchievements/v0001/?appid=212910&key=xxxxx&steamid=xxxxx&l=german&format=xml xml= -
ProJaCore
  • 42
  • 8
-8
votes
1 answer

STEAM - How to get dota 2 player with personaname, loccountrycode and avatar url from steam account

I want to get item with personaname, loccountrycode and avatar from dota 2 web api. Currently I am just getting name and image. Please provide me some reference with documentation. I want the response like - { "tracked_until":…
AGM Tazim
  • 2,213
  • 3
  • 16
  • 25
1 2 3
35
36