Steam (Unofficial) API

Upload Tournament Fantasy Lineup

POST
/ICSGOTournaments_730/UploadTournamentFantasyLineup/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
pickid0*integer

PickID to select for the slot

Defaultnull
Formatint32
itemid0*integer

ItemID to lock in for the pick

Defaultnull
Formatint64
pickid1*integer

PickID to select for the slot

Defaultnull
Formatint32
itemid1*integer

ItemID to lock in for the pick

Defaultnull
Formatint64
pickid2*integer

PickID to select for the slot

Defaultnull
Formatint32
itemid2*integer

ItemID to lock in for the pick

Defaultnull
Formatint64
pickid3*integer

PickID to select for the slot

Defaultnull
Formatint32
itemid3*integer

ItemID to lock in for the pick

Defaultnull
Formatint64
pickid4*integer

PickID to select for the slot

Defaultnull
Formatint32
itemid4*integer

ItemID to lock in for the pick

Defaultnull
Formatint64

Response Body

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