Steam (Unofficial) API

Get User File Count

GET
/IPublishedFileService/GetUserFileCount/v1
key<token>

In: query

Query Parameters

steamid*string

(Required) Steam ID of the user whose files are being requested.

Defaultnull
appid?integer

(Required) App Id of the app that the files were published to.

Defaultnull
Formatint32
shortcutid?integer

(Optional) Shortcut Id to retrieve published files from.

Defaultnull
Formatint32
page?integer

(Optional) Starting page for results.

Defaultnull
Formatint32
numperpage?integer

(Optional) The number of results, per page to return.

Defaultnull
Formatint32
type?string

(Optional) Type of files to be returned.

sortmethod?string

(Optional) Sorting method to use on returned values.

privacy?integer

(Required) (optional) Filter by privacy settings.

Defaultnull
Formatint32
requiredtags?string

(Optional) Tags that must be present on a published file to satisfy the query.

excludedtags?string

(Optional) Tags that must NOT be present on a published file to satisfy the query.

required_kv_tags?string

(Required) Required key-value tags to match on.

Format{message}
filetype?integer

(Optional) File type to match files to.

Defaultnull
Formatint32
creator_appid?integer

(Required) App Id of the app that published the files, only matched if specified.

Defaultnull
Formatint32
match_cloud_filename?string

(Required) Match this cloud filename if specified.

cache_max_age_seconds?integer

Allow stale data to be returned for the specified number of seconds.

Defaultnull
Formatint32
language?integer

Specifies the localized text to return. Defaults to English.

Defaultnull
Formatint32
taggroups?string

(Optional) At least one of the tags must be present on a published file to satisfy the query.

Format{message}
excluded_content_descriptors?string

(Optional) Filter out items that have these content descriptors.

Format{enum}
admin_query?boolean

(Required) Admin tool is doing a query, return hidden items

totalonly?boolean

(Optional) If true, only return the total number of files that satisfy this query.

ids_only?boolean

(Optional) If true, only return the published file ids of files that satisfy this query.

return_vote_data?boolean

Return vote data

return_tags?boolean

(Required) Return tags in the file details

return_kv_tags?boolean

Return key-value tags in the file details

return_previews?boolean

(Required) Return preview image and video details in the file details

return_children?boolean

(Required) Return child item ids in the file details

return_short_description?boolean

Populate the short_description field instead of file_description

return_for_sale_data?boolean

(Required) Return pricing information, if applicable

return_metadata?boolean

Populate the metadata field

return_playtime_stats?integer

(Required) Return playtime stats for the specified number of days before today.

Defaultnull
Formatint32
strip_description_bbcode?boolean

(Required) Strips BBCode from descriptions.

return_reactions?boolean

If true, then reactions to items will be returned.

startindex_override?integer

(Required) Backwards compatible for the client.

Defaultnull
Formatint32
desired_revision?string

Return the data for the specified revision.

Format{enum}
return_apps?boolean

(Required) Return list of apps the items belong to

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/IPublishedFileService/GetUserFileCount/v1"
Empty
Empty
Empty