Method: applications.get
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Mengambil metadata aplikasi dengan ID yang diberikan. Jika aplikasi yang diminta tidak tersedia untuk platformType
yang ditentukan, respons yang ditampilkan tidak akan menyertakan data instance apa pun.
Permintaan HTTP
GET https://games.googleapis.com/games/v1/applications/{applicationId}
Parameter jalur
Parameter |
applicationId |
string
ID aplikasi dari konsol developer Google Play.
|
Parameter kueri
Parameter |
language |
string
Bahasa yang lebih disukai untuk digunakan untuk string yang ditampilkan oleh metode ini.
|
platformType |
enum (PlatformType )
Membatasi detail aplikasi yang ditampilkan ke platform tertentu.
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons berisi instance Application
.
Cakupan otorisasi
Memerlukan salah satu cakupan OAuth berikut:
https://www.googleapis.com/auth/games
https://www.googleapis.com/auth/games_lite
Untuk informasi selengkapnya, lihat Ringkasan OAuth 2.0.
Konten dan contoh kode di halaman ini tunduk kepada lisensi yang dijelaskan dalam Lisensi Konten. Java dan OpenJDK adalah merek dagang atau merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-27 UTC.
[null,null,["Terakhir diperbarui pada 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. |"]]