Top "Steam" questions

Steam is an entertainment platform, payment system, and community for video games.

Getting someone's Steam inventory

I am making a website that needs to access the Steam inventory of the user. I found an API to …

api inventory steam
Steam API Authentication

Before I get started, let me say I know absolutely nothing about OpenID. I don't even want to do what …

openid steam
Steam Market API?

I know that there's a Steam API allowing me to use data from Steam Community. My question is, does anyone …

php steam steam-web-api
Get the price of an item on Steam Community Market with PHP and Regex

I'm trying to use PHP to get the Steam Community Market price of an item. I take a url (for …

php regex steam
How to get the price of an app in Steam WebAPI?

Is there a possibility to get the price of a game from Steam over the WebAPI?

api steam steam-web-api
Converting XML file elements into a PHP array

I'm trying to convert a Steam group members list XML file into an array by using Php. The XML file …

php xml steam
XML Parser Error Start Tag Expected

function retrieveProfile() { $url = "http://steamcommunity.com/profiles/{$this->steamID64}/?xml=1"; $profileData = simplexml_load_string($url); if(!empty($profileData->…

php html xml steam
Steam web API getting CS:GO inventory

Alright, so I have been looking for this all over the internet, and what I have found out is that …

json steam steam-web-api
Getting CS:GO player stats

How could I use the Steam Web API to get a player's stats, such as "Total Kills" or "Total Wins". …

steam
How to get the float value of CS:GO market items?

Recently I discovered that you can check the float value of an item from the steam market by entering the …

steam steam-web-api