Skip to main content
GET
Get stats

When you’d use this

Before paying the cost of pulling thousands of rows, peek at the counts. “How many tier-1 leads in Texas?” — this answers it in one cheap call. Perfect for dashboards and filter UIs.

Query parameters

Cached for 60 seconds. This endpoint is hit a lot, so we cache it. If you need to-the-second precision, use /search.

Request

Note the quotes around the URL. The ? and = can confuse the shell, so wrap it.

Response

Each item in groups shows one combination of values plus its count. So the third row above means: 7,104 leads have tier=1 AND state=CA. The response includes X-Cache: HIT or X-Cache: MISS so you can see whether the answer came from the cache.