Market
Statistics
Endpoint
This endpoint fetches the data that we display on the frontpage.
GET /market/stats?api_key={ YourSecretAPIKey }
Required parameters
YourSecretAPIKey
string
A unique identifier that allows developers to access the Steam Web API.
Response example
Example output for this endpoint.
response.json
{
"count": 470623,
"stats": {
"totalSpent": 4248735308.677093,
"totalCount": 5490630468,
"totalApps": 9753
},
"updated_at": 1611424838627
}