Skip to content
MalikAQayum edited this page Jul 6, 2021 · 5 revisions

GET /actions/EmoticonData

Rate limits

No known rate limit

Request

Authenticated: TODO

Method: GET

Host: steamcommunity.com

Path: /actions/EmoticonData

Query Parameters:

Name Type Required Description

Response

200 OK

Name Type Description
emoticons[] array TODO
emoticons[].name string TODO
emoticons[].count number TODO
emoticons[].time_last_used number TODO
emoticons[].use_count number TODO
emoticons[].time_received number TODO
emoticons[].appid number TODO
[]name string TODO
[]count number TODO
[]time_last_used number TODO
[]use_count number TODO
[]time_received number TODO
[]appid number TODO
success number TODO
rwgrsn number TODO

Example

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
}

Clone this wiki locally