Skip to content

Get Trading Card Counts (v1)

Revadike edited this page Apr 20, 2021 · 4 revisions

GET /browse/cards/json

Request

Host: barter.vg or bartervg.com

Path: /browse/cards/json

Response

Name Type Description
:sku object Key :sku is a steam appid or subid and the value is an object
:sku.cards number The amount of trading cards this steam app has
:sku.bundles number The amount of bundles this steam app has been in
TODO: What kind of bundles are counted?
:sku.marketable boolean Determines if the trading cards can be listed on the Steam Market

Example

GET https://barter.vg/browse/cards/json
{
  ...
  "440": {
    "cards": 9,
    "bundles": 0,
    "marketable": true
  },
  ...
}
Clone this wiki locally