Google Play Developer API  |  Google for Developers (original) (raw)

The Google Play Developer API allows you to perform a number of publishing and app-management tasks. It includes two components:

Subscriptions and In-App Purchases

You can use the Google Play Developer API to manage:

You can use these resources to check the status of purchases, and to modify and cancel recurring purchases.

To learn more about how to sell subscriptions in an Android app, readGoogle Play In-app Billing on the Android Developers site.

Publishing API

The Google Play Developer Publishing API allows you to automate frequent tasks having to do with app production and distribution. This provides functions similar to those available to a developer through thePlay Console, such as:

Those tasks are performed using the new edits functionality, which take a transactional approach to making changes; you bundle several changes into a single draft edit, then commit the changes all at once. (None of the changes take effect until the edit is committed.)

Getting Started

To start using the Google Play Developer API, have a look at theGetting Started page.

There are Java and Python libraries you can use to manage interaction with the Publishing API. We have provided code samples on theClient Libraries and Code Samples page. If you are using other languages, you can access the REST APIs directly via HTTP.

If you’re having issues using the Google Play Developer API,we’re here to help.

Other APIs