Method: applications.get
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Recupera os metadados do aplicativo com o ID fornecido. Se o aplicativo solicitado não estiver disponível para o platformType
especificado, a resposta retornada não incluirá dados de instância.
Solicitação HTTP
GET https://games.googleapis.com/games/v1/applications/{applicationId}
Parâmetros de caminho
Parâmetros |
applicationId |
string
O ID do aplicativo do console do desenvolvedor do Google Play.
|
Parâmetros de consulta
Parâmetros |
language |
string
O idioma preferencial a ser usado para strings retornadas por esse método.
|
platformType |
enum (PlatformType )
Restringir os detalhes do aplicativo retornados à plataforma específica.
|
Corpo da solicitação
O corpo da solicitação precisa estar vazio.
Corpo da resposta
Se a solicitação for concluída, o corpo da resposta terá uma instância de Application
.
Escopos de autorização
Requer um dos seguintes escopos do OAuth:
https://www.googleapis.com/auth/games
https://www.googleapis.com/auth/games_lite
Para mais informações, consulte a Visão geral do OAuth 2.0.
O conteúdo e os exemplos de código nesta página estão sujeitos às licenças descritas na Licença de conteúdo. Java e OpenJDK são marcas registradas da Oracle e/ou suas afiliadas.
Última atualização 2025-07-27 UTC.
[null,null,["Última atualização 2025-07-27 UTC."],[],[],null,["# Method: applications.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [PlatformType](#PlatformType)\n- [Try it!](#try-it)\n\nRetrieves 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.\n\n### HTTP request\n\n`GET https://games.googleapis.com/games/v1/applications/{applicationId}`\n\n### Path parameters\n\n| Parameters ||\n|-----------------|---------------------------------------------------------------------|\n| `applicationId` | `string` The application ID from the Google Play developer console. |\n\n### Query parameters\n\n| Parameters ||\n|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `language` | `string` The preferred language to use for strings returned by this method. |\n| `platformType` | `enum (`[PlatformType](/games/services/web/api/rest/v1/applications/get#PlatformType)`)` Restrict application details returned to the specific platform. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Application](/games/services/web/api/rest/v1/applications#Application).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/games`\n- `\n https://www.googleapis.com/auth/games_lite`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2).\n\nPlatformType\n------------\n\nEnumeration of all possible platforms for Play Games Services.\n\n| Enums ||\n|-----------|----------------------------------------------------------|\n| `ANDROID` | Retrieve applications that can be played on Android. |\n| `IOS` | Retrieve applications that can be played on iOS. |\n| `WEB_APP` | Retrieve applications that can be played on desktop web. |"]]