Skip to content

Get Friend Activity

Revadike edited this page Feb 24, 2022 · 3 revisions

GET /profiles/:steamid/ajaxgetusernews

Rate limits

No known rate limit

Request

Authenticated: Yes

Method: GET

Host: steamcommunity.com

Path: /profiles/:steamid/ajaxgetusernews

Query Parameters:

Name Type Required Description
start string No TODO
startoffset string No TODO
myactivity number No TODO
l string No Language

Response

200 OK

Name Type Description
success boolean TODO
timestart number TODO
blotter_html string TODO
next_request string TODO

Example

GET https://steamcommunity.com/id/revadike/ajaxgetusernews/?start=1633730400&startoffset=250&l=dutch
{
    "success": true,
    "timestart": 1633730400,
    "blotter_html": "\r\n<div class=\"blotter_day\" id=\"blotter_day_1633730400\">...</div>\r\n\r\n",
    "next_request": "https://steamcommunity.com/id/revadike/ajaxgetusernews/?start=1633644000"
}
Clone this wiki locally