-
Notifications
You must be signed in to change notification settings - Fork 18
Get Miniprofile
Revadike edited this page Jul 5, 2021
·
15 revisions
No known rate limit
Authenticated: no
Method:
GET
Host:
steamcommunity.com
orcommunity.cloudflare.steamstatic.com
Path:
/miniprofile/:accountid/json/
Variables:
Name Type Description :accountid
number
The Steam account number ("W"-part in SteamID3)
Name Type Description level
number TODO
level_class
string TODO
avatar_url
string TODO
persona_name
string persona name (display name)
profile_background
object TODO
avatar_frame
string TODO
GET https://steamcommunity.com/miniprofile/74692239/json
{
"level": 232,
"level_class": "friendPlayerLevel lvl_200 lvl_plus_30",
"avatar_url": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/bc/bc7c8dbc3e6ffb7c6d07066c1024fb26182035ff_full.jpg",
"persona_name": "MalikQayum",
"profile_background": {
"video/webm": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1263950/9ff3b9d08ce194ae55750ffe00ee19d18ce4c1b3.webm",
"video/mp4": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1263950/82dfce41f99fb98e72513553740ada9049c8a9c4.mp4"
},
"avatar_frame": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/570/c6a479fae8979bc9c1a02378e488e3ce06b52cb1.png"
}