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

GET /actions/ajaxresolveusers

Rate limits

No known rate limit

Request

Authenticated: optional

Method: GET

Host: steamcommunity.com or community.cloudflare.steamstatic.com (no auth)

Path: /actions/ajaxresolveusers

Query Parameters:

Name Type Required Description
steamids Yes

Response

200 OK

Name Type Description

Example

GET https://steamcommunity.com/actions/ajaxresolveusers?steamids=76561198042965266
[
  {
    "steamid": "76561198042965266",
    "accountid": 82699538,
    "persona_name": "Revadike",
    "avatar_url": "67db6e3a056e16b8389085dc3eae5ec6b12660a4",
    "profile_url": "revadike",
    "persona_state": 1,
    "city": "",
    "state": "",
    "country": "",
    "real_name": "revadike.com",
    "is_friend": false,
    "friends_in_common": 0
  }
]
Clone this wiki locally