Domain WHOIS
Domain WHOIS Count
Counts the number of documents matching the search query q in the selected indices.
- If there are fewer than 1,000 results, the method returns the exact count.
- If there are more than 1,000 results, the count is estimated with an error margin not exceeding 3%.
get/api/whois_domains_count/
Query parameters
qstring required
The query string used for searching. See Query Syntax for more details.
Example:domain:example.com
indicesIndiceLabel[]
A list of indice labels to search in. If not provided, the search will be performed in the default (most relevant index).
Call indices endpoint to get the list of available indices.
[ "2025-09-24", "2025-09-02" ]
Response
Count
Example response
{
"count": 123
}