Google Play Console Developer Reporting website screenshot

Google Play Console Developer Reporting

The Google Play Developer Reporting API provides programmatic access to Play Console data for app performance metrics, error reports, and quality insights. It enables developers to build automated workflows and integrate Play Console analytics into internal business reporting and analysis systems.

1 APIs 0 Features
AnalyticsAndroidAppsGoogle Play ConsoleQualityReporting

APIs

Google Play Developer Reporting API

The Play Developer Reporting API enables automated reporting and analysis of app performance data from Google Play Console, including crash rates, ANR rates, and other quality m...

Collections

Pricing Plans

Rate Limits

Google Play Console Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Play Console Developer Reporting Google Play Developer Reporting API
  version: v1alpha1
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: V1alpha1
    type: folder
  items:
  - info:
      name: Google Play Console Developer Reporting Search apps
      type: http
    http:
      method: GET
      url: https://playdeveloperreporting.googleapis.com/v1alpha1/apps:search
      params:
      - name: pageSize
        value: ''
        type: query
      - name: pageToken
        value: ''
        type: query
    docs: Searches for apps accessible by the caller.
  - info:
      name: Google Play Console Developer Reporting Get crash rate metric set
      type: http
    http:
      method: GET
      url: https://playdeveloperreporting.googleapis.com/v1alpha1/:name/crashRateMetricSet
      params:
      - name: name
        value: ''
        type: path
    docs: Describes the properties of the crash rate metric set.
  - info:
      name: Google Play Console Developer Reporting Get ANR rate metric set
      type: http
    http:
      method: GET
      url: https://playdeveloperreporting.googleapis.com/v1alpha1/:name/anrRateMetricSet
      params:
      - name: name
        value: ''
        type: path
    docs: Describes the properties of the ANR rate metric set.
  - info:
      name: Google Play Console Developer Reporting Get error count metric set
      type: http
    http:
      method: GET
      url: https://playdeveloperreporting.googleapis.com/v1alpha1/:name/errorCountMetricSet
      params:
      - name: name
        value: ''
        type: path
    docs: Describes the properties of the error count metric set.
bundled: true