Steam (Unofficial) API

Query By Fake IP

GET
/IGameServersService/QueryByFakeIP/v1
key<token>

In: query

Query Parameters

fake_ip?integer

(Required) FakeIP of server to query.

Defaultnull
Formatint32
fake_port?integer

(Required) Fake port of server to query.

Defaultnull
Formatint32
app_id?integer

(Required) AppID to use. Each AppID has its own FakeIP address.

Defaultnull
Formatint32
query_type?string

(Required) What type of query?

Format{enum}
input_json?string

An alternative to the query string parameters; 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"

Response Body

curl -X GET "https://api.steampowered.com/IGameServersService/QueryByFakeIP/v1"
Empty
Empty
Empty