Skip to main content
Publishing endpoints expose the owned-app surfaces customers normally manage in Play Console. Read endpoints are useful for dashboards and release audits. Write endpoints should be used carefully and can be validated before committing.
Release and listing updates write to Google Play. Grant write permissions only to customers who explicitly want automation for publishing workflows.

Release Tracks

List Tracks

curl

Get a Track

curl

List Releases on a Track

curl

Patch a Track

Use validateOnly=true to ask Google to validate the edit without committing it.
curl
Track patches accept Google’s Android Publisher track schema.

Store Listings

List Listing Localizations

curl

Get One Localization

curl

Patch Listing Metadata

curl
Supported listing fields:

Monetization Products

Subscriptions

curl

One-Time Products

curl
These endpoints are read-only in the current API surface.

Permission Guidance

For production automations, prefer a narrow service account permission set and use validateOnly=true in development flows.