Steam (Unofficial) API

Report Cheat Data

POST
/ICheatReportingService/ReportCheatData/v1
key<token>

In: query

Query Parameters

input_json?string

An alternative to the request body; pass arguments as a URL-encoded JSON blob. The "key" and "format" fields should still be passed as separate parameters

format?string

The format of the response. Defaults to json

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

Request Body

application/x-www-form-urlencoded

steamid*string

The SteamID of the user

Defaultnull
appid?integer

(Required) The appid.

Defaultnull
Formatint32
pathandfilename?string

(Required) path and file name of the cheat executable.

webcheaturl?string

(Required) web url where the cheat was found and downloaded.

time_now?integer

(Required) local system time now.

Defaultnull
Formatint64
time_started?integer

(Required) local system time when cheat process started. ( 0 if not yet run )

Defaultnull
Formatint64
time_stopped?integer

(Required) local system time when cheat process stopped. ( 0 if still running )

Defaultnull
Formatint64
cheatname?string

(Required) descriptive name for the cheat.

game_process_id?integer

(Required) process ID of the running game.

Defaultnull
Formatint32
cheat_process_id?integer

(Required) process ID of the cheat process that ran

Defaultnull
Formatint32
cheat_param_1?integer

(Required) cheat param 1

Defaultnull
Formatint64
cheat_param_2?integer

(Required) cheat param 2

Defaultnull
Formatint64
cheat_data_dump?string

(Required) data collection in json format

Response Body

curl -X POST "https://api.steampowered.com/ICheatReportingService/ReportCheatData/v1" \  -H "Content-Type: application/x-www-form-urlencoded" \  -d ''
Empty
Empty
Empty