Skip to content

Commit

Permalink
Update Steam Web API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
SteamDB-Tracker committed Nov 27, 2024
1 parent ac433b1 commit 5375c02
Showing 1 changed file with 270 additions and 0 deletions.
270 changes: 270 additions & 0 deletions api.json
Original file line number Diff line number Diff line change
Expand Up @@ -19694,6 +19694,66 @@
}
]
},
"GetClaimedSaleRewards": {
"_type": "undocumented",
"version": 1,
"parameters": [
{
"name": "key",
"type": "string",
"optional": false,
"description": "Access key"
},
{
"name": "sale_def_type",
"type": "int32",
"optional": true,
"description": ""
},
{
"name": "language",
"type": "string",
"optional": true,
"description": ""
},
{
"name": "include_community_item_def",
"type": "bool",
"optional": true,
"description": ""
}
]
},
"GetCurrentDefinition": {
"_type": "undocumented",
"version": 1,
"parameters": [
{
"name": "key",
"type": "string",
"optional": false,
"description": "Access key"
},
{
"name": "sale_def_type",
"type": "int32",
"optional": true,
"description": ""
},
{
"name": "language",
"type": "string",
"optional": true,
"description": ""
},
{
"name": "include_community_item_def",
"type": "bool",
"optional": true,
"description": ""
}
]
},
"GetRewardDefinitions": {
"_type": "undocumented",
"version": 1,
Expand Down Expand Up @@ -19764,6 +19824,18 @@
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "num_items_per_def",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "reward_def_type",
"type": "int32",
"optional": true,
"description": ""
}
]
}
Expand Down Expand Up @@ -22754,6 +22826,12 @@
"type": "float",
"optional": true,
"description": ""
},
{
"name": "uses_weight_mask",
"type": "bool",
"optional": true,
"description": ""
}
]
},
Expand Down Expand Up @@ -24204,6 +24282,12 @@
"type": "float",
"optional": true,
"description": ""
},
{
"name": "uses_weight_mask",
"type": "bool",
"optional": true,
"description": ""
}
]
},
Expand Down Expand Up @@ -26828,6 +26912,12 @@
"type": "float",
"optional": true,
"description": ""
},
{
"name": "uses_weight_mask",
"type": "bool",
"optional": true,
"description": ""
}
]
},
Expand Down Expand Up @@ -32247,6 +32337,186 @@
}
},
"IStoreQueryService": {
"GetItemByUserCombinedTagsPriority": {
"_type": "undocumented",
"version": 1,
"parameters": [
{
"name": "key",
"type": "string",
"optional": false,
"description": "Access key"
},
{
"name": "sort",
"type": "int32",
"optional": true,
"description": ""
},
{
"name": "max_items",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "randomize",
"type": "bool",
"optional": true,
"description": ""
},
{
"name": "include_packages",
"type": "bool",
"optional": true,
"description": ""
},
{
"name": "include_bundles",
"type": "bool",
"optional": true,
"description": ""
},
{
"name": "filters",
"type": "CStorePageFilter",
"optional": true,
"description": "",
"extra": [
{
"name": "sale_filter",
"type": "CStorePageFilter_SalePageFilter",
"optional": true,
"description": "",
"extra": [
{
"name": "sale_tagid",
"type": "uint32",
"optional": true,
"description": ""
}
]
},
{
"name": "content_hub_filter",
"type": "CStorePageFilter_ContentHubFilter",
"optional": true,
"description": "",
"extra": [
{
"name": "hub_type",
"type": "string",
"optional": true,
"description": ""
},
{
"name": "hub_category",
"type": "string",
"optional": true,
"description": ""
},
{
"name": "hub_tagid",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "discount_filter",
"type": "int32",
"optional": true,
"description": ""
},
{
"name": "optin",
"type": "CStorePageFilter_ContentHubFilter_OptInInfo",
"optional": true,
"description": "",
"extra": [
{
"name": "name",
"type": "string",
"optional": true,
"description": ""
},
{
"name": "optin_tagid",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "prune_tagid",
"type": "uint32",
"optional": true,
"description": ""
},
{
"name": "optin_only",
"type": "bool",
"optional": true,
"description": ""
}
]
}
]
},
{
"name": "store_filters[0]",
"type": "CStorePageFilter_StoreFilter[]",
"optional": true,
"description": "",
"extra": [
{
"name": "filter_json",
"type": "string",
"optional": true,
"description": ""
},
{
"name": "cache_key",
"type": "string",
"optional": true,
"description": ""
}
]
}
]
},
{
"name": "context",
"type": "StoreBrowseContext",
"optional": true,
"description": "",
"extra": [
{
"name": "language",
"type": "string",
"optional": true,
"description": ""
},
{
"name": "elanguage",
"type": "int32",
"optional": true,
"description": ""
},
{
"name": "country_code",
"type": "string",
"optional": true,
"description": ""
},
{
"name": "steam_realm",
"type": "int32",
"optional": true,
"description": ""
}
]
}
]
},
"GetItemsByUserRecommendedTags": {
"_type": "undocumented",
"version": 1,
Expand Down

0 comments on commit 5375c02

Please sign in to comment.