AI-generated Key Takeaways
-
This document details the process and requirements for retrieving country availability for a specific app track using the Google Play Developer API.
-
The request is a standard HTTP GET request with path parameters for package name, edit ID, and the desired track.
-
An empty request body is required, and the response, if successful, will contain the country availability data for the specified track.
-
Users need to authorize access with the
https://www.googleapis.com/auth/androidpublisher
OAuth scope to use this functionality.
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