Games Details
Overview: Steam API I is a versatile and efficient API designed to provide detailed information about various applications on Steam. It's tailored to serve developers, researchers, and app enthusiasts who need quick and reliable access to app-specific data. Our API offers a range of endpoints that enable users to retrieve application IDs, names, perform searches and get autocomplete suggestions.…
Games Details endpoints
| Method | Endpoint | Description |
|---|---|---|
| Overview | ||
| GET |
Search /search |
**THIS ENDPOINT WILL RETURN ALL GAMES WHICH RELATED TO PARAMETER** |
| GET |
Page Number /page/{page_no} |
**THERE ARE AROUND 5538 PAGES AND SINGLE PAGE CONTAIN 25 GAMES** |
| Game Info | ||
| GET |
Game Details /gameinfo/single_game/{id} |
**GET FULL DETAILS OF PARTICULAR GAME BY *ID* ** |
| GET |
Requirements /gameinfo/requirements/{id} |
**GET REQUIREMENT BY *ID* ** |
| GET |
Tags /gameinfo/tags/{id} |
**GET all tags related to game BY *ID* ** |
| GET |
Languages Supported /gameinfo/languages_supported/{id} |
**GET languages supported BY *ID* ** |
| GET |
About Game /gameinfo/about_game/{id} |
**GET about_game BY *ID* ** |
| GET |
External Links /gameinfo/external_links/{id} |
**GET all external links related to game BY *ID* ** |
| Medias | ||
| GET |
Screenshots /media/screenshots/{id} |
**get gameplay screenshots** |
| GET |
Videos /media/videos/{id} |
get all videos |
| GET |
Broadcasts /media/broadcasts/{id} |
get all live broadcasts for particular game |
| GET |
Artworks /media/artworks/{id} |
get all artwork related to game |
| News | ||
| GET |
All News /news/all/{id} |
**get news by id** |
| GET |
Official Announcement /news/announcements/{id} |
**get official announcement news** |
| Reviews | ||
| GET |
MostRecent reviews /reviews/mostrecent/{id} |
**get mostrecent reviews** |
| GET |
TopRated reviews /reviews/toprated/{id} |
Get **TopRated** Reviews with **limit of 100** .It also suggest the review is Recommended or not Recommended in title. |
| GET |
Trendday reviews /reviews/trendday/{id} |
Trendday reviews with limit of 100 |
| GET |
Trendweek reviews /reviews/trendweek/{id}/ |
trendweek reviews with limit of 100. |
| GET |
Trendmonth reviews /reviews/trendmonth/{id} |
**get Trendmonth reviews !** |
| GET |
Trendyear reviews /reviews/trendyear/{id} |
**get trendyear reviews !** |
| GET |
Funny reviews /reviews/funny/{id} |
**get funny reviews** |
| GET |
Review by id /reviews/{review_id} |
**get full fladge review by review_id** |
| Guides | ||
| GET |
mostrecent guides /guides/mostrecent/{id} |
get list of mostrecent guides for game |
| GET |
toprated guides /guides/toprated/{id} |
get list of toprated guides for game |
| GET |
Trending Guides /guides/trend/{id} |
get list of trend guides for game |
| GET |
guide by id /guide/{guide_id} |
get full guide by guide id |
| Developer Info | ||
| GET |
Franchise /devinfo/franchise/{id} |
**GET franchise to game BY *ID* ** |
| GET |
Developer Name /devinfo/developer_name/{id} |
**GET developer name to game BY *ID* ** |
| GET |
Publisher /devinfo/publisher/{id} |
**GET publisher to game BY *ID* ** |
| Comments | ||
| GET |
comment by id /comments/{comment_id} |
get comment discuss on review, guide |
| Similar Games | ||
| GET |
Similar Game /similargame/{id} |
THIS ENDPOINT WILL RETURN ALL GAMES SIMILAR TO GAME ID PROVIDED |
Games Details pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | 3 / second |
|
| ULTRA Recommended | $49 / month | 5 / second |
|
| MEGA | $89 / month | 5 / second |
|