Skip to content
Advertisement

Tag: steam

How to Getting SteamID64 ID with Steam Trade Url

I’m working on a project, I know that I can somehow get the steam trade url to the steamid64 id and I came up with something like this code converts “steamid” id to “steamid64” id very successfully. an example trade url as below https://steamcommunity.com/tradeoffer/new/?partner=487364592&token=xxxxxxxx “partner=487364592” this part is actually a steamid3 id and i know we can take this id

Convert SteamID64 to SteamID

I’m looking for a way that I can take a SteamID64 (76561198032122624) and convert it to a SteamID (STEAM_0:0:35928448) in PHP. I’ve searched this quite a bit and I’m unable to find how to do this. I’m almost sure it’s possible since sites like steamid.io are able to find it, but I don’t know how. Answer All the info you

Advertisement