Skip to main content
Reviews and Android vitals use Google’s official APIs. They are live owner-data endpoints, not public Play Store scraping endpoints.

Reviews

List Reviews

curl
Optional query parameters:

Get One Review

curl

Reply to a Review

curl
Google’s review reply endpoint accepts a reply up to 350 characters.
Replying to a review writes to Google Play. Use read-only permissions for customers who only want review analytics or triage.

Review Permissions

If review listing works but replies fail, the service account likely has read access but not reply permission.

Android Vitals

Android vitals are queried through the Google Play Developer Reporting API.

Metric Metadata

curl
Supported metric sets:

Query Metric Data

curl
The body follows Google’s metric query schema. Use the analytics vitals sync endpoint when you want Appeeky to store crash and ANR rates for dashboards.

Anomalies

curl
Anomalies help identify unusual spikes in technical quality metrics.

Empty Vitals Rows

Vitals can return no rows even when credentials are valid. Common reasons:
  1. The selected date range has no data.
  2. Google suppresses data below thresholds.
  3. The service account lacks app quality / vitals access.
  4. The app has too little traffic for the metric.
Try a wider date range and verify the same app has vitals data in Play Console.