Steam (Unofficial) API

Upload Tournament Predictions

POST
/ICSGOTournaments_730/UploadTournamentPredictions/v1
key<token>

In: query

Query Parameters

format?string

The format of the response. Defaults to json

Value in"json" | "xml" | "vdf"

Request Body

application/x-www-form-urlencoded

event*integer

The event ID

Defaultnull
Formatint32
steamid*string

The SteamID of the user

Defaultnull
steamidkey*string

Authentication obtained from the SteamID

sectionid*integer

Event section id

Defaultnull
Formatint32
groupid*integer

Event group id

Defaultnull
Formatint32
index*integer

Index in group

Defaultnull
Formatint32
pickid*integer

Pick ID to select

Defaultnull
Formatint32
itemid*integer

ItemID to lock in for the pick

Defaultnull
Formatint64

Response Body

curl -X POST "https://api.steampowered.com/ICSGOTournaments_730/UploadTournamentPredictions/v1" \  -H "Content-Type: application/x-www-form-urlencoded" \  -d 'steamidkey=string'
Empty
Empty
Empty