get_game_info
Retrieve Steam game details by AppID, including regional price, DRM/launcher notices, languages, review stats, and Steam Deck compatibility. Optionally filter by price, reviews, or Metacritic.
Instructions
Get detailed information about one or more Steam games by AppID for an optional Steam store country and language. Returns Steam's regional quote, request context, raw third-party account and DRM or launcher notices, supported languages, declared Store categories, review statistics, and Valve's Steam Deck compatibility report. Missing notices do not prove that a requirement is absent, and the server does not infer launcher identity, online-only behavior, activation limits, anti-cheat, or absence of DRM. Store categories are declarations, not independently tested behavior. Optional enrichment failures produce per-game warnings without removing base information. System requirements and DLC are optional. Supports filtering by review quality criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appIds | Yes | Array of Steam AppIDs to fetch information for (supports batch queries) | |
| country | No | Two-letter ISO 3166-1 Steam store country code (default: us) | us |
| criteria | No | Optional filter criteria. Omit when no filtering is needed; zero and false values do not filter results. | |
| language | No | Steam language code for localized Store content (default: english; use values such as german or schinese, not ISO codes such as de or zh) | english |
| includeDlc | No | Include list of available DLC | |
| includeStats | No | Include review statistics (default: true) | |
| includeRequirements | No | Include system requirements (PC minimum/recommended specs) | |
| includeCurrentPlayers | No | Include current player count (default: false) |