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. Try it now.

Request

HTTP request

GET https://www.googleapis.com/games/v1/applications/applicationId

Parameters

Parameter name Value Description
Path parameters
applicationId string The application ID from the Google Play developer console.
Optional query parameters
language string The preferred language to use for strings returned by this method.
platformType string Restrict application details returned to the specific platform.

Acceptable values are:
  • "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.

Authorization

This request requires authorization with the following scope:

Scope
https://www.googleapis.com/auth/games

For more information, see the authentication and authorization page.

Request body

Do not supply a request body with this method.

Response

If successful, this method returns an Applications resource in the response body.

Try it!

Use the APIs Explorer below to call this method on live data and see the response.