-
Notifications
You must be signed in to change notification settings - Fork 18
Get Current User Badge Info
James Hilton-Balfe edited this page Dec 6, 2022
·
1 revision
No known rate limit
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
Name Type Description success
number TODO
badgeid
number TODO
level
number TODO
xp
number TODO
completion_time
number TODO
GET https://steamcommunity.com/actions/ajaxgetbadgeinfo?appid=440&badgeid=1
{
"success": 1,
"badgeid": 1,
"level": 7,
"xp": 350,
"completion_time": 1441106515
}