
Returns on global achievements overview of a specific game in percentages. GetGlobalAchievementPercentagesForApp (v0002) A comma-separated string of labels and UNIX timestamp.A shortened excerpt of the contents (to maxlength characters), terminated by "." if longer than maxlength.newsitems, an array of news item information:.appid, the AppID of the game you want news of.How many news enties you want to get returned.AppID of the game you want the news of.GetNewsForApp returns the latest of a game specified by its appID. Team Fortress 2 functions are described at. Without it (as above), it only displays APIs that do not require an API key. When passed a key= parameter, GetSupportedAPIList will show all APIs that your key can access. If no format is specified, the API will default to JSON.Īll interfaces and method are self-documented through the ISteamWebAPIUtil/GetSupportedAPIList call. Null is represented as an empty string.Arrays in the data are represented as a VDF array with the name of the type of the objects in the array, with a VDF array being an object with each item being prefixed with its numeric key as a quoted string.Documentation of the format is in progress here.TF2's GetSchema returns data similar to "items/items_game.txt" (although qualities are not expanded into objects with a "value" field). This is Valve's internal data format, as seen in uses like TF2's "scripts" folder (available in "team fortress 2 client content.gcf").Null is represented by the word "null" between the element's tags.Arrays are represented as a series of sub-elements in the containing element of the type of the array.an object named "items" containing an array of objects of type "item" would be represented as an object named "items" containing an array named "item" containing several objects following the "item" structure). Arrays are represented as an array with the name of the type of the objects in the array (ie.The API returns an object containing the named object with the result data.Each format represents the data described herein differently:

