Skip to content
Revadike edited this page Jul 5, 2021 · 15 revisions

GET /miniprofile/:accountid/json/

Rate limits

No known rate limit

Request

Authenticated: no

Method: GET

Host: steamcommunity.com or community.cloudflare.steamstatic.com

Path: /miniprofile/:accountid/json/

Variables:

Name Type Description
:accountid number The Steam account number ("W"-part in SteamID3)

Response

200 OK

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

Example

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"
}
Clone this wiki locally