Steam App ID 304930

Unturned Price, Market & Inventory API

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

Three core API requests

Unturned Price, Market and Inventory API examples

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

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

Three Unturned APIs for items, prices and inventories

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

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