xDimGG / node-steamapi

An object-oriented Steam API wrapper for Node.js developers.
https://www.npmjs.com/package/steamapi
177 stars 43 forks source link

api can get all previous persona names ? #39

Closed maprangsoft closed 1 year ago

maprangsoft commented 1 year ago

how to get all previous persona names ? example from websie: https://steamid.uk/profile/76561198070662042

Screen Shot 2565-09-01 at 21 47 44

thank you advance.

xDimGG commented 1 year ago

I don't believe this is really supported by the Steam API. After doing a bit of searching, I found this unofficial endpoint https://steamcommunity.com/id/AGONiZEAXiOM/ajaxaliases, which may be of interest to you. The past aliases you showed in that screenshot are most likely only stored by steamid.uk and not by Steam. steamid.uk seems to have its own API you can use but that is outside of the scope of this project.