Steamdb: Get Game Builds
Steamdb via Parse · entertainment
Retrieve the build history for a specific Steam game from SteamDB. Returns recent builds with build ID, publication date/time, patch title, and manifest IDs for each depot. Each build requires an additional request to fetch depot manifests, so the endpoint cost scales with the limit parameter. Default limit is 5 builds. Scraper for SteamDB.info providing Steam game data including trending games, most played, sales, ratings, game details, and search. Fulfilled by Parse from steamdb.info.
- developer-tools
- ecommerce
- entertainment
- parse
- platform-key
- steamdb
- steamdb-info
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- entertainment
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/9d2dd578-17d8-42f1-9cf5-171bd44847cb/get_game_builds
- Interface artifact
- sha256:3a71caa3a6ee834fce014b152461bf18cee364fa4ce24763b2f9cb44ac7a95b5
- Manifest digest
- sha256:03ad60fa549a6274a7c6ba514b89c5db854850648d97ab817583f7b5c6ef8a71
Request fields
- appid (string, required): Steam application ID (e.g. '730' for Counter-Strike 2, '570' for Dota 2)
- limit (integer): Maximum number of builds to return. Each build requires a separate request for depot manifest data.
Example queries
- {"appid":"730","limit":"2"}