Hol dir jedes Steam-User-Inventar über einen REST-Endpoint – ohne Rate-Limit-Drama. Batch-Support für bis zu 100 Inventare pro Request.
All endpoints return JSON, accept the same auth header, and degrade with a normalised error envelope.
/steam/api/inventory
/steam/api/inventory/batch
Same auth header as every other endpoint we ship. Get an API key from the dashboard and you're querying inside two minutes.
Steam-Inventare naiv zu fetchen endet binnen Minuten in 429s. Die Steam Inventory API übernimmt die Schwerstarbeit – Request-Buffering, intelligentes Caching, Retries, Response-Normalisierung.
Every Steam community game with public inventories — CS2, Dota 2, Rust, TF2, Steam itself, and more. Pass the game's appId.
POST a list of SteamIDs to /steam/api/inventory/batch (max 100 per call). The response is keyed by SteamID.
No. We handle the rate limits server-side. Your code just sees a clean JSON response.
One key, every Steam endpoint.