Skip to content
Revadike edited this page Feb 24, 2022 · 2 revisions

GET /market/popular

Rate limits

No known rate limit

Request

Authenticated: TODO

Method: GET

Host: steamcommunity.com

Path: /market/popular

Query Parameters:

Name Type Required Description
country string TODO TODO
language string TODO TODO
currency string TODO TODO
norender string TODO TODO
start string TODO TODO
count string TODO TODO

Response

200 OK

Name Type Description
stop boolean TODO
success boolean TODO

Example

GET https://steamcommunity.com/market/popular?country=NL&language=english&currency=3&norender=1&start=0&count=98
{
    "stop": true,
    "success": false
}
Clone this wiki locally