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=…
Tag: steam
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 …