Steam 应用 ID 578080

PUBG: Battlegrounds Price, Market & Inventory API

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

三个核心 API 请求

PUBG Price、Market 与 Inventory API 示例

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

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

使用 PUBG: Battlegrounds API 构建产品

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

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