Steam (Unofficial) API

Get Recommended Tags For User

GET
/IStoreService/GetRecommendedTagsForUser/v1
key<token>

In: query

Query Parameters

language?string

(Required)

country_code?string

(Required)

favor_rarer_tags?boolean

(Required) Biases tags towards tags that are less common. e.g. Favor Zombies over Action if the user plays the same number of games with both tags.

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/IStoreService/GetRecommendedTagsForUser/v1"
Empty
Empty
Empty