Elke CS2-case, -capsule en -collectie — met hun drop pools, zeldzaamheidsverdeling en live prijzen — via één 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.
De Collection API geeft je de volledige set-lijst voor elke CS2-container, -capsule of -collectie: welke items erin zitten, hun zeldzaamheid, drop-gewicht en actuele marktprijzen.
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.