Get game reviews
get_game_reviewsRetrieve review summary and recent user reviews for any Steam game using its appid. Filter by language and review type to get positive or negative feedback.
Instructions
Get the review summary (score label, positive/negative counts, %) and a few recent reviews for a game by appid. Get the appid from search_games. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Only positive or negative reviews. Default 'all'. | |
| appid | Yes | Steam application id (appid). Get it from search_games. | |
| limit | No | How many recent reviews (1-20). | |
| review_language | No | Filter reviews by language, e.g. 'english'. Default 'all'. |