Skip to content

Get Current User Badge Info

James Hilton-Balfe edited this page Dec 6, 2022 · 1 revision

GET /actions/ajaxgetbadgeinfo

Rate limits

No known rate limit

Request

Authenticated: Yes

Method: GET

Host: steamcommunity.com

Path: /actions/ajaxgetbadgeinfo

Query Parameters:

Name Type Required Description
appid string true The Steam AppID
badgeid string true The ID of the badge we are interested in

Response

200 OK

Name Type Description
success number TODO
badgeid number TODO
level number TODO
xp number TODO
completion_time number TODO

Example

GET https://steamcommunity.com/actions/ajaxgetbadgeinfo?appid=440&badgeid=1
{
    "success": 1,
    "badgeid": 1,
    "level": 7,
    "xp": 350,
    "completion_time": 1441106515
}
Clone this wiki locally