CS2 Collection API
Every CS2 case, capsule and collection — with their drop pools, rarity distribution and live prices — through one REST endpoint.
CS2 Collection API endpoints
All endpoints return documented responses and use the same Steamwebapi key parameter.
/steam/api/cs/collections
/steam/api/cs/collection/{slug}
/steam/api/cs/containers
CS2 Collection API — quickstart
Use the same Steamwebapi key parameter as every other documented endpoint. Get an API key from the dashboard and send your first request in minutes.
- → One API key, documented responses.
- → Rate limits scale with your plan tier.
- → Full schema in the API Reference.
About this API
The Collection API gives you the full set list for any CS2 container, capsule or collection: which items are inside, their rarity, drop weights, and current market prices. Plug it into a case-opening tool, a portfolio valuation engine, or a meta-database for the CS2 economy.
Use /steam/api/cs/collections for the index and /steam/api/cs/collection/{slug} for a single set.
CS2 Collection API — FAQ
Are containers and collections both included?
Yes — both. Containers (cases/capsules) and collections (map drop pools) share the same DTO.
Are prices live?
Yes — each item in a collection is joined with its current Steam price.
How do I list every collection?
GET /steam/api/cs/collections. For a single one by slug, GET /steam/api/cs/collection/{slug}.
Start building with the CS2 Collection API
One key, every Steam endpoint.