每一个 CS2 武器箱、胶囊和收藏品——含其掉落池、稀有度分布和实时价格——通过一个 REST 端点提供。
All endpoints return JSON, accept the same auth header, and degrade with a normalised error envelope.
/steam/api/cs/collections
/steam/api/cs/collection/{slug}
/steam/api/cs/containers
Same auth header as every other endpoint we ship. Get an API key from the dashboard and you're querying inside two minutes.
Collection API 为任意 CS2 容器、胶囊或收藏品提供完整的集合列表:内含哪些物品、它们的稀有度、掉落权重和当前市场价格。
Yes — both. Containers (cases/capsules) and collections (map drop pools) share the same DTO.
Yes — each item in a collection is joined with its current Steam price.
GET /steam/api/cs/collections. For a single one by slug, GET /steam/api/cs/collection/{slug}.
One key, every Steam endpoint.