AI-generated Key Takeaways
-
This page provides information about the API request to get country availability for an Android app.
-
The API uses an HTTP GET request with specific path parameters for the package name, edit ID, and track.
-
The request body should be empty.
-
A successful response will contain an instance of
TrackCountryAvailability
. -
The request requires the
https://www.googleapis.com/auth/androidpublisher
OAuth scope for authorization.
Gets country availability.
HTTP request
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/countryAvailability/{track}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
packageName |
Package name of the app. |
editId |
Identifier of the edit. |
track |
The track to read from. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of TrackCountryAvailability
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher