Method: applications.get

Retrieves 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.

HTTP request

GET https://games.googleapis.com/games/v1/applications/{applicationId}

Path parameters

Parameters
applicationId

string

The application ID from the Google Play developer console.

Query parameters

Parameters
language

string

The preferred language to use for strings returned by this method.

platformType

enum (PlatformType)

Restrict application details returned to the specific platform.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Application.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/games
  • https://www.googleapis.com/auth/games_lite

For more information, see the OAuth 2.0 Overview.

PlatformType

Enumeration of all possible platforms for Play Games Services.

Enums
ANDROID Retrieve applications that can be played on Android.
IOS Retrieve applications that can be played on iOS.
WEB_APP Retrieve applications that can be played on desktop web.