Steam 应用 ID 252490

Rust Price, Market & Inventory API

通过三个文档化 API 获取 Rust 物品和当前价格、比较第三方市场并读取公开库存。

三个核心 API 请求

Rust Price、Market 与 Inventory API 示例

在 Items 和 Inventory 接口中使用映射到 Steam App ID 252490 的同一游戏参数,并按需添加市场筛选。

Rust Price API · GET /steam/api/items
curl 'https://www.steamwebapi.com/steam/api/items?game=rust&key=YOUR_API_KEY'
Rust Market API · GET /steam/api/items
curl 'https://www.steamwebapi.com/steam/api/items?game=rust&markets=MARKET_IDENT&key=YOUR_API_KEY'
Rust Inventory API · GET /steam/api/inventory
curl 'https://www.steamwebapi.com/steam/api/inventory?steam_id=STEAM_ID64&game=rust&key=YOUR_API_KEY'

使用 Rust API 构建产品

Steamwebapi 将 Rust 映射到 Steam App ID 252490,并提供库存、物品和可用市场数据的文档化工作流。

这些接口可用于 Rust 库存检查器、物品目录、价格追踪器或交易预检。每个来源的覆盖范围和新鲜度都会明确说明。