Skip to main content

applications

Overview

Nameapplications
TypeResource
Idgoogledevelopers.games.applications

Fields

NameDatatypeDescription
idstringThe ID of the application.
namestringThe name of the application.
descriptionstringThe description of the application.
leaderboard_countintegerThe number of leaderboards visible to the currently authenticated player.
categoryobjectAn application category object.
achievement_countintegerThe number of achievements visible to the currently authenticated player.
enabledFeaturesarrayA list of features that have been enabled for the application.
lastUpdatedTimestampstringThe last updated timestamp of the application.
themeColorstringA hint to the client UI for what color to use as an app-themed color. The color is given as an RGB triplet (e.g. "E0E0E0").
kindstringUniquely identifies the type of this resource. Value is always the fixed string games#application.
instancesarrayThe instances of the application.
assetsarrayThe assets of the application.
authorstringThe author of the application.

Methods

NameAccessible byRequired ParamsDescription
getSELECTapplicationIdRetrieves the metadata of the application with the given ID. If the requested application is not available for the specified platformType, the returned response will not include any instance data.
playedEXECIndicate that the currently authenticated user is playing your application.
verifyEXECapplicationIdVerifies the auth token provided with this request is for the application with the specified ID, and returns the ID of the player it was granted for.