gplay quota
gplay quota
Section titled “gplay quota”Inspect local API quota usage derived from the audit log.
gplay quota <subcommand> [flags]gplay quota status
Section titled “gplay quota status”Show current API quota usage (daily and per-minute).
gplay quota status [flags]Show current API quota usage derived from the local audit log.
Google Play Developer API enforces ~200,000 calls/day and ~6,000/minute (roughly 100/s sustained) per developer account. This command counts audit entries to estimate usage; it can only see calls made by this machine.
Disable audit with GPLAY_AUDIT=0.
| Flag | Description | Default |
|---|---|---|
--days |
Window in days to include in daily totals | 1 |
--output |
Output format: json (default), table, markdown | json |
--pretty |
Pretty-print JSON output | false |
--top |
Show this many top commands by call count | 5 |