Rust price API
Every tradable Rust skin — doors, weapons, armour, building parts and clothing — priced from the Steam Community Market plus the third-party markets that actually list Rust. 5,401 Rust items, 3 third-party markets plus Steam, daily history and inventory valuation. Grab a free key or read the docs.
Every Rust price source in one request
Rather than integrating each marketplace yourself — different auth, different shapes, different rate limits, and in DMarket's case request signing — you call one endpoint and every venue comes back in the same normalised shape: integer minor units, a currency, a listing count and a capture timestamp per market.
| Source | Rust items priced | Refresh |
|---|---|---|
| Steam Community Market | 5,397 | rolling catalog sweep |
| Skinport | 5,341 | every 5 minutes |
| DMarket | 5,103 | every 30 minutes |
| Waxpeer | 4,776 | every 5 minutes |
What makes Rust data awkward — and what we do about it
The markets that carry Rust
Most third-party marketplaces are CS2-only. Rust is priced from Skinport, Waxpeer and DMarket alongside Steam, so a Rust valuation is not just the Steam ask repeated back to you.
Store-only and retired skins
Rust items that left the item store still hold value on the third-party markets. They stay in the catalog and keep their price history.
Whole-inventory valuation
Point the inventory endpoint at a public SteamID and get every Rust item priced, with a portfolio total in your currency.
Example request
curl "https://steamdataapi.com/api/v1/items/all?game=rust&markets=1" \
-H "Authorization: Bearer sdk_YOUR_KEY"
One call, every Rust item, every market price. Or ask for a single item with
/api/v1/items/{name}, its per-market breakdown with /markets, or its daily series with
/history.
Frequently asked questions
How many Rust items does the API cover?
5,401 Rust items are in the catalog, 5,397 of them with a live Steam ask, plus prices from 3 third-party marketplaces.
Which marketplaces price Rust?
Steam, plus Skinport, DMarket, Waxpeer. Each returns its own lowest ask and listing count in the same response.
How far back does Rust price history go?
Steam's median-sale series reaches back as far as Steam publishes it — to 2013-08-13 for the oldest items — and every third-party market accrues a daily lowest-ask series going forward.
Can I value a whole Rust inventory?
Yes. Give the inventory endpoint a public SteamID and it prices every item and returns a portfolio total, both at Steam prices and at cross-market real value.
Start building
Free key, no card. Create one and make your first Rust call in a minute. See pricing for limits, or browse the full reference.