AI-generated Key Takeaways
-
This API call gets a localized store listing.
-
The HTTP request uses a GET method with specific path parameters for package name, edit ID, and language.
-
The request body must be empty, and a successful response contains a Listing instance.
-
Authorization requires the
https://www.googleapis.com/auth/androidpublisher
OAuth scope.
Gets a localized store listing.
HTTP request
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
packageName |
Package name of the app. |
editId |
Identifier of the edit. |
language |
Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German). |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Listing
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher