Cada case de CS2, cápsula y colección, con sus drop pools, distribución de rareza y precios en vivo, a través de un endpoint 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.
La Collection API te da la lista completa del set de cualquier container de CS2, cápsula o colección: qué objetos hay dentro, su rareza, peso de drop y precios actuales del mercado.
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.