Method: edits.countryavailability.get
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Mendapatkan ketersediaan negara.
Permintaan HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/countryAvailability/{track}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
packageName |
string
Nama paket aplikasi.
|
editId |
string
ID hasil edit.
|
track |
string
Trek untuk dibaca.
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons akan berisi instance TrackCountryAvailability
.
Cakupan otorisasi
Memerlukan cakupan OAuth berikut ini:
https://www.googleapis.com/auth/androidpublisher
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-26 UTC."],[[["\u003cp\u003eThis document details the process and requirements for retrieving country availability for a specific app track using the Google Play Developer API.\u003c/p\u003e\n"],["\u003cp\u003eThe request is a standard HTTP GET request with path parameters for package name, edit ID, and the desired track.\u003c/p\u003e\n"],["\u003cp\u003eAn empty request body is required, and the response, if successful, will contain the country availability data for the specified track.\u003c/p\u003e\n"],["\u003cp\u003eUsers need to authorize access with the \u003ccode\u003ehttps://www.googleapis.com/auth/androidpublisher\u003c/code\u003e OAuth scope to use this functionality.\u003c/p\u003e\n"]]],["The API retrieves country availability for an Android app. It uses a `GET` request to a specific URL that includes the app's package name, edit ID, and track. No request body is needed. The response, upon success, is a `TrackCountryAvailability` instance. Access requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. The request's URL utilizes gRPC Transcoding syntax, and the URL includes specific path parameters like the `packageName`, `editId`, and `track`.\n"],null,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGets country availability.\n\nHTTP request\n\n`GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/countryAvailability/{track}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|---------------|-----------------------------------|\n| `packageName` | `string` Package name of the app. |\n| `editId` | `string` Identifier of the edit. |\n| `track` | `string` The track to read from. |\n\nRequest body\n\nThe request body must be empty.\n\nResponse body\n\nIf successful, the response body contains an instance of [TrackCountryAvailability](/android-publisher/api-ref/rest/v3/edits.countryavailability#TrackCountryAvailability).\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/androidpublisher`"]]