-
Notifications
You must be signed in to change notification settings - Fork 27
Get Emoticon Data
MalikAQayum edited this page Jul 6, 2021
·
5 revisions
No known rate limit
Authenticated:
TODOMethod:
GETHost:
steamcommunity.comPath:
/actions/EmoticonDataQuery Parameters:
Name Type Required Description
Name Type Description emoticons[]array TODOemoticons[].namestring TODOemoticons[].countnumber TODOemoticons[].time_last_usednumber TODOemoticons[].use_countnumber TODOemoticons[].time_receivednumber TODOemoticons[].appidnumber TODO[]namestring TODO[]countnumber TODO[]time_last_usednumber TODO[]use_countnumber TODO[]time_receivednumber TODO[]appidnumber TODOsuccessnumber TODOrwgrsnnumber TODO
GET https://steamcommunity.com/actions/EmoticonData
{
"emoticons": [
{
"name": ":goldencoin666:",
"count": 1,
"time_last_used": 1546400972,
"use_count": 3,
"time_received": 1497607142,
"appid": 449940
},
{
"name": ":steamthumbsup:",
"count": 1,
"time_last_used": null,
"use_count": null,
"time_received": 1608055200,
"appid": 0
}
],
"success": 1,
"rwgrsn": -2
}