Use Steam API with PHP easily
<?phpinclude"api.php";
$useapi = newISteamUser;
$variable = $useapi -> GetPlayerSummaries("your_api_key","steam_id","avatarfull");
echo$variable;
//This code gives user's full avatar.?>- Log in to your Steam Account on Browser
- Go to this link
- If there's no api key, create one
Or you can find your api key with Steam Client too.