ISteamApps

A Steam WebAPI interface for Steam App Information.

New Methods to Existing Interface

ISteamApps currently exists in the Steam WebAPI for other functions. This proposal is to extend the existing interface, rather than create a new interface. The goal is to expand the available data for all applications on Steam.

This proposal won't mention the other existing methods of ISteamApps, but they should continue to exist.

Applies to all Software on Steam

This proposal assumes all software works with this interface. As long as an AppID exists for the product, it should work in the interface.

Definitions

AppID
Every game and software released on Steam is associated with an integer. This number can be found via ISteamApps::GetAppList.

Common Inputs

Unless otherwise noted, all methods will take the following input parameters, even if the method may not need them.

Key Name Type Description Example
key string WebAPI Application Key. XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
format string Requested form of output. XML, VDF, or JSON (default) json
language string ISO 639-1 language code. en

Common Outputs

Unless otherwise noted, all methods will return the following parameters. For methods that return an array of results, these fields will be included at the top-most level of a return, before the array of results.

Key Name Type Description Example
success int Status return number of query. Possible responses include:
  • 1 = Success.
  • 42 = No match found.
1
message string Human readable string describing success description. Success

Method Description

This method provides data about a software title released on Steam.

This provides a wealth of information about titles released on Steam ranging from pricing, descriptions & titles, imagery, and other information about a given title.

Input

All Common Inputs are used for this method. Some may not effect response.
appids
(string,int)
The steam AppID number of the game to search against. May use a comma separated range of AppIDs to return more than one title in a single call.

Outputs

All Common Outputs are used for this method.
appids
(int)
App ID of the query returned if appids input was defined and successful.
apps
(array)
An array of each successful AppID return.
title
(string)
The title of the application.
developer_name
(string)
Name of the title's developer.
publisher_name
(string)
Name of the title's publisher.
platforms
(array)
An Array of platforms the title is released under.
windows
(bool)
Released for Windows operating systems.
mac
(bool)
Released for Mac OS X operating systems.
linux
(bool)
Released for Linux operating systems.
steamplay
(bool)
Denotes if title is under SteamPlay license.
attributes
(array)
A list of store-only or other external attributes for the given title.
This is in contrast to the features listing.
free_to_play
(bool)
TRUE if title is a "Free to Play" title.
early_access
(bool)
TRUE if title is an Early Access title.
Once the title is past the 'Early Access' stage, this field will be set to FALSE.
greenlight
(bool)
TRUE if title was accepted under the Greenlight approval process.
The following fields apply to Apps that are released to the public, but have a separate and on-going Beta AppID. Games under this category include: Team Fortress 2
beta_appid
(int, null)
If title has a different AppID for beta, AppID number is listed.
NULL if there is no Beta AppID.
gold_appid
(int)
If title has a different AppID for beta, AppID number for released AppID.
If there is no Beta AppID, it will return the given AppID.
images
(array)
An array of logo and icon images related to the title.
For Screenshots & Videos, see ISteamApps::GetAppMedia.
header
(string)
URL of "header" image of title.
460px X 215px
header_292
(string)
URL of "header" image of title.
292px X 136px
capsule
(string)
URL of "capsule" image of title.
616px X 353px
capsule_467
(string)
URL of "capsule" image of title.
467px X 181px
capsule_184
(string)
URL of "capsule" image of title.
184px X 69px
capsule_120
(string)
URL of "capsule" image of title.
120px X 45px
strings
(array)
Description strings for the title. All are formatted as HTML escaped.
short_desc
(string)
Short description of title.
about
(string) [optional]
"About this game" text for title.
key_features
(string) [optional]
"Key Features" text for title.
copyright
(string) [optional]
Copyright string for title.
reviews
(string) [optional]
"Reviews" text for title.
system_req
(array)
HTML escaped text of system requirements, separated by platform.
windows
(array)
For Windows platforms.
minimum
(string)
Minimum requirements for Windows.
recommended
(string) [optional]
Recommended requirements for Windows.
mac
(array)
For Mac OS X platforms.
minimum
(string)
Minimum requirements for Mac OS X.
recommended
(string) [optional]
Recommended requirements for Mac OS X.
linux
(array)
For Linux platforms.
minimum
(string)
Minimum requirements for Linux.
recommended
(string) [optional]
Recommended requirements for Linux.
genres
(array)
An array of strings listing the genres the title is attached to.
Available genres include (and not limited to):
  • Free to Play
  • Action
  • Adventure
  • Strategy
  • RPG
  • Indie
  • Massively Multiplayer
  • Platformer
  • Casual
  • Simulation
  • Racing
  • Sports
  • Accounting
  • Animation & Modeling
  • Audio Production
  • Design & Illustration
  • Education
  • Photo Editing
  • Software Training
  • Utilities
  • Video Production
  • Web Publishing
  • Early Access
release_date
(array)
An array of numbers for the release date of title.
If there is no value given for any field, the value will return 0. Thus if the release date is "December 2010", the day field will be 0.
year
(int)
Four digit number of year of release.
month
(int)
Two digit number of day of release.
day
(int)
Two digit number of day of release.
languages
(array)
List of languages the title supports, with supporting attributes.
iso
(string)
The ISO 639-1 standard of supported language.
name
(string)
The localized string of the supported language.
has_voice
(bool)
Denotes voice is localized and included for this language.
has_subtitles
(bool)
Denotes subtitles is localized included for this language.
features
(array)
List of (mostly) in-game features the title includes.
Each field defaults to FALSE. New features may be included as features expand.
singlePlayer
(bool)
Title contains single player mode.
coop
(bool)
Title supports Co-Op mode.
coop_local
(bool)
Title supports Local Co-Op mode.
multiPlayer
(bool)
Title supports multiplayer.
multiPlayer_CrossPlatform
(bool)
Title supports cross-platform multiplayer.
controller
(bool)
Title has full controller support.
controller_partial
(bool)
Title has partial controller support.
achievements
(bool)
Title supports Steam Achievements.
leaderboards
(bool)
Title supports Steam Leaderboards.
cloud
(bool)
Title supports Steam Cloud.
stats
(bool)
Title supports Steam Stats.
stats_community
(bool)
Title supports Steam Community Stats.
big_picture
(bool)
Title supports Steam Big Picture.
workshop
(bool)
Title supports Steam Workshop.
cards
(bool)
Title distributes Steam Trading Cards.
vac
(bool)
Title supports Valve Anti-Cheat System (VAC).
links
(array)
An array of links officially associated with the title.
official_website
(string)
The official website of the title.
update_history
(string)
The Steam update history of the title.
official_game_hub
(string)
The Steam Game Hub of the title.
store_page
(string)
The Steam Store page of the title.
forums
(string)
The Steam Forums of the title.

Examples

Puzzle Agent 2

GET https://api.steampowered.com/ISteamApps/GetAppData/v0001/?appids=94590
{
    "response": {
        "success": 1,
        "message": "success",
        "language": "en",
        "appids": 94590,
        "apps": {
            "94590": {
                "title": "Puzzle Agent 2",
                "developer_name": "Telltale Games",
                "publisher_name": "Telltale Games",
                "platforms": {
                    "windows": true,
                    "mac": true,
                    "linux": false,
                    "steamplay": true
                },
                "attributes": {
                    "free_to_play": false,
                    "early_access": false,
                    "greenlight": false,
                    "beta_appid": null,
                    "gold_appid": 94590
                },
                "images": {
                    "header": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/header.jpg",
                    "header_292": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/header_292x136.jpg",
                    "capsule_120": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/capsule_sm_120.jpg",
                    "capsule_184": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/capsule_184x69.jpg",
                    "capsule_467": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/capsule_467x181.jpg",
                    "capsule_616": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/capsule_616x353.jpg"
                },
                "strings": {
                    "short_desc": "Agent Nelson Tethers just solved the biggest case of his career. So why isn't he satisfied? There’s still the case of a missing eraser factory foreman, a whispering madness is still creeping from mind to mind, and a troubling recurrence of... creatures... is lurking into the town.",
                    "copyright": "© 2011 Telltale Inc. Telltale and the Telltale Games logo are trademarks of Telltale, Inc. Based on the Grickle series of books written and illustrated by Graham Annable. All rights reserved.",
                    "about": "<p>Agent Nelson Tethers just solved the biggest case of his career. So why isn&#039;t he satisfied? There&rsquo;s still the case of a missing eraser factory foreman, a whispering madness is still creeping from mind to mind, and a troubling recurrence of... creatures... is lurking into the town.<\/p>",
                    "key_features": "<ul><li>Sequel to the award winning Puzzle Agent (PC Gamer&rsquo;s Game of the Year, IGN&rsquo;s Best of E3, etc)<\/li><li>Creepy puzzle adventure with mystery and dark humor<\/li><li>Wider variety of intuitive yet challenging puzzles<\/li><\/ul>\n",
                    "reviews": null
                },
                "system_req": {
                    "windows": {
                        "minimum": "<ul>\n<ul>\n<li><strong>OS:<\/strong> XP Service Pack 3 \/ Vista \/ Windows 7\n<li><strong>Processor:<\/strong> 1.8 GHz Pentium 4 or equivalent (Rec: 2.0GHz Pentium 4 or equivalent)\n<li><strong>Memory:<\/strong> 2 GB RAM (Rec: 3GB RAM)\n<li><strong>Hard Disk Space:<\/strong> 500 Mb Space Free\n<li><strong>Video Card:<\/strong> ATI or NVidia card w\/ 256 MB RAM (Rec: ATI or NVidia card w\/ 512 MB RAM)\n<li><strong>DirectX&reg;:<\/strong> Direct X 9.0c\n<li><strong>Sound:<\/strong> Direct X 9.0 sound device\n <\/ul>\n<\/ul>",
                        "recommended": null
                    },
                    "mac": {
                        "minimum": "<ul>\n<ul>\n<li><strong>OS:<\/strong> OS X version Snow Leopard 10.6.3, or later.\n<li><strong>Processor:<\/strong> 2.3 GHz Intel or equivalent\n<li><strong>Memory:<\/strong> 4 GB RAM\n<li><strong>Hard Disk Space:<\/strong> 500 MB Space Free\n<li><strong>Video Card:<\/strong> 512 MB NVidia or ATI graphics card\n<li><strong>Additional:<\/strong> Not recommended for MAC Minis or early-generation MacBooks\n <\/ul>\n<\/ul>\n",
                        "recommended": null
                    },
                    "linux": {
                        "minimum": null,
                        "recommended": null
                    }
                },
                "genres": [
                    "adventure",
                    "casual"
                ],
                "release_date": {
                    "year": 2011,
                    "month": 6,
                    "day": 30
                },
                "languages": [
                    {
                        "iso": "en",
                        "name": "english",
                        "has_voice": true,
                        "has_subtitles": true
                    }
                ],
                "features": {
                    "singleplayer": true,
                    "coop": false,
                    "coop_local": false,
                    "multiplayer": false,
                    "multiPlayer_CrossPlatform": false,
                    "controller": false,
                    "controller_partial": false,
                    "achievements": false,
                    "leaderboards": false,
                    "cloud": false,
                    "stats": false,
                    "stats_community": false,
                    "big_picture": false,
                    "workshop": false,
                    "cards": false,
                    "vac": false
                },
                "links": {
                    "official_website": "http:\/\/www.telltalegames.com\/puzzleagent2",
                    "update_history": "http:\/\/store.steampowered.com\/news\/?feed=steam_updates&appids=94590",
                    "official_game_hub": "http:\/\/steamcommunity.com\/app\/94590",
                    "store_page": "http:\/\/store.steampowered.com\/app\/94590\/",
                    "forums": "http:\/\/steamcommunity.com\/app\/94590\/discussions\/"
                }
            }
        }
    }
}
<?xml version="1.0"?>
<!DOCTYPE response>
<response>
  <success>1</success>
  <message>success</message>
  <language>en</language>
  <appids>94590</appids>
  <apps>
    <app appid="94590">
      <title>Puzzle Agent 2</title>
      <developer_name>Telltale Games</developer_name>
      <publisher_name>Telltale Games</publisher_name>
      <platform>
        <windows/>
        <mac/>
        <steamplay/>
      </platform>
      <attributes>
        <gold_appid>94590</gold_appid>
      </attributes>
      <images>
        <header>http://cdn2.steampowered.com/v/gfx/apps/94590/header.jpg</header>
        <header_292>http://cdn2.steampowered.com/v/gfx/apps/94590/header_292x136.jpg</header_292>
        <capsule_120>http://cdn2.steampowered.com/v/gfx/apps/94590/capsule_sm_120.jpg</capsule_120>
        <capsule_184>http://cdn2.steampowered.com/v/gfx/apps/94590/capsule_184x69.jpg</capsule_184>
        <capsule_467>http://cdn2.steampowered.com/v/gfx/apps/94590/capsule_467x181.jpg</capsule_467>
        <capsule_616>http://cdn2.steampowered.com/v/gfx/apps/94590/capsule_616x353.jpg</capsule_616>
      </images>
      <strings>
        <short_desc>Agent Nelson Tethers just solved the biggest case of his career. So why isn&amp;#039;t he satisfied? There&amp;rsquo;s still the case of a missing eraser factory foreman, a whispering madness is still creeping from mind to mind, and a troubling recurrence of... creatures... is lurking into the town.</short_desc>
        <copyright>&amp;copy; 2011 Telltale Inc. Telltale and the Telltale Games logo are trademarks of Telltale, Inc. Based on the Grickle series of books written and illustrated by Graham Annable. All rights reserved.</copyright>
        <about><![CDATA[&lt;p&gt;Agent Nelson Tethers just solved the biggest case of his career. So why isn&amp;#039;t he satisfied? There&amp;rsquo;s still the case of a missing eraser factory foreman, a whispering madness is still creeping from mind to mind, and a troubling recurrence of... creatures... is lurking into the town.&lt;/p&gt;]]></about>
        <key_features><![CDATA[&lt;ul&gt;&lt;li&gt;Sequel to the award winning Puzzle Agent (PC Gamer&amp;rsquo;s Game of the Year, IGN&amp;rsquo;s Best of E3, etc)&lt;/li&gt;&lt;li&gt;Creepy puzzle adventure with mystery and dark humor&lt;/li&gt;&lt;li&gt;Wider variety of intuitive yet challenging puzzles&lt;/li&gt;&lt;/ul&gt;
]]></key_features>
      </strings>
      <system_req>
        <windows>
          <minimum><![CDATA[&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;OS:&lt;/strong&gt; XP Service Pack 3 / Vista / Windows 7
&lt;li&gt;&lt;strong&gt;Processor:&lt;/strong&gt; 1.8 GHz Pentium 4 or equivalent (Rec: 2.0GHz Pentium 4 or equivalent)
&lt;li&gt;&lt;strong&gt;Memory:&lt;/strong&gt; 2 GB RAM (Rec: 3GB RAM)
&lt;li&gt;&lt;strong&gt;Hard Disk Space:&lt;/strong&gt; 500 Mb Space Free
&lt;li&gt;&lt;strong&gt;Video Card:&lt;/strong&gt; ATI or NVidia card w/ 256 MB RAM (Rec: ATI or NVidia card w/ 512 MB RAM)
&lt;li&gt;&lt;strong&gt;DirectX&amp;reg;:&lt;/strong&gt; Direct X 9.0c
&lt;li&gt;&lt;strong&gt;Sound:&lt;/strong&gt; Direct X 9.0 sound device
 &lt;/ul&gt;
&lt;/ul&gt;]]></minimum>
          <recommended/>
        </windows>
        <mac>
          <minimum><![CDATA[&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;OS:&lt;/strong&gt; OS X version Snow Leopard 10.6.3, or later.
&lt;li&gt;&lt;strong&gt;Processor:&lt;/strong&gt; 2.3 GHz Intel or equivalent
&lt;li&gt;&lt;strong&gt;Memory:&lt;/strong&gt; 4 GB RAM
&lt;li&gt;&lt;strong&gt;Hard Disk Space:&lt;/strong&gt; 500 MB Space Free
&lt;li&gt;&lt;strong&gt;Video Card:&lt;/strong&gt; 512 MB NVidia or ATI graphics card
&lt;li&gt;&lt;strong&gt;Additional:&lt;/strong&gt; Not recommended for MAC Minis or early-generation MacBooks
 &lt;/ul&gt;
&lt;/ul&gt;
]]></minimum>
          <recommended/>
        </mac>
        <linux>
          <minimum/>
          <recommended/>
        </linux>
      </system_req>
      <genres>
        <genre>adventure</genre>
        <genre>casual</genre>
      </genres>
      <release_date>
        <year>2011</year>
        <month>6</month>
        <day>30</day>
      </release_date>
      <languages>
        <language name="english" has_voice="1" has_subtitles="1">en</language>
      </languages>
      <feature>
        <singleplayer/>
      </feature>
      <links>
        <official_website>http://www.telltalegames.com/puzzleagent2</official_website>
        <update_history>http://store.steampowered.com/news/?feed=steam_updates&amp;appids=94590</update_history>
        <official_game_hub>http://steamcommunity.com/app/94590</official_game_hub>
        <store_page>http://store.steampowered.com/app/94590/</store_page>
        <forums>http://steamcommunity.com/app/94590/discussions/</forums>
      </links>
    </app>
  </apps>
</response>
"response"
{
	"success"	"1"
	"message"	"success"
	"language"	"en"
	"appids"	"94590"
	"apps"
	{
		"94590"
		{
			"title"	"Puzzle Agent 2"
			"developer_name"	"Telltale Games"
			"publisher_name"	"Telltale Games"
			"platforms"
			{
				"windows"	"1"
				"mac"	"1"
				"linux"	"0"
				"steamplay"	"1"
			}
			"attributes"
			{
				"free_to_play"	"0"
				"early_access"	"0"
				"greenlight"	"0"
				"beta_appid"	""
				"gold_appid"	"94590"
			}
			"images"
			{
				"header"	"http://cdn2.steampowered.com/v/gfx/apps/94590/header.jpg"
				"header_292"	"http://cdn2.steampowered.com/v/gfx/apps/94590/header_292x136.jpg"
				"capsule_120"	"http://cdn2.steampowered.com/v/gfx/apps/94590/capsule_sm_120.jpg"
				"capsule_184"	"http://cdn2.steampowered.com/v/gfx/apps/94590/capsule_184x69.jpg"
				"capsule_467"	"http://cdn2.steampowered.com/v/gfx/apps/94590/capsule_467x181.jpg"
				"capsule_616"	"http://cdn2.steampowered.com/v/gfx/apps/94590/capsule_616x353.jpg"
			}
			"strings"
			{
				"short_desc"	"Agent Nelson Tethers just solved the biggest case of his career. So why isn't he satisfied? There’s still the case of a missing eraser factory foreman, a whispering madness is still creeping from mind to mind, and a troubling recurrence of... creatures... is lurking into the town."
				"copyright"	"© 2011 Telltale Inc. Telltale and the Telltale Games logo are trademarks of Telltale, Inc. Based on the Grickle series of books written and illustrated by Graham Annable. All rights reserved."
				"about"	"

Agent Nelson Tethers just solved the biggest case of his career. So why isn't he satisfied? There’s still the case of a missing eraser factory foreman, a whispering madness is still creeping from mind to mind, and a troubling recurrence of... creatures... is lurking into the town.

" "key_features" "
  • Sequel to the award winning Puzzle Agent (PC Gamer’s Game of the Year, IGN’s Best of E3, etc)
  • Creepy puzzle adventure with mystery and dark humor
  • Wider variety of intuitive yet challenging puzzles
" "reviews" "" } "system_req" { "windows" { "minimum" "
    • OS: XP Service Pack 3 / Vista / Windows 7
    • Processor: 1.8 GHz Pentium 4 or equivalent (Rec: 2.0GHz Pentium 4 or equivalent)
    • Memory: 2 GB RAM (Rec: 3GB RAM)
    • Hard Disk Space: 500 Mb Space Free
    • Video Card: ATI or NVidia card w/ 256 MB RAM (Rec: ATI or NVidia card w/ 512 MB RAM)
    • DirectX®: Direct X 9.0c
    • Sound: Direct X 9.0 sound device
" "recommended" "" } "mac" { "minimum" "
    • OS: OS X version Snow Leopard 10.6.3, or later.
    • Processor: 2.3 GHz Intel or equivalent
    • Memory: 4 GB RAM
    • Hard Disk Space: 500 MB Space Free
    • Video Card: 512 MB NVidia or ATI graphics card
    • Additional: Not recommended for MAC Minis or early-generation MacBooks
" "recommended" "" } "linux" { "minimum" "" "recommended" "" } } "genres" { "0" "adventure" "1" "casual" } "release_date" { "year" "2011" "month" "6" "day" "30" } "languages" { "0" { "iso" "en" "name" "english" "has_voice" "1" "has_subtitles" "1" } } "features" { "singleplayer" "1" "coop" "0" "coop_local" "0" "multiplayer" "0" "multiPlayer_CrossPlatform" "0" "controller" "0" "controller_partial" "0" "achievements" "0" "leaderboards" "0" "cloud" "0" "stats" "0" "stats_community" "0" "big_picture" "0" "workshop" "0" "cards" "0" "vac" "0" } "links" { "official_website" "http://www.telltalegames.com/puzzleagent2" "update_history" "http://store.steampowered.com/news/?feed=steam_updates&appids=94590" "official_game_hub" "http://steamcommunity.com/app/94590" "store_page" "http://store.steampowered.com/app/94590/" "forums" "http://steamcommunity.com/app/94590/discussions/" } } } }

Method Description

This method provides screenshots and trailers associated officially with a software title released on Steam.

Each software title includes a set of official screenshots and videos, showcased at the store page. These media items are provided by the developer/publisher of the title.

Input

All Common Inputs are used for this method. Some may not effect response.
appid
(int)
The steam AppID number of the game to search against.

Outputs

All Common Outputs are used for this method.
appid
(int)
App ID of the query returned if appid input was defined and successful.
images
(array)
An array of logo and icon images related to the title.
The same as ISteamApps::GetAppData's images return.
header
(string)
URL of "header" image of title.
460px X 215px
header_292
(string)
URL of "header" image of title.
292px X 136px
capsule
(string)
URL of "capsule" image of title.
616px X 353px
capsule_467
(string)
URL of "capsule" image of title.
467px X 181px
capsule_184
(string)
URL of "capsule" image of title.
184px X 69px
capsule_120
(string)
URL of "capsule" image of title.
120px X 45px
screenshots
(array)
All official screenshots displayed on the title's store page.
The following fields are per entry in the array.
thumbnail
(string)
URL of the thumbnail, 116px X 65px image.
image_600
(string)
URL of 600px X 338px image.
image_1920
(string)
URL of 1920px X 1080 (HD) image.
image_org
(string)
URL of the original image.
Final size depends on submission by developer.
movies
(array)
All official movies & videos displayed on the title's store page.
The following fields are per entry in the array.
movie_id
(string)
AppID for movie.
Each official movie has an AppID.
thumbnail
(string)
URL of still photo thumbnail of the movie.
movie
(string)
URL of the movie file.

Examples

Puzzle Agent 2

GET https://api.steampowered.com/ISteamApps/GetAppMedia/v0001/?appid=94590
{
    "response": {
        "success": 1,
        "message": "success",
        "language": "en",
        "appid": 94590,
        "title": "Puzzle Agent 2",
        "images": {
            "header": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/header.jpg",
            "header_292": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/header_292x136.jpg",
            "capsule_120": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/capsule_sm_120.jpg",
            "capsule_184": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/capsule_184x69.jpg",
            "capsule_467": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/capsule_467x181.jpg",
            "capsule_616": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/capsule_616x353.jpg"
        },
        "screenshots": [
            {
                "thumbnail": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_0a45bd057043efa9773a5c970da937675c3694b0.116x65.jpg",
                "image_600": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_0a45bd057043efa9773a5c970da937675c3694b0.600x338.jpg",
                "image_1920": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.1920x1080.jpg",
                "image_org": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.jpg"
            },
            {
                "thumbnail": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_4ccce3488e935e2e0b5030a2145e0408008b3d4c.jpg.116x65.jpg",
                "image_600": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_4ccce3488e935e2e0b5030a2145e0408008b3d4c.600x338.jpg",
                "image_1920": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_4ccce3488e935e2e0b5030a2145e0408008b3d4c.1920x1080.jpg",
                "image_org": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.jpg"
            },
            {
                "thumbnail": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_3155b555f9a9e3cc7bbf96c0775a1e598fc50502.116x65.jpg",
                "image_600": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_3155b555f9a9e3cc7bbf96c0775a1e598fc50502.600x338.jpg",
                "image_1920": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_3155b555f9a9e3cc7bbf96c0775a1e598fc50502.1920x1080.jpg",
                "image_org": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_3155b555f9a9e3cc7bbf96c0775a1e598fc50502.jpg"
            },
            {
                "thumbnail": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_64acddbf2f13b415206e53c61590b218c7bac9a4.116x65.jpg",
                "image_600": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_64acddbf2f13b415206e53c61590b218c7bac9a4.600x338.jpg",
                "image_1920": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_64acddbf2f13b415206e53c61590b218c7bac9a4.1920x1080.jpg",
                "image_org": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_64acddbf2f13b415206e53c61590b218c7bac9a4.jpg"
            },
            {
                "thumbnail": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.116x65.jpg",
                "image_600": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.600x338.jpg",
                "image_1920": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.1920x1080.jpg",
                "image_org": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.jpg"
            },
            {
                "thumbnail": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_82c412b711279408645b9214f78772186b951e90.116x65.jpg",
                "image_600": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_82c412b711279408645b9214f78772186b951e90.600x338.jpg",
                "image_1920": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_82c412b711279408645b9214f78772186b951e90.1920x1080.jpg",
                "image_org": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_82c412b711279408645b9214f78772186b951e90.jpg"
            },
            {
                "thumbnail": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_8aab49ed2968de69f22cfc71a723c7c997241d3a.116x65.jpg",
                "image_600": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_8aab49ed2968de69f22cfc71a723c7c997241d3a.600x338.jpg",
                "image_1920": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_8aab49ed2968de69f22cfc71a723c7c997241d3a.1920x1080.jpg",
                "image_org": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_8aab49ed2968de69f22cfc71a723c7c997241d3a.jpg"
            },
            {
                "thumbnail": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_c2028c4bce02c05a5fbd74534ccddb4e8828486f.116x65.jpg",
                "image_600": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_c2028c4bce02c05a5fbd74534ccddb4e8828486f.600x338.jpg",
                "image_1920": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_c2028c4bce02c05a5fbd74534ccddb4e8828486f.1920x1080.jpg",
                "image_org": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_c2028c4bce02c05a5fbd74534ccddb4e8828486f.jpg"
            },
            {
                "thumbnail": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_cafc77a9c29056ff66dbc6571a14dcf0f7b57599.116x65.jpg",
                "image_600": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_cafc77a9c29056ff66dbc6571a14dcf0f7b57599.600x338.jpg",
                "image_1920": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_cafc77a9c29056ff66dbc6571a14dcf0f7b57599.1920x1080.jpg",
                "image_org": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/ss_cafc77a9c29056ff66dbc6571a14dcf0f7b57599.jpg"
            },
            {
                "thumbnail": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/.116x65.jpg",
                "image_600": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/.600x338.jpg",
                "image_1920": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/.1920x1080.jpg",
                "image_org": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/.jpg"
            },
            {
                "thumbnail": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/.116x65.jpg",
                "image_600": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/.600x338.jpg",
                "image_1920": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/.1920x1080.jpg",
                "image_org": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/.jpg"
            },
            {
                "thumbnail": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/.116x65.jpg",
                "image_600": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/.600x338.jpg",
                "image_1920": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/.1920x1080.jpg",
                "image_org": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/.jpg"
            },
            {
                "thumbnail": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/.116x65.jpg",
                "image_600": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/.600x338.jpg",
                "image_1920": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/.1920x1080.jpg",
                "image_org": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/94590\/.jpg"
            }
        ],
        "movies": [
            {
                "movie_id": 80928,
                "thumbnail": "http:\/\/cdn2.steampowered.com\/v\/gfx\/apps\/80928\/movie.jpg",
                "movie": "http:\/\/media2.steampowered.com\/steam\/apps\/80928\/movieLrg.flv"
            }
        ]
    }
}
<?xml version="1.0"?>
<!DOCTYPE response>
<response>
  <success>1</success>
  <message>success</message>
  <language>en</language>
  <appid>94590</appid>
  <title>Puzzle Agent 2</title>
  <images>
    <header>http://cdn2.steampowered.com/v/gfx/apps/94590/header.jpg</header>
    <header_292>http://cdn2.steampowered.com/v/gfx/apps/94590/header_292x136.jpg</header_292>
    <capsule_120>http://cdn2.steampowered.com/v/gfx/apps/94590/capsule_sm_120.jpg</capsule_120>
    <capsule_184>http://cdn2.steampowered.com/v/gfx/apps/94590/capsule_184x69.jpg</capsule_184>
    <capsule_467>http://cdn2.steampowered.com/v/gfx/apps/94590/capsule_467x181.jpg</capsule_467>
    <capsule_616>http://cdn2.steampowered.com/v/gfx/apps/94590/capsule_616x353.jpg</capsule_616>
  </images>
  <screenshots>
    <screenshot>
      <thumbnail>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_0a45bd057043efa9773a5c970da937675c3694b0.116x65.jpg</thumbnail>
      <image_600>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_0a45bd057043efa9773a5c970da937675c3694b0.600x338.jpg</image_600>
      <image_1920>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.1920x1080.jpg</image_1920>
      <image_org>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.jpg</image_org>
    </screenshot>
    <screenshot>
      <thumbnail>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_4ccce3488e935e2e0b5030a2145e0408008b3d4c.jpg.116x65.jpg</thumbnail>
      <image_600>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_4ccce3488e935e2e0b5030a2145e0408008b3d4c.600x338.jpg</image_600>
      <image_1920>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_4ccce3488e935e2e0b5030a2145e0408008b3d4c.1920x1080.jpg</image_1920>
      <image_org>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.jpg</image_org>
    </screenshot>
    <screenshot>
      <thumbnail>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_3155b555f9a9e3cc7bbf96c0775a1e598fc50502.116x65.jpg</thumbnail>
      <image_600>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_3155b555f9a9e3cc7bbf96c0775a1e598fc50502.600x338.jpg</image_600>
      <image_1920>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_3155b555f9a9e3cc7bbf96c0775a1e598fc50502.1920x1080.jpg</image_1920>
      <image_org>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_3155b555f9a9e3cc7bbf96c0775a1e598fc50502.jpg</image_org>
    </screenshot>
    <screenshot>
      <thumbnail>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_64acddbf2f13b415206e53c61590b218c7bac9a4.116x65.jpg</thumbnail>
      <image_600>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_64acddbf2f13b415206e53c61590b218c7bac9a4.600x338.jpg</image_600>
      <image_1920>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_64acddbf2f13b415206e53c61590b218c7bac9a4.1920x1080.jpg</image_1920>
      <image_org>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_64acddbf2f13b415206e53c61590b218c7bac9a4.jpg</image_org>
    </screenshot>
    <screenshot>
      <thumbnail>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.116x65.jpg</thumbnail>
      <image_600>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.600x338.jpg</image_600>
      <image_1920>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.1920x1080.jpg</image_1920>
      <image_org>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.jpg</image_org>
    </screenshot>
    <screenshot>
      <thumbnail>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_82c412b711279408645b9214f78772186b951e90.116x65.jpg</thumbnail>
      <image_600>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_82c412b711279408645b9214f78772186b951e90.600x338.jpg</image_600>
      <image_1920>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_82c412b711279408645b9214f78772186b951e90.1920x1080.jpg</image_1920>
      <image_org>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_82c412b711279408645b9214f78772186b951e90.jpg</image_org>
    </screenshot>
    <screenshot>
      <thumbnail>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_8aab49ed2968de69f22cfc71a723c7c997241d3a.116x65.jpg</thumbnail>
      <image_600>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_8aab49ed2968de69f22cfc71a723c7c997241d3a.600x338.jpg</image_600>
      <image_1920>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_8aab49ed2968de69f22cfc71a723c7c997241d3a.1920x1080.jpg</image_1920>
      <image_org>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_8aab49ed2968de69f22cfc71a723c7c997241d3a.jpg</image_org>
    </screenshot>
    <screenshot>
      <thumbnail>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_c2028c4bce02c05a5fbd74534ccddb4e8828486f.116x65.jpg</thumbnail>
      <image_600>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_c2028c4bce02c05a5fbd74534ccddb4e8828486f.600x338.jpg</image_600>
      <image_1920>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_c2028c4bce02c05a5fbd74534ccddb4e8828486f.1920x1080.jpg</image_1920>
      <image_org>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_c2028c4bce02c05a5fbd74534ccddb4e8828486f.jpg</image_org>
    </screenshot>
    <screenshot>
      <thumbnail>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_cafc77a9c29056ff66dbc6571a14dcf0f7b57599.116x65.jpg</thumbnail>
      <image_600>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_cafc77a9c29056ff66dbc6571a14dcf0f7b57599.600x338.jpg</image_600>
      <image_1920>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_cafc77a9c29056ff66dbc6571a14dcf0f7b57599.1920x1080.jpg</image_1920>
      <image_org>http://cdn2.steampowered.com/v/gfx/apps/94590/ss_cafc77a9c29056ff66dbc6571a14dcf0f7b57599.jpg</image_org>
    </screenshot>
    <screenshot>
      <thumbnail>http://cdn2.steampowered.com/v/gfx/apps/94590/.116x65.jpg</thumbnail>
      <image_600>http://cdn2.steampowered.com/v/gfx/apps/94590/.600x338.jpg</image_600>
      <image_1920>http://cdn2.steampowered.com/v/gfx/apps/94590/.1920x1080.jpg</image_1920>
      <image_org>http://cdn2.steampowered.com/v/gfx/apps/94590/.jpg</image_org>
    </screenshot>
    <screenshot>
      <thumbnail>http://cdn2.steampowered.com/v/gfx/apps/94590/.116x65.jpg</thumbnail>
      <image_600>http://cdn2.steampowered.com/v/gfx/apps/94590/.600x338.jpg</image_600>
      <image_1920>http://cdn2.steampowered.com/v/gfx/apps/94590/.1920x1080.jpg</image_1920>
      <image_org>http://cdn2.steampowered.com/v/gfx/apps/94590/.jpg</image_org>
    </screenshot>
    <screenshot>
      <thumbnail>http://cdn2.steampowered.com/v/gfx/apps/94590/.116x65.jpg</thumbnail>
      <image_600>http://cdn2.steampowered.com/v/gfx/apps/94590/.600x338.jpg</image_600>
      <image_1920>http://cdn2.steampowered.com/v/gfx/apps/94590/.1920x1080.jpg</image_1920>
      <image_org>http://cdn2.steampowered.com/v/gfx/apps/94590/.jpg</image_org>
    </screenshot>
    <screenshot>
      <thumbnail>http://cdn2.steampowered.com/v/gfx/apps/94590/.116x65.jpg</thumbnail>
      <image_600>http://cdn2.steampowered.com/v/gfx/apps/94590/.600x338.jpg</image_600>
      <image_1920>http://cdn2.steampowered.com/v/gfx/apps/94590/.1920x1080.jpg</image_1920>
      <image_org>http://cdn2.steampowered.com/v/gfx/apps/94590/.jpg</image_org>
    </screenshot>
  </screenshots>
  <movies>
    <movie>
      <movie_id>80928</movie_id>
      <thumbnail>http://cdn2.steampowered.com/v/gfx/apps/80928/movie.jpg</thumbnail>
      <movie>http://media2.steampowered.com/steam/apps/80928/movieLrg.flv</movie>
    </movie>
  </movies>
</response>
"response"
{
	"success"	"1"
	"message"	"success"
	"language"	"en"
	"appid"	"94590"
	"title"	"Puzzle Agent 2"
	"images"
	{
		"header"	"http://cdn2.steampowered.com/v/gfx/apps/94590/header.jpg"
		"header_292"	"http://cdn2.steampowered.com/v/gfx/apps/94590/header_292x136.jpg"
		"capsule_120"	"http://cdn2.steampowered.com/v/gfx/apps/94590/capsule_sm_120.jpg"
		"capsule_184"	"http://cdn2.steampowered.com/v/gfx/apps/94590/capsule_184x69.jpg"
		"capsule_467"	"http://cdn2.steampowered.com/v/gfx/apps/94590/capsule_467x181.jpg"
		"capsule_616"	"http://cdn2.steampowered.com/v/gfx/apps/94590/capsule_616x353.jpg"
	}
	"screenshots"
	{
		"0"
		{
			"thumbnail"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_0a45bd057043efa9773a5c970da937675c3694b0.116x65.jpg"
			"image_600"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_0a45bd057043efa9773a5c970da937675c3694b0.600x338.jpg"
			"image_1920"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.1920x1080.jpg"
			"image_org"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.jpg"
		}
		"1"
		{
			"thumbnail"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_4ccce3488e935e2e0b5030a2145e0408008b3d4c.jpg.116x65.jpg"
			"image_600"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_4ccce3488e935e2e0b5030a2145e0408008b3d4c.600x338.jpg"
			"image_1920"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_4ccce3488e935e2e0b5030a2145e0408008b3d4c.1920x1080.jpg"
			"image_org"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.jpg"
		}
		"2"
		{
			"thumbnail"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_3155b555f9a9e3cc7bbf96c0775a1e598fc50502.116x65.jpg"
			"image_600"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_3155b555f9a9e3cc7bbf96c0775a1e598fc50502.600x338.jpg"
			"image_1920"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_3155b555f9a9e3cc7bbf96c0775a1e598fc50502.1920x1080.jpg"
			"image_org"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_3155b555f9a9e3cc7bbf96c0775a1e598fc50502.jpg"
		}
		"3"
		{
			"thumbnail"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_64acddbf2f13b415206e53c61590b218c7bac9a4.116x65.jpg"
			"image_600"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_64acddbf2f13b415206e53c61590b218c7bac9a4.600x338.jpg"
			"image_1920"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_64acddbf2f13b415206e53c61590b218c7bac9a4.1920x1080.jpg"
			"image_org"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_64acddbf2f13b415206e53c61590b218c7bac9a4.jpg"
		}
		"4"
		{
			"thumbnail"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.116x65.jpg"
			"image_600"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.600x338.jpg"
			"image_1920"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.1920x1080.jpg"
			"image_org"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_7e8edb91fc51301f106047c6d32be5a00ca04e62.jpg"
		}
		"5"
		{
			"thumbnail"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_82c412b711279408645b9214f78772186b951e90.116x65.jpg"
			"image_600"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_82c412b711279408645b9214f78772186b951e90.600x338.jpg"
			"image_1920"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_82c412b711279408645b9214f78772186b951e90.1920x1080.jpg"
			"image_org"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_82c412b711279408645b9214f78772186b951e90.jpg"
		}
		"6"
		{
			"thumbnail"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_8aab49ed2968de69f22cfc71a723c7c997241d3a.116x65.jpg"
			"image_600"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_8aab49ed2968de69f22cfc71a723c7c997241d3a.600x338.jpg"
			"image_1920"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_8aab49ed2968de69f22cfc71a723c7c997241d3a.1920x1080.jpg"
			"image_org"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_8aab49ed2968de69f22cfc71a723c7c997241d3a.jpg"
		}
		"7"
		{
			"thumbnail"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_c2028c4bce02c05a5fbd74534ccddb4e8828486f.116x65.jpg"
			"image_600"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_c2028c4bce02c05a5fbd74534ccddb4e8828486f.600x338.jpg"
			"image_1920"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_c2028c4bce02c05a5fbd74534ccddb4e8828486f.1920x1080.jpg"
			"image_org"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_c2028c4bce02c05a5fbd74534ccddb4e8828486f.jpg"
		}
		"8"
		{
			"thumbnail"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_cafc77a9c29056ff66dbc6571a14dcf0f7b57599.116x65.jpg"
			"image_600"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_cafc77a9c29056ff66dbc6571a14dcf0f7b57599.600x338.jpg"
			"image_1920"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_cafc77a9c29056ff66dbc6571a14dcf0f7b57599.1920x1080.jpg"
			"image_org"	"http://cdn2.steampowered.com/v/gfx/apps/94590/ss_cafc77a9c29056ff66dbc6571a14dcf0f7b57599.jpg"
		}
		"9"
		{
			"thumbnail"	"http://cdn2.steampowered.com/v/gfx/apps/94590/.116x65.jpg"
			"image_600"	"http://cdn2.steampowered.com/v/gfx/apps/94590/.600x338.jpg"
			"image_1920"	"http://cdn2.steampowered.com/v/gfx/apps/94590/.1920x1080.jpg"
			"image_org"	"http://cdn2.steampowered.com/v/gfx/apps/94590/.jpg"
		}
		"10"
		{
			"thumbnail"	"http://cdn2.steampowered.com/v/gfx/apps/94590/.116x65.jpg"
			"image_600"	"http://cdn2.steampowered.com/v/gfx/apps/94590/.600x338.jpg"
			"image_1920"	"http://cdn2.steampowered.com/v/gfx/apps/94590/.1920x1080.jpg"
			"image_org"	"http://cdn2.steampowered.com/v/gfx/apps/94590/.jpg"
		}
		"11"
		{
			"thumbnail"	"http://cdn2.steampowered.com/v/gfx/apps/94590/.116x65.jpg"
			"image_600"	"http://cdn2.steampowered.com/v/gfx/apps/94590/.600x338.jpg"
			"image_1920"	"http://cdn2.steampowered.com/v/gfx/apps/94590/.1920x1080.jpg"
			"image_org"	"http://cdn2.steampowered.com/v/gfx/apps/94590/.jpg"
		}
		"12"
		{
			"thumbnail"	"http://cdn2.steampowered.com/v/gfx/apps/94590/.116x65.jpg"
			"image_600"	"http://cdn2.steampowered.com/v/gfx/apps/94590/.600x338.jpg"
			"image_1920"	"http://cdn2.steampowered.com/v/gfx/apps/94590/.1920x1080.jpg"
			"image_org"	"http://cdn2.steampowered.com/v/gfx/apps/94590/.jpg"
		}
	}
	"movies"
	{
		"0"
		{
			"movie_id"	"80928"
			"thumbnail"	"http://cdn2.steampowered.com/v/gfx/apps/80928/movie.jpg"
			"movie"	"http://media2.steampowered.com/steam/apps/80928/movieLrg.flv"
		}
	}
}

Method Description

This method provides content ratings information associated officially with a software title released on Steam.

A number of titles have a range of content ratings information associated with the title. This method returns the relevant ratings information to each title, if applicable. While the output fields are the same across all ratings boards, the values will change wildly between each board. API users will need to familarize themselves with each system they plan to use.

Language Considerations

The WebAPI assumes all returns will be in English except for the desc_string field.

Input

All Common Inputs are used for this method. Some may not effect response.
appid
(int)
The steam AppID number of the game to search against.

Outputs

All Common Outputs are used for this method.
appid
(int)
App ID of the query returned if appid input was defined and successful.
ratings
(array)
Array of content ratings title has assigned.
All titles contain each ratings board field, but default to UNRATED status.
acb
(array)
Ratings information for ACB, formally OFLC (Australia & New Zealand).
class
(string)
Class rating for the title.
  • UNRATED — Unrated (Default)
  • RC — Refused Classification
  • RP — Rating Pending
  • X — Restricted (X18+)
  • R — Restricted (R18+)
  • MA — Mature Accompanied (MA15+)
  • M — Mature
  • PG — Parental Guidance
  • G — General
  • E — Exempt
desc
(array)
Content descriptors associated to the title.
desc_string
(string)
Content descriptors and other descriptors associated to the title as a normalized string.
bbfc
(array)
Ratings information for BBFC (United Kingdom).
class
(string)
Class rating for the title.
  • UNRATED — Unrated (Default)
  • RP — Rating Pending
  • R — Refused Classification
  • R18 — Restricted 18
  • 18 — 18+
  • 15 — 15+
  • 12 — 12+
  • PG — Parental Guidance
  • U — Universal
  • E — Exempt
desc
(string)
Content descriptors associated to the title.
desc_string
(string)
Content descriptors and other descriptors associated to the title as a normalized string.
cero
(array)
Ratings information for CERO (Japan).
class
(string)
Class rating for the title.
  • UNRATED — Unrated (Default)
  • RP — Rating Scheduled
    • Using `RP` for consistency.
  • RC — CERO Regulations-Compatible
  • Z — Restricted to ages 18 and up.
  • D — Ages 17 and up.
  • C — Ages 15 and up.
  • B — Ages 12 and up.
  • A — All ages.
  • E — Educational/Database
desc
(string)
Content descriptors associated to the title.
  • "Love"
  • "Sexual Content"
  • "Violence"
  • "Horror"
  • "Drinking"
  • "Gambling"
  • "Crime"
  • "Drugs"
  • "Language"
desc_string
(string)
Content descriptors and other descriptors associated to the title as a normalized string.
csrr
(array)
Ratings information for CSRR (Taiwan).
class
(string)
Class rating for the title.
  • UNRATED — Unrated (Default)
  • RP — Rating Pending
  • R — 限制級 "Restrict" (18+)
  • 15 — 輔15級 "Counsel 15+"
  • 12 — 輔12級 "Counsel 12+"
  • P — 保護級 "Protect" (6+)
  • G — 普遍級 "General" (All ages)
desc
(string)
Content descriptors associated to the title.
desc_string
(string)
Content descriptors and other descriptors associated to the title as a normalized string.
dejus
(array)
Ratings information for DEJUS (Brazil).
class
(string)
Class rating for the title.
  • UNRATED — Unrated (Default)
  • RP — Rating Pending
  • 18 — PG-18
  • 16 — PG-16
  • 14 — PG-14
  • 12 — PG-12
  • 10 — PG-10
  • L — GA
desc
(string)
Content descriptors associated to the title.
desc_string
(string)
Content descriptors and other descriptors associated to the title as a normalized string.
esrb
(array)
Rating for the ESRB (North America).
class
(string)
Class rating for the title.
  • UNRATED — Unrated (Default)
  • RP — Rating Pending
  • AO — Adults Only
  • M — Mature
  • T — Teen
  • E10 — Everyone 10+
  • E — Everyone
  • EC — Early Childhood
desc
(array)
Content descriptors associated to the title.
Each string is included as a separate entry in the array as applied. Default is no entries in the array.
  • "Alcohol Reference"
  • "Animated Blood"
  • "Blood"
  • "Blood and Gore"
  • "Cartoon Violence"
  • "Comic Mischief"
  • "Crude Humor"
  • "Drug Reference"
  • "Fantasy Violence"
  • "Intense Violence"
  • "Language"
  • "Lyrics"
  • "Mature Humor"
  • "Nudity"
  • "Partial Nudity"
  • "Real Gambling"
  • "Sexual Content"
  • "Sexual Themes"
  • "Sexual Violence"
  • "Simulated Gambling"
  • "Strong Language"
  • "Strong Lyrics"
  • "Strong Sexual Content"
  • "Suggestive Themes"
  • "Tobacco Reference"
  • "Use of Alcohol"
  • "Use of Drugs"
  • "Use of Tobacco"
  • "Violence"
  • "Violent References"
  • "Shares Info"
  • "Shares Location"
  • "Users Interact"
  • "Online Interactions"
  • "Music Downloads"
desc_string
(string)
Content descriptors and other descriptors associated to the title as a normalized string.
fpb
(array)
Ratings information for FPB (South Africa).
class
(string)
Class rating for the title.
  • UNRATED — Unrated (Default)
  • RP — Rating Pending
  • 18 — Not approved for young persons aged under 18.
  • 16 — Approved for children aged 16 and above.
  • 13 — Approved for children aged 13 and above.
  • 10 — Approved for children aged 10 and above.
  • PG — Parental Guidance.
  • A — Approved for all ages.
desc
(string)
Content descriptors associated to the title.
desc_string
(string)
Content descriptors and other descriptors associated to the title as a normalized string.
grb
(array)
Ratings information for GRB (South Korea).
class
(string)
Class rating for the title.
  • UNRATED — Unrated (Default)
  • RP — Rating Pending
  • 18 — 18+
  • 15 — 15+
  • 12 — 12+
  • ALL — All Ages
desc
(string)
Content descriptors associated to the title.
  • Sexuality
  • Violence
  • Fear, Horror, Threatening
  • Gambling
  • Alcohol, Tobacco, Drug
  • Language
  • Crime, anti-social, or Anti-Governmental Messages
desc_string
(string)
Content descriptors and other descriptors associated to the title as a normalized string.
pegi
(array)
Ratings information for PEGI. (Select countries in Europe & others)
class
(string)
Class rating for the title.
  • UNRATED — Unrated (Default)
  • RP — Rating Pending
  • 18 — Ages 18+
  • 16 — Ages 16+
  • 12 — Ages 12+
  • 7 — Ages 7+ (6+ in Portugal)
  • 3 — Ages 3+ (4+ in Portugal)
desc
(array)
Content descriptors associated to the title.
Each string is included as a separate entry in the array as applied. Default is no entries in the array. Always in English regardless of lang input.
  • "Bad Language"
  • "Discrimination"
  • "Drugs"
  • "Fear"
  • "Gambling"
  • "Sex"
  • "Violence"
  • "Online Gameplay"
desc_string
(string)
Content descriptors and other descriptors associated to the title as a normalized string.
If lang parameter is supported by PEGI, output provides the string in that input language. Otherwise defaults to English. Applies to: French, German, Finnish, Swedish, Icelandic, Hebrew, Arabic, Lithuanian, Dutch, & Slovene.
usk
(array)
Ratings information for USK (Germany).
class
(string)
Class rating for the title.
  • UNRATED — Unrated (Default)
  • RP — Rating Pending
  • 18 — Not approved for young persons aged under 18.
  • 16 — Approved for children aged 16 and above.
  • 12 — Approved for children aged 12 and above.
  • 6 — Approved for children aged 6 and above.
  • 0 — Approved for all ages.
desc
(string)
Content descriptors associated to the title.
desc_string
(string)
Content descriptors and other descriptors associated to the title as a normalized string.

Examples

Puzzle Agent 2 - No Ratings

GET https://api.steampowered.com/ISteamApps/GetAppRatings/v0001/?appid=94590
{
    "response": {
        "success": 1,
        "message": "success",
        "language": "en",
        "appid": 94590,
        "title": "Puzzle Agent 2",
        "ratings": {
            "cero": {
                "class": "UNRATED",
                "desc": [

                ],
                "desc_string": null
            },
            "esrb": {
                "class": "UNRATED",
                "desc": [

                ],
                "desc_string": null
            },
            "pegi": {
                "class": "UNRATED",
                "desc": [

                ],
                "desc_string": null
            },
            "acb": {
                "class": "UNRATED",
                "desc": [

                ],
                "desc_string": null
            },
            "usk": {
                "class": "UNRATED",
                "desc": [

                ],
                "desc_string": null
            },
            "fpb": {
                "class": "UNRATED",
                "desc": [

                ],
                "desc_string": null
            },
            "bbfc": {
                "class": "UNRATED",
                "desc": [

                ],
                "desc_string": null
            },
            "grb": {
                "class": "UNRATED",
                "desc": [

                ],
                "desc_string": null
            },
            "csrr": {
                "class": "UNRATED",
                "desc": [

                ],
                "desc_string": null
            },
            "dejus": {
                "class": "UNRATED",
                "desc": [

                ],
                "desc_string": null
            }
        }
    }
}
<?xml version="1.0"?>
<!DOCTYPE response>
<response>
  <success>1</success>
  <message>success</message>
  <language>en</language>
  <appid>94590</appid>
  <title>Puzzle Agent 2</title>
  <ratings>
    <rating name="cero">
      <class>UNRATED</class>
      <desc/>
      <desc_string/>
    </rating>
    <rating name="esrb">
      <class>UNRATED</class>
      <desc/>
      <desc_string/>
    </rating>
    <rating name="pegi">
      <class>UNRATED</class>
      <desc/>
      <desc_string/>
    </rating>
    <rating name="acb">
      <class>UNRATED</class>
      <desc/>
      <desc_string/>
    </rating>
    <rating name="usk">
      <class>UNRATED</class>
      <desc/>
      <desc_string/>
    </rating>
    <rating name="fpb">
      <class>UNRATED</class>
      <desc/>
      <desc_string/>
    </rating>
    <rating name="bbfc">
      <class>UNRATED</class>
      <desc/>
      <desc_string/>
    </rating>
    <rating name="grb">
      <class>UNRATED</class>
      <desc/>
      <desc_string/>
    </rating>
    <rating name="csrr">
      <class>UNRATED</class>
      <desc/>
      <desc_string/>
    </rating>
    <rating name="dejus">
      <class>UNRATED</class>
      <desc/>
      <desc_string/>
    </rating>
  </ratings>
</response>
"response"
{
	"success"	"1"
	"message"	"success"
	"language"	"en"
	"appid"	"94590"
	"title"	"Puzzle Agent 2"
	"ratings"
	{
		"cero"
		{
			"class"	"UNRATED"
			"desc"
			{
			}
			"desc_string"	""
		}
		"esrb"
		{
			"class"	"UNRATED"
			"desc"
			{
			}
			"desc_string"	""
		}
		"pegi"
		{
			"class"	"UNRATED"
			"desc"
			{
			}
			"desc_string"	""
		}
		"acb"
		{
			"class"	"UNRATED"
			"desc"
			{
			}
			"desc_string"	""
		}
		"usk"
		{
			"class"	"UNRATED"
			"desc"
			{
			}
			"desc_string"	""
		}
		"fpb"
		{
			"class"	"UNRATED"
			"desc"
			{
			}
			"desc_string"	""
		}
		"bbfc"
		{
			"class"	"UNRATED"
			"desc"
			{
			}
			"desc_string"	""
		}
		"grb"
		{
			"class"	"UNRATED"
			"desc"
			{
			}
			"desc_string"	""
		}
		"csrr"
		{
			"class"	"UNRATED"
			"desc"
			{
			}
			"desc_string"	""
		}
		"dejus"
		{
			"class"	"UNRATED"
			"desc"
			{
			}
			"desc_string"	""
		}
	}
}

Psychonatus - Various Ratings

GET https://api.steampowered.com/ISteamApps/GetAppRatings/v0001/?appid=3830
{
    "response": {
        "success": 1,
        "message": "success",
        "language": "en",
        "appid": 3830,
        "title": "Psychonauts",
        "ratings": {
            "acb": {
                "class": "M",
                "desc": [

                ],
                "desc_string": null
            },
            "bbfc": {
                "class": "UNRATED",
                "desc": [

                ],
                "desc_string": null
            },
            "cero": {
                "class": "UNRATED",
                "desc": [

                ],
                "desc_string": null
            },
            "csrr": {
                "class": "UNRATED",
                "desc": [

                ],
                "desc_string": null
            },
            "dejus": {
                "class": "UNRATED",
                "desc": [

                ],
                "desc_string": null
            },
            "esrb": {
                "class": "T",
                "desc": [
                    "Cartoon Violence",
                    "Crude Humor",
                    "Language"
                ],
                "desc_string": "Cartoon Violence, Crude Humor, Language"
            },
            "fpb": {
                "class": "UNRATED",
                "desc": [

                ],
                "desc_string": null
            },
            "grb": {
                "class": "UNRATED",
                "desc": [

                ],
                "desc_string": null
            },
            "pegi": {
                "class": "12",
                "desc": [
                    "Bad Language",
                    "Violence"
                ],
                "desc_string": "Bad Language, Violence"
            },
            "usk": {
                "class": "12",
                "desc": [

                ],
                "desc_string": null
            }
        }
    }
}
<?xml version="1.0"?>
<!DOCTYPE response>
<response>
  <success>1</success>
  <message>success</message>
  <language>en</language>
  <appid>3830</appid>
  <title>Psychonauts</title>
  <ratings>
    <rating name="acb">
      <class>M</class>
      <desc/>
      <desc_string/>
    </rating>
    <rating name="bbfc">
      <class>UNRATED</class>
      <desc/>
      <desc_string/>
    </rating>
    <rating name="cero">
      <class>UNRATED</class>
      <desc/>
      <desc_string/>
    </rating>
    <rating name="csrr">
      <class>UNRATED</class>
      <desc/>
      <desc_string/>
    </rating>
    <rating name="dejus">
      <class>UNRATED</class>
      <desc/>
      <desc_string/>
    </rating>
    <rating name="esrb">
      <class>T</class>
      <desc>
        <desc_item>Cartoon Violence</desc_item>
        <desc_item>Crude Humor</desc_item>
        <desc_item>Language</desc_item>
      </desc>
      <desc_string>Cartoon Violence, Crude Humor, Language</desc_string>
    </rating>
    <rating name="fpb">
      <class>UNRATED</class>
      <desc/>
      <desc_string/>
    </rating>
    <rating name="grb">
      <class>UNRATED</class>
      <desc/>
      <desc_string/>
    </rating>
    <rating name="pegi">
      <class>12</class>
      <desc>
        <desc_item>Bad Language</desc_item>
        <desc_item>Violence</desc_item>
      </desc>
      <desc_string>Bad Language, Violence</desc_string>
    </rating>
    <rating name="usk">
      <class>12</class>
      <desc/>
      <desc_string/>
    </rating>
  </ratings>
</response>
"response"
{
	"success"	"1"
	"message"	"success"
	"language"	"en"
	"appid"	"3830"
	"title"	"Psychonauts"
	"ratings"
	{
		"acb"
		{
			"class"	"M"
			"desc"
			{
			}
			"desc_string"	""
		}
		"bbfc"
		{
			"class"	"UNRATED"
			"desc"
			{
			}
			"desc_string"	""
		}
		"cero"
		{
			"class"	"UNRATED"
			"desc"
			{
			}
			"desc_string"	""
		}
		"csrr"
		{
			"class"	"UNRATED"
			"desc"
			{
			}
			"desc_string"	""
		}
		"dejus"
		{
			"class"	"UNRATED"
			"desc"
			{
			}
			"desc_string"	""
		}
		"esrb"
		{
			"class"	"T"
			"desc"
			{
				"0"	"Cartoon Violence"
				"1"	"Crude Humor"
				"2"	"Language"
			}
			"desc_string"	"Cartoon Violence, Crude Humor, Language"
		}
		"fpb"
		{
			"class"	"UNRATED"
			"desc"
			{
			}
			"desc_string"	""
		}
		"grb"
		{
			"class"	"UNRATED"
			"desc"
			{
			}
			"desc_string"	""
		}
		"pegi"
		{
			"class"	"12"
			"desc"
			{
				"0"	"Bad Language"
				"1"	"Violence"
			}
			"desc_string"	"Bad Language, Violence"
		}
		"usk"
		{
			"class"	"12"
			"desc"
			{
			}
			"desc_string"	""
		}
	}
}