-
Notifications
You must be signed in to change notification settings - Fork 26
Get Library App Details
Revadike edited this page Jul 6, 2021
·
8 revisions
No known rate limit
Authenticated: No
Method:
GETHost:
store.steampowered.comPath:
/api/libraryappdetailsQuery Parameters:
Name Type Required Description appidnumber Yes The Steam AppID lstring No Language
Name Type Description statusnumber 1do have a store page,2do not have a store pageappidstring The Steam AppID namestring Title of the app strFullDescriptionstring ABOUT THIS GAME section of the store page (HTML string), empty string if none. strSnippetstring Short description, length: 200-300 characters, empty string if none. rgDevelopers[]array Array of developers rgDevelopers[].namestring Name of the developer, nullif nonergDevelopers[].urlstring Website of the developer, nullif nonergPublishers[]array Array of publishers rgPublishers[].namestring Name of the publisher, nullif nonergPublishers[].urlstring Website of the publisher, nullif nonergSocialMedia[]array Array of social media
GET https://store.steampowered.com/api/libraryappdetails/?appid=730
{
"status": 1,
"appid": "730",
"name": "Counter-Strike: Global Offensive",
"strFullDescription": "Counter-Strike: Global Offensive (CS: GO) expands upon the team-based action gameplay that it pioneered when it was launched 19 years ago.\r\n\r\nCS: GO features new maps, characters, weapons, and game modes, and delivers updated versions of the classic CS content (de_dust2, etc.).\r\n\r\n"Counter-Strike took the gaming industry by surprise when the unlikely MOD became the most played online PC action game in the world almost immediately after its release in August 1999," said Doug Lombardi at Valve. "For the past 12 years, it has continued to be one of the most-played games in the world, headline competitive gaming tournaments and selling over 25 million units worldwide across the franchise. CS: GO promises to expand on CS' award-winning gameplay and deliver it to gamers on the PC as well as the next gen consoles and the Mac."",
"strSnippet": "Counter-Strike: Global Offensive (CS: GO) expands upon the team-based action gameplay that it pioneered when it was launched 19 years ago. CS: GO features new maps, characters, weapons, and game modes, and delivers updated versions of the classic CS content (de_dust2, etc.).",
"rgDevelopers": [
{
"name": "Valve",
"url": "https://store.steampowered.com/developer/valve"
},
{
"name": "Hidden Path Entertainment",
"url": null
}
],
"rgPublishers": [
{
"name": "Valve",
"url": "https://store.steampowered.com/publisher/valve"
}
],
"rgSocialMedia": []
}