API · v1

Every reading, as JSON.

The exact Google Play install counter behind each app's listing, read every night since Aug 4, 2026 and kept. Four endpoints: one app, a batch, a watch list your agent can write to, and a changes feed it can poll. The API is part of Pro — $9/month or $79/year.

Get a key and call it

Keys come with Pro: start Pro, then create the key on your plan page. Send it as a bearer token.

curl https://appcurves.com/v1/app/chatgpt \
  -H "Authorization: Bearer ac_…"

Endpoints

Limits and errors

500 calls a day per key, reset at 00:00 UTC; every response carries X-RateLimit-Limit and X-RateLimit-Remaining. Bursts are capped at 60 requests per 10 seconds per IP. Responses are not cached; the data changes once a night, so there is no reason to poll an app more than once a day.

What the number is

Google Play's lifetime install counter, read from the public listing, to the unit. Not new users, not active devices, no country split, Android only — Apple publishes none. Collection runs nightly from 00:00 UTC; a missing night is a gap, never interpolated. Cite a figure with its reading date. More on the method.

Quote with attribution freely; do not resell the dataset wholesale. Terms. Plain text for agents.