Skip to content

Get Bundle Counts (v1)

bartervg edited this page Apr 20, 2021 · 7 revisions

GET /browse/bundles/json

Request

Host: barter.vg or bartervg.com

Path: /browse/bundles/json

Response

Name Type Description
:sku object Key :sku is a steam appid or subid and the value is an object
:sku.bundles number The amount of bundles this steam app has been in
TODO: What kind of bundles are counted? Not special, not subscriptions, not tracking
:sku.bundles_packages number the number of times this game was included in a bundle as a Steam package
:sku.bundles_notcounted number The number of times it was included in a bundle, but not counted, typically due to high price

Example

GET https://barter.vg/browse/bundles/json
{
  ...
  "1250": {
    "bundles": 19,
    "bundles_packages": 3,
    "bundles_notcounted": 1
  },
  ...
}
Clone this wiki locally