Steam App ID 578080

PUBG Price, Market & Inventory API

Build PUBG item catalogues, marketplace price comparisons and inventory tools through three documented APIs.

Three core API requests

PUBG Price, Market and Inventory API examples

Use the same game parameter mapped to Steam App ID 578080 across the Items and Inventory endpoints. Add a market filter when you only need selected third-party prices.

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'

Three PUBG APIs for items, prices and inventories

PUBG: Battlegrounds uses Steam App ID 578080. The PUBG Price API returns supported item data and current prices, the PUBG Market API exposes supported third-party prices, and the PUBG Inventory API retrieves public inventories.

Use these endpoints for a PUBG item catalogue, price tracker, marketplace comparison or inventory checker. Responses are normalized where supported, while coverage and freshness remain explicit for each data source.