Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DoctorMcKay/steam-pics-api
HTTP API for the Steam Product Information Carrier System
https://github.com/DoctorMcKay/steam-pics-api
Last synced: 3 months ago
JSON representation
HTTP API for the Steam Product Information Carrier System
- Host: GitHub
- URL: https://github.com/DoctorMcKay/steam-pics-api
- Owner: DoctorMcKay
- Created: 2015-08-07T00:23:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T07:56:55.000Z (over 3 years ago)
- Last Synced: 2024-07-18T17:53:34.939Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 36
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steam PICS HTTP API
This is an HTTP API which proxies the Steam Product Information Control System (PICS).
It's designed to run on [Red Hat OpenShift](https://www.openshift.com), but can run anywhere.
It's written in JavaScript for use with Node.js v8.0.0 or later.
The app logs into Steam as an anonymous user (using the [node-steam-user](https://www.npmjs.com/package/steam-user) module), and proxies HTTP requests to the Steam backend.
# OpenShift Usage
~~To set it up on OpenShift, use [connyay's openshift-iojs cartridge](https://github.com/connyay/openshift-iojs) and just use this repository for your code.~~
I don't have any personal experience with OpenShift since io.js got merged into Node.js, so you'll just need to figure it out yourself.
It should be as simple as finding a Node.js cartridge and using this repository as your code.# Usage Elsewhere
The app will bind to the IP specified in the `OPENSHIFT_IOJS_IP` environment variable, and the port specified in the `OPENSHIFT_IOJS_PORT` variable. If not defined, it will default to `127.0.0.1` and `8080`, respectively.
Data will be saved in the directory specified by the `OPENSHIFT_DATA_DIR` environment variable, or [node-steam-user](https://www.npmjs.com/package/steam-user)'s default platform-specific directory if not defined.
# API Usage
## Parameters
There's one global get parameter which applies to all endpoints.
- `prettyprint` - `1` to pretty-print the JSON output, `0` or omitted to not.
## Response
All endpoints respond in JSON with an appropriate `Content-Type`. All responses have a `success` property which is `1` on success, or `0` on failure. On failure, there will be an `error` property which contains an error message.
### Response Code
- `200` on a successful response
- `400` if you're missing request parameters or if one of your parameters is invalid
- `500` if the backend request to Steam returns an error
- `503` if the backend isn't logged onto Steam
- `504` if the backend's request to Steam timed out# Endpoints
There are currently two API endpoints.
### /changes/:changenumber
Requests a list of apps and packages (appids and packageids) which have changed since a specified changelist. Use changenumber 0 to get an empty list and the current changenumber, or 1 to get every app and package on Steam.
#### Example
**Request**: `/changes/1208443?prettyprint=1`
**Response**:
```json
{
"success": 1,
"current_changenumber": 1208534,
"apps": {
"200110": 1208527,
"206500": 1208524,
"221100": 1208499,
"223350": 1208503,
"244970": 1208457,
"253190": 1208496,
"267200": 1208500,
"269730": 1208484,
"273330": 1208519,
"279880": 1208504,
"286000": 1208522,
"287490": 1208506,
"289550": 1208498,
"290340": 1208533,
"293260": 1208508,
"305620": 1208521,
"310890": 1208482,
"312650": 1208531,
"314060": 1208483,
"317250": 1208469,
"319480": 1208502,
"319910": 1208525,
"322160": 1208511,
"323910": 1208507,
"325930": 1208476,
"327590": 1208505,
"329110": 1208523,
"329130": 1208501,
"339230": 1208530,
"339280": 1208486,
"339600": 1208478,
"346940": 1208518,
"349020": 1208488,
"352460": 1208509,
"354650": 1208453,
"362300": 1208497,
"366440": 1208532,
"367710": 1208485,
"375120": 1208451,
"378070": 1208534,
"387330": 1208455,
"387840": 1208454,
"390660": 1208479,
"393250": 1208520,
"393310": 1208447,
"393320": 1208462,
"393330": 1208467,
"393340": 1208474,
"393350": 1208515
},
"packages": {
"75311": 1208491,
"75312": 1208492,
"75313": 1208490,
"75327": 1208445,
"75328": 1208446,
"75329": 1208448,
"75330": 1208460,
"75331": 1208461,
"75332": 1208463,
"75333": 1208465,
"75334": 1208466,
"75335": 1208468,
"75336": 1208472,
"75337": 1208473,
"75338": 1208475,
"75339": 1208513,
"75340": 1208514,
"75341": 1208516
}
}
```### /info
- `apps` - A comma-delimited list of appids for the apps you're requesting information for
- `packages` - A comma-delimited list of packageids for the packages you're requesting information forAt least one of `apps` or `packages` must be supplied. You can use both at once.
#### Example
**Request**: `/info?apps=440,441,730&packages=75330&prettyprint=1`
**Response**:
```json
{
"success": 1,
"apps": {
"440": {
"appid": "440",
"change_number": 1208443,
"common": {
"icon": "e3f595a92552da3d664ad00277fad2107345f743",
"logo": "07385eb55b5ba974aebbe74d3c99626bda7920b8",
"logo_small": "07385eb55b5ba974aebbe74d3c99626bda7920b8_thumb",
"metacritic_url": "pc/teamfortress2",
"name": "Team Fortress 2",
"clienticon": "033bdd91842b6aca0633ee1e5f3e6b82f2e8962f",
"clienttga": "689dd46bd63e3e460cdd86d936d5de409a291633",
"languages": {
"english": "1",
"german": "1",
"french": "1",
"italian": "1",
"koreana": "1",
"spanish": "1",
"schinese": "1",
"tchinese": "1",
"russian": "1",
"japanese": "1",
"portuguese": "1",
"polish": "1",
"danish": "1",
"dutch": "1",
"finnish": "1",
"norwegian": "1",
"swedish": "1",
"hungarian": "1",
"czech": "1",
"romanian": "1",
"turkish": "1",
"brazilian": "1",
"bulgarian": "1"
},
"clienticns": "b0780e91df4308b1ad57cc93d6032b4f0e2930cc",
"linuxclienticon": "b2659c540592221fcd7675d76a0171f4b3782c1c",
"oslist": "windows,macos,linux",
"workshop_visible": "1",
"type": "game",
"metacritic_name": "Team Fortress 2",
"controller_support": "partial",
"metacritic_score": "92",
"metacritic_fullurl": "http://www.metacritic.com/game/pc/team-fortress-2",
"community_visible_stats": "1",
"gameid": "440"
},
"extended": {
"developer": "Valve",
"developer_url": "http://www.valvesoftware.com/",
"gamedir": "tf",
"gamemanualurl": "http://store.steampowered.com/manual/440/",
"homepage": "http://www.teamfortress.com/",
"icon": "steam/games/icon_tf2",
"icon2": "steam/games/icon_tf2",
"isfreeapp": "1",
"languages": "english,german,french,spanish,russian",
"loadallbeforelaunch": "1",
"minclientversion": "1393366296",
"noservers": "0",
"primarycache": "441",
"primarycache_linux": "452",
"requiressse": "1",
"serverbrowsername": "Team Fortress 2",
"sourcegame": "1",
"state": "eStateAvailable",
"vacmacmodulecache": "160",
"vacmodulecache": "202",
"vacmodulefilename": "sourceinit.dat",
"validoslist": "windows,macos,linux",
"listofdlc": "456,457,458,459,217221,217222",
"publisher": "Valve"
},
"config": {
"signedfiles": {
"hl2.exe": "30819D300D06092A864886F70D010101050003818B0030818702818100B1260881BDFE84463D88C6AB8DB914A2E593893C10508B8A5ABDF692E9A5419A3EDBAE86A052849983B75E3B425C18178B260003D857DF0B6505C6CF9C84F5859FCE3B63F1FB2D4818501F6C5FA4AD1430EEB081A74ABD74CD1F4AA1FCCA3B88DD0548AED34443CEB52444EAE9099AA4FE66B2E6224D02381C248025C7044079020111",
"client.dll": "30819D300D06092A864886F70D010101050003818B0030818702818100B1260881BDFE84463D88C6AB8DB914A2E593893C10508B8A5ABDF692E9A5419A3EDBAE86A052849983B75E3B425C18178B260003D857DF0B6505C6CF9C84F5859FCE3B63F1FB2D4818501F6C5FA4AD1430EEB081A74ABD74CD1F4AA1FCCA3B88DD0548AED34443CEB52444EAE9099AA4FE66B2E6224D02381C248025C7044079020111",
"engine.dll": "30819D300D06092A864886F70D010101050003818B0030818702818100B1260881BDFE84463D88C6AB8DB914A2E593893C10508B8A5ABDF692E9A5419A3EDBAE86A052849983B75E3B425C18178B260003D857DF0B6505C6CF9C84F5859FCE3B63F1FB2D4818501F6C5FA4AD1430EEB081A74ABD74CD1F4AA1FCCA3B88DD0548AED34443CEB52444EAE9099AA4FE66B2E6224D02381C248025C7044079020111",
"server.dll": "30819D300D06092A864886F70D010101050003818B0030818702818100B1260881BDFE84463D88C6AB8DB914A2E593893C10508B8A5ABDF692E9A5419A3EDBAE86A052849983B75E3B425C18178B260003D857DF0B6505C6CF9C84F5859FCE3B63F1FB2D4818501F6C5FA4AD1430EEB081A74ABD74CD1F4AA1FCCA3B88DD0548AED34443CEB52444EAE9099AA4FE66B2E6224D02381C248025C7044079020111",
"prec.dll": "30819D300D06092A864886F70D010101050003818B0030818702818100BA240326DFC66BFDC28782BD644FC3BAB284F4A07554E17A8DA6CCA0B4AFBFC9BAB2938846D7595BC7A560FF6215C670C74EEB9D118DE9FC0E8ED0A18DD24D8DBAE8B950C6C062BA5DEFDECB967745C53433839EB7B1A6CA340D0E48273E18AB87106FBD22AC32B2776092E924D3C414DC3328735E984E4A1B1B4E72B0F41017020111",
"sourcevr.dll": "30819D300D06092A864886F70D010101050003818B0030818702818100B1260881BDFE84463D88C6AB8DB914A2E593893C10508B8A5ABDF692E9A5419A3EDBAE86A052849983B75E3B425C18178B260003D857DF0B6505C6CF9C84F5859FCE3B63F1FB2D4818501F6C5FA4AD1430EEB081A74ABD74CD1F4AA1FCCA3B88DD0548AED34443CEB52444EAE9099AA4FE66B2E6224D02381C248025C7044079020111"
},
"defaultlowviolencecountries": "DE",
"usemms": "",
"systemprofile": "1",
"contenttype": "3",
"checkforupdatesbeforelaunch": "1",
"convertgcfs": "217,316,312,322,452,305,306,307,441,442,443,206,207,208,319,444,445,446,448,449",
"installdir": "Team Fortress 2",
"cleanupcmds": "if not exist hl2.exe goto EOF;ren \\\"..\\\\..\\\\common\\\\Team Fortress 2\\\" TF2_bak;del /q /s bin\\\\*;cd tf;del /q /s *.cache media\\\\*.mov;mkdir download;cd download;move ..\\\\maps .\\\\;move ..\\\\materials .\\\\;move ..\\\\models .\\\\;move ..\\\\particles .\\\\;move ..\\\\resource .\\\\;move ..\\\\sound .\\\\;move ..\\\\scripts .\\\\;cd resource;del game.ico tf.ttf tf2.ttf tf2build.ttf tf2professor.ttf tf2secondary.ttf tfd.ttf;cd ..\\\\sound\\\\ui;del gamestartup*.mp3 tv_tune*.mp3 holiday\\\\gamestartup_*.mp3;:EOF",
"launch": {
"0": {
"executable": "hl2.exe",
"arguments": "-steam -game tf",
"vacmodulefilename": "resource\\\\sourceinit.dat",
"config": {
"oslist": "windows"
}
},
"1": {
"executable": "hl2_osx",
"arguments": "-steam -game tf",
"config": {
"oslist": "macos"
}
},
"2": {
"executable": "hl2.sh",
"arguments": "-game tf -steam",
"config": {
"oslist": "linux"
}
}
},
"steamvrsupport": "1"
},
"depots": {
"440": {
"name": "TF2 Client",
"systemdefined": "1",
"manifests": {
"public": "1118032470228587934"
},
"maxsize": "825745"
},
"441": {
"name": "TF2 Client server shared",
"systemdefined": "1",
"manifests": {
"public": "3704041027226853666"
},
"maxsize": "15647218142"
},
"444": {
"name": "TF2 lv",
"config": {
"lowviolence": "1"
},
"manifests": {
"public": "646330807595077556"
},
"maxsize": "7452052"
},
"445": {
"name": "TF2 russian",
"config": {
"language": "russian"
},
"manifests": {
"public": "7058471331182122908"
},
"maxsize": "90075889"
},
"446": {
"name": "TF2 german",
"config": {
"language": "german"
},
"manifests": {
"public": "6036082051195373722"
},
"maxsize": "74594251"
},
"448": {
"name": "TF2 french",
"config": {
"language": "french"
},
"manifests": {
"public": "4415711360178612353"
},
"maxsize": "73934506"
},
"449": {
"name": "TF2 spanish",
"config": {
"language": "spanish"
},
"manifests": {
"public": "2952753944539454962"
},
"maxsize": "73947996"
},
"232251": {
"name": "TF2 Windows client",
"config": {
"oslist": "windows"
},
"systemdefined": "1",
"manifests": {
"public": "1298296666400087326"
},
"maxsize": "558172984"
},
"232252": {
"name": "TF2 OSX client",
"config": {
"oslist": "macos"
},
"systemdefined": "1",
"manifests": {
"public": "2327713997244437817"
},
"maxsize": "486852156"
},
"232253": {
"name": "TF2 Linux client",
"config": {
"oslist": "linux"
},
"systemdefined": "1",
"manifests": {
"public": "6059182960780073460"
},
"maxsize": "530414376"
},
"250821": {
"name": "OpenVR Win32",
"systemdefined": "1",
"config": {
"oslist": "windows"
},
"maxsize": "197656400",
"depotfromapp": "250820",
"sharedinstall": "1"
},
"250822": {
"name": "OpenVR OSX",
"config": {
"oslist": "macos"
},
"systemdefined": "1",
"maxsize": "16153744",
"depotfromapp": "250820",
"sharedinstall": "1"
},
"250823": {
"name": "OpenVR Linux",
"config": {
"oslist": "linux"
},
"systemdefined": "1",
"maxsize": "50604665",
"depotfromapp": "250820",
"sharedinstall": "1"
},
"250824": {
"name": "OpenVR Content",
"systemdefined": "1",
"maxsize": "471701747",
"depotfromapp": "250820",
"sharedinstall": "1"
},
"overridescddb": "1",
"baselanguages": "english,german,french,italian,koreana,spanish,schinese,tchinese,russian,japanese,portuguese,polish,danish,dutch,finnish,norwegian,swedish,hungarian,czech,romanian,turkish,brazilian,greek",
"workshopdepot": "440",
"branches": {
"public": {
"buildid": "706558"
},
"prerelease": {
"buildid": "706558",
"description": "Latest available build"
},
"dev_prerelease": {
"buildid": "706558",
"description": "Private beta",
"pwdrequired": "1",
"pwdtestgid": "0C90FC93C8998DE1C10B9E7DFFC7FEE41AA80C82850CBB129D92C290711E991E3A62223BA5540B9674977B4B14BB404228FA10C4"
},
"alpha": {
"buildid": "723748",
"description": "",
"pwdrequired": "1",
"pwdtestgid": "ABA2B60969DF3D01995893CFB72CD3F098469E88173570352ADF5C72CDCB8A2213C7F68CCBD69056BBBBE4F3525B2A238C603144"
},
"beta": {
"buildid": "723748",
"description": "SteamVR Beta Update"
},
"previous": {
"buildid": "694699",
"description": "Previous build"
}
}
},
"ufs": {
"quota": "1073741824",
"maxnumfiles": "1000",
"hidecloudui": "0"
},
"sysreqs": {
"macos": {
"8086": {
"27a6": "warn",
"2a02": "warn"
},
"supported": "1",
"wants_fast_gpu": "1",
"intel900": "warn",
"intelx3100": "warn",
"10de": {
"009d": "deny",
"0391": "deny",
"0393": "deny",
"0395": "deny"
}
},
"macos104": {
"supported": "0",
"os_min": "macos1058"
},
"macos105": {
"supported": "0",
"os_min": "macos1058"
},
"macos106": {
"supported": "0",
"os_min": "macos1063"
}
}
},
"730": {
"appid": "730",
"change_number": 1204254,
"common": {
"clienticon": "d1159d1a4d0e18da4d74f85dbb4934d7a92ace2b",
"clienttga": "e5712521f56feb63b46b67caa05fcd9eccd9e9b0",
"name": "Counter-Strike: Global Offensive",
"languages": {
"english": "1",
"german": "1",
"french": "1",
"italian": "1",
"koreana": "1",
"spanish": "1",
"schinese": "1",
"tchinese": "1",
"russian": "1",
"thai": "1",
"japanese": "1",
"portuguese": "1",
"polish": "1",
"danish": "1",
"dutch": "1",
"finnish": "1",
"norwegian": "1",
"swedish": "1",
"hungarian": "1",
"czech": "1",
"romanian": "1",
"turkish": "1",
"brazilian": "1",
"bulgarian": "1"
},
"logo": "d0595ff02f5c79fd19b06f4d6165c3fda2372820",
"logo_small": "d0595ff02f5c79fd19b06f4d6165c3fda2372820_thumb",
"icon": "69f7ebe2735c366c65c0b33dae00e12dc40edbe4",
"metacritic_url": "",
"clienticns": "a42c6010effb3f108ae59f1b08843d08386e6b2a",
"oslist": "windows,macos,linux",
"type": "Game",
"linuxclienticon": "ff52d4cc462d49c0297b9bc0558b4ef4c3bdd9ae",
"workshop_visible": "1",
"metacritic_name": "Counter-Strike: Global Offensive",
"controller_support": "partial",
"metacritic_score": "83",
"metacritic_fullurl": "http://www.metacritic.com/game/pc/counter-strike-global-offensive",
"community_visible_stats": "1",
"gameid": "730"
},
"extended": {
"developer": "Valve",
"gamedir": "csgo",
"homepage": "http://blog.counter-strike.net/",
"icon": "",
"languages_macos": "english,german,french,italian,koreana,spanish,schinese,tchinese,russian,thai,japanese,portuguese,brazilian,polish,danish,dutch,finnish,norwegian,swedish,hungarian,czech,romanian,turkish,bulgarian",
"loadallbeforelaunch": "1",
"minclientversion": "1433266405",
"noservers": "0",
"primarycache": "731",
"primarycache_macos": "733",
"serverbrowsername": "Counter-Strike: Global Offensive",
"state": "eStateAvailable",
"vacmacmodulecache": "160",
"vacmodulecache": "202",
"vacmodulefilename": "sourceinit.dat",
"validoslist": "windows,macos",
"publisher": "Valve"
},
"config": {
"contenttype": "3",
"checkforupdatesbeforelaunch": "1",
"installdir": "Counter-Strike Global Offensive",
"launch": {
"0": {
"executable": "csgo.exe",
"vacmodulefilename": "resource\\\\sourceinit.dat",
"arguments": "-steam",
"config": {
"oslist": "windows"
}
},
"1": {
"executable": "csgo.sh",
"vacmodulefilename": "resource\\\\sourceinit_macos.dat",
"arguments": "-steam",
"config": {
"oslist": "macos"
}
},
"2": {
"executable": "csgo.sh",
"arguments": "-steam",
"description": "Launch",
"config": {
"oslist": "linux"
}
}
},
"systemprofile": "1",
"usemms": "1",
"vacmodulefilename": "resource\\\\sourceinit.dat",
"vacmodulefilename_macos": "resource\\\\sourceinit_macos.dat",
"installscriptsignature": "99b94253d692c4491e34304e01c26162842455a2c735d070b741e3f77831802d34e48c794ce15694fb78e10f1c20e4d400c8244e68cee489dffc1bb0182230db733f9445740c85b991864540b3b8ec236fa1a133b6c8a93603549118d6ae3f313fca82a6da617e4e26427a3928d5b9d5bd393316bfed85edf5a8731ab3b4db9d",
"installscriptoverride": "1",
"verifyupdates": "1",
"signedfiles": {
"client.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"engine.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"server.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"matchmaking.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"scaleformui.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"xinput1_3.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"telemetry32.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"sixense_utils.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"sixense.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"mss32.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"libmysqlr.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"libcef.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"icudt42.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"vtex_dll.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"vstdlib.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"vscript.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"vphysics.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"vguimatsurface.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"vgui2.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"vaudio_speex.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"vaudio_miles.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"vaudio_celt.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"valve_avi.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"tier0.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"texturecompile_dll.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"studiorender.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"stdshader_dx9.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"stdshader_dbg.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"soundsystem.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"soundemittersystem.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"shaderapiempty.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"shaderapidx9.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"serverplugin_empty.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"serverbrowser.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"scenefilecache.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"mdllib.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"localize.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"materialsystem.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"launcher.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"inputsystem.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"filesystem_stdio.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"filesystemopendialog.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"datacache.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"chromehtml.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"bugreporter_public.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"bsppack.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"adminserver.dll": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"csgo.exe": "30819D300D06092A864886F70D010101050003818B00308187028181009138D432183F9A8D13B96A0A9D6235266B1CB89B9B21308752507A5734C8F7B399B8CAACA4732D4053FF22325EDD8F096C53D737C8CE735638B033C92C6C1661F989DAE6475D83E4981BCD9C5B9D77EBEC3616172A4BA6CB7742CFFA524EC9E560D7C09E262F86775433F43ED6864F885C8A18D17C09D46CB78392ED47DDC607020111",
"crashhandler.dll": "30819D300D06092A864886F70D010101050003818B0030818702818100B1260881BDFE84463D88C6AB8DB914A2E593893C10508B8A5ABDF692E9A5419A3EDBAE86A052849983B75E3B425C18178B260003D857DF0B6505C6CF9C84F5859FCE3B63F1FB2D4818501F6C5FA4AD1430EEB081A74ABD74CD1F4AA1FCCA3B88DD0548AED34443CEB52444EAE9099AA4FE66B2E6224D02381C248025C7044079020111",
"vstdlib_s.dll": "30819D300D06092A864886F70D010101050003818B0030818702818100B1260881BDFE84463D88C6AB8DB914A2E593893C10508B8A5ABDF692E9A5419A3EDBAE86A052849983B75E3B425C18178B260003D857DF0B6505C6CF9C84F5859FCE3B63F1FB2D4818501F6C5FA4AD1430EEB081A74ABD74CD1F4AA1FCCA3B88DD0548AED34443CEB52444EAE9099AA4FE66B2E6224D02381C248025C7044079020111",
"tier0_s.dll": "30819D300D06092A864886F70D010101050003818B0030818702818100B1260881BDFE84463D88C6AB8DB914A2E593893C10508B8A5ABDF692E9A5419A3EDBAE86A052849983B75E3B425C18178B260003D857DF0B6505C6CF9C84F5859FCE3B63F1FB2D4818501F6C5FA4AD1430EEB081A74ABD74CD1F4AA1FCCA3B88DD0548AED34443CEB52444EAE9099AA4FE66B2E6224D02381C248025C7044079020111",
"steam_api.dll": "30819D300D06092A864886F70D010101050003818B0030818702818100B1260881BDFE84463D88C6AB8DB914A2E593893C10508B8A5ABDF692E9A5419A3EDBAE86A052849983B75E3B425C18178B260003D857DF0B6505C6CF9C84F5859FCE3B63F1FB2D4818501F6C5FA4AD1430EEB081A74ABD74CD1F4AA1FCCA3B88DD0548AED34443CEB52444EAE9099AA4FE66B2E6224D02381C248025C7044079020111",
"steamclient.dll": "30819D300D06092A864886F70D010101050003818B0030818702818100B1260881BDFE84463D88C6AB8DB914A2E593893C10508B8A5ABDF692E9A5419A3EDBAE86A052849983B75E3B425C18178B260003D857DF0B6505C6CF9C84F5859FCE3B63F1FB2D4818501F6C5FA4AD1430EEB081A74ABD74CD1F4AA1FCCA3B88DD0548AED34443CEB52444EAE9099AA4FE66B2E6224D02381C248025C7044079020111"
},
"usesfrenemies": "no",
"cegpublickey": "30819D300D06092A864886F70D010101050003818B0030818702818100A2E1BC73B8542963E95838CFD770CE44881742E9B49D951A54AEBE7345BDFCB19F08B63B9CF84A60FF0DAE381A9455C4D54902EB68831BA4D34C1A9A97000AB8C1782A4A2B48898430BD62CCEAD799207BBA2D19673133C920896318F58AA5626E5615F5CDE8C170855977837D474AAF4EF116D68CDE1004A9022BE6708EE913020111",
"checkguid": "client.dll"
},
"install": {
"run process": {
"directx": {
"process 1": "%INSTALLDIR%\\\\directx_installer\\\\DXSETUP.exe",
"command 1": "/silent"
}
}
},
"depots": {
"731": {
"name": "Counter-Strike Global Offensive Beta Common",
"systemdefined": "1",
"manifests": {
"public": "3443212927606970085",
"demo_viewer": "8917601652689682225",
"mar_09": "3005132738217543527"
},
"maxsize": "10807541601",
"encryptedmanifests": {
"1.21.3.1": {
"encrypted_gid": "DE0CDE0B6D809B6BD1363C001C173B9DCE73A0DA9BC7A87A29429079DDE86432FF3ADAC74714F2915852BF64DB3EB2F3E4F704F6",
"encrypted_size": "ADA71F33D5E9EB0787A3EE4F6D5164F5CE73A0DA9BC7A87A29429079DDE86432871F77D89342D4C3AB4ADB4FE795EF7CD6B9FAD5"
},
"publisher_demo": {
"encrypted_gid": "D77A88B1D3B3A8AFE00165D583CFFD6540C59F2F8977BB091D1830A82FD89B56624C1F2EA941FC3CFD3ADA0A8717F7BFCB2350D6",
"encrypted_size": "814BF8EF096A3C75F64095696EB5FFE840C59F2F8977BB091D1830A82FD89B56EA5CC1E3A85DA77848D596725242D6890C676CB2"
}
}
},
"732": {
"name": "Counter-Strike Global Offensive Beta Win Bin",
"config": {
"oslist": "windows"
},
"systemdefined": "1",
"manifests": {
"public": "55969956524225055",
"demo_viewer": "5384752978584135997",
"mar_09": "1571012555980231950"
},
"maxsize": "113887320",
"encryptedmanifests": {
"1.21.3.1": {
"encrypted_gid": "084DFD7173125FF506FA385C2FAB42A9CE73A0DA9BC7A87A29429079DDE86432C41EAFDCE042AFDC12AC9CB2DE8EB83B2ED3C4E3",
"encrypted_size": "0081FDFDDEE51FE8689E62F5A19CE4C9CE73A0DA9BC7A87A29429079DDE86432DA73E967E8521759AA22DD222BFFB88DD0D9B51E"
},
"publisher_demo": {
"encrypted_gid": "76FBB3684BBC581840CE85E6037266C640C59F2F8977BB091D1830A82FD89B5621C813C6773A139F4A2AA9FD2971D6EC18A85C33",
"encrypted_size": "BE948DD37B4C22C9D4E3E5E9E6F7025540C59F2F8977BB091D1830A82FD89B5686C5D83F1A639D8ADEFFD874910DCF0DC21B8938"
}
}
},
"733": {
"name": "Counter-Strike Global Offensive Beta Mac Bin",
"config": {
"oslist": "macos"
},
"systemdefined": "1",
"manifests": {
"public": "8877622542174506496",
"demo_viewer": "2103093205873127583",
"mar_09": "311245559806290856"
},
"maxsize": "168568803",
"encryptedmanifests": {
"1.21.3.1": {
"encrypted_gid": "5053FD8F804B049F8747F7A91E494BB5CE73A0DA9BC7A87A29429079DDE864320603419ECE2EBDD688B139A818C8386C2013A1A9",
"encrypted_size": "01CA51FE0877CBCBE15D54C7BC4502D9CE73A0DA9BC7A87A29429079DDE86432C514F3537DD67E15B98635EC211C81C01D8BD894"
},
"publisher_demo": {
"encrypted_gid": "BB9C8103421E23B40DD0C1A4F56EA78740C59F2F8977BB091D1830A82FD89B56C02C5F7A628863254615160BB2AF6C09968A6B6E",
"encrypted_size": "46297E11275D1C2F2A02239FB4F513DA40C59F2F8977BB091D1830A82FD89B5657ED4AF981AF7817E4F31E827ECCA0994FF7E080"
}
}
},
"734": {
"name": "Counter-Strike: Global Offensive Beta Linux Bin",
"config": {
"oslist": "linux"
},
"manifests": {
"public": "2017157404611081957",
"mar_09": "945946341521401055"
},
"maxsize": "227181068",
"encryptedmanifests": {
"1.21.3.1": {
"encrypted_gid": "4B09F69B0114005FBD80F0CC7A61A273CE73A0DA9BC7A87A29429079DDE864328A0CF2A9FC8E9EEA14663B165D9F2ADD074B1AB5",
"encrypted_size": "8FA000DE6E335F73B49A3BEB4892DD8FCE73A0DA9BC7A87A29429079DDE86432B54E7403975EABE717E87C3E54BEB6B5837C6A92"
},
"publisher_demo": {
"encrypted_gid": "A1056893117D19F52B5C21F10760EB3540C59F2F8977BB091D1830A82FD89B56C52B9250EC83197D8A54870288F2A0F8314BFF92",
"encrypted_size": "117DE1BA9B62345B91D5E63E84575AA640C59F2F8977BB091D1830A82FD89B56B64852EA7AE47EF46432A37D04F7061487347EF1"
}
}
},
"overridescddb": "1",
"baselanguages": "english,german,french,italian,koreana,spanish,schinese,tchinese,russian,thai,japanese,portuguese,polish,danish,dutch,finnish,norwegian,swedish,hungarian,czech,romanian,turkish,brazilian,bulgarian",
"branches": {
"public": {
"buildid": "720621"
},
"demo_viewer": {
"buildid": "35423",
"description": "for pre 2013/1/9 demos"
},
"dpr": {
"buildid": "720621",
"description": "",
"pwdrequired": "1",
"pwdtestgid": "EB0CD70B8C728601AF6EB6F1FFEA1AB059F0A7FDB3CC88C7D98144A5B3B16D982E93088F6189A45C61DF5B10D35CFEF57411A3F6"
},
"mar_09": {
"buildid": "549511",
"description": ""
},
"1.21.3.1": {
"buildid": "611429",
"description": "Game version 1.21.3.1 (16-Nov-2012)",
"pwdrequired": "1",
"pwdtestgid": "CA68E8F5C664FFC1BC3267CAA354F6F4CE73A0DA9BC7A87A29429079DDE86432F5F5D51C504A11AFE5D9224DA6C5B1D2ABA50929"
},
"publisher_demo": {
"buildid": "527231",
"description": "",
"pwdrequired": "1",
"pwdtestgid": "3F91E17FF59018A18FD7EA00B0CBE3B140C59F2F8977BB091D1830A82FD89B56623E605BFC4A7C7271E74C44E76BA523355E2D83"
}
}
},
"ufs": {
"quota": "1573741824",
"maxnumfiles": "1000"
}
}
},
"packages": {
"75330": {
"billingtype": 3,
"changenumber": 1208460,
"codeclass": 4,
"gamecode": 0,
"licensetype": 1,
"packageid": 75330,
"status": 0,
"territorycode": 0,
"extended": {
"alwayscountasowned": 1,
"devcomp": 1,
"ReleaseStateOverride": "released"
},
"appids": [
393320
],
"depotids": [
393321
],
"AppItems": []
}
},
"unknown_apps": [
441
],
"unknown_packages": []
}
```