Get Current User Badge Info - Revadike/InternalSteamWebAPI GitHub Wiki
GET /actions/ajaxgetbadgeinfo
Rate limits
No known rate limit
Request
Authenticated: Yes
Method:
GETHost:
steamcommunity.comPath:
/actions/ajaxgetbadgeinfoQuery Parameters:
Name Type Required Description appidstring true The Steam AppID badgeidstring true The ID of the badge we are interested in
Response
200 OK
Name Type Description successnumber TODObadgeidnumber TODOlevelnumber TODOxpnumber TODOcompletion_timenumber TODO
Example
GET https://steamcommunity.com/actions/ajaxgetbadgeinfo?appid=440&badgeid=1
{
"success": 1,
"badgeid": 1,
"level": 7,
"xp": 350,
"completion_time": 1441106515
}