Jeder CS2-Case, jede Capsule und Collection – mit Drop-Pools, Rarity-Verteilung und Live-Preisen – über einen REST-Endpoint.
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.
Die Collection API gibt dir die komplette Set-Liste für jeden CS2-Container, jede Capsule und jede Collection: welche Items drin sind, ihre Rarity, Drop-Weights und aktuelle Marktpreise.
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.