Requires authorization
Fetches the APK-specific localized listing for a specified APK and language code.
Request
HTTP request
GET https://www.googleapis.com/androidpublisher/v2/applications/packageName/edits/editId/apks/apkVersionCode/listings/language
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
apkVersionCode |
integer |
The APK version code whose APK-specific listings should be read or modified. |
editId |
string |
Unique identifier for this edit. |
language |
string |
The language code (a BCP-47 language tag) of the APK-specific localized listing to read or modify. For example, to select Latin American Spanish, pass "es-419". |
packageName |
string |
Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
Authorization
This request requires authorization with the following scope (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/androidpublisher |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns an Edits.apklistings resource in the response body.