Google Play Developer website screenshot

Google Play Developer

The Google Play Developer API allows developers to perform publishing and app-management tasks for Android applications. It includes the Publishing API for uploading and distributing apps, and the Subscriptions and In-App Purchases API for managing in-app products, subscriptions, and purchase verification.

1 APIs 0 Features
AndroidAppsGoogle PlayIn-App PurchasesMobilePublishingSubscriptions

APIs

Google Play Developer API

The Google Play Android Developer API provides programmatic access to publishing and app-management tasks including uploading APKs, managing in-app products, handling subscripti...

Collections

Pricing Plans

Rate Limits

Google Play Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🚀
GettingStarted
GettingStarted
💰
Pricing
Pricing
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Play Developer API
  version: v3
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
    accessTokenUrl: https://oauth2.googleapis.com/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Androidpublisher
    type: folder
  items:
  - info:
      name: Google Play Developer Create a new edit
      type: http
    http:
      method: POST
      url: https://androidpublisher.googleapis.com/androidpublisher/v3/applications/:packageName/edits
      params:
      - name: packageName
        value: ''
        type: path
    docs: Creates a new edit for an app.
  - info:
      name: Google Play Developer List in-app products
      type: http
    http:
      method: GET
      url: https://androidpublisher.googleapis.com/androidpublisher/v3/applications/:packageName/inappproducts
      params:
      - name: packageName
        value: ''
        type: path
    docs: Lists all in-app products for a given app.
  - info:
      name: Google Play Developer Get purchase status
      type: http
    http:
      method: GET
      url: https://androidpublisher.googleapis.com/androidpublisher/v3/applications/:packageName/purchases/products/:productId/tokens/:token
      params:
      - name: packageName
        value: ''
        type: path
      - name: productId
        value: ''
        type: path
      - name: token
        value: ''
        type: path
    docs: Checks the purchase and consumption status of an in-app item.
  - info:
      name: Google Play Developer Get subscription status
      type: http
    http:
      method: GET
      url: https://androidpublisher.googleapis.com/androidpublisher/v3/applications/:packageName/purchases/subscriptionsv2/tokens/:token
      params:
      - name: packageName
        value: ''
        type: path
      - name: token
        value: ''
        type: path
    docs: Gets the latest subscription purchase status.
bundled: true