GET
/
v1
/
scans
/
results
/
stats
curl --request GET \
  --url https://api.projectdiscovery.io/v1/scans/results/stats \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>",
  "stats": {
    "cves": 123,
    "matched": 123,
    "not_matched": 123,
    "severity": {},
    "total_count": 123,
    "total_target": 123,
    "total_scan": 123,
    "total_template": 123
  }
}

Authorizations

X-API-Key
string
header
required

Query Parameters

offset
string
required

(Required) The number of items to skip before starting to collect the result set

limit
string
required

(Required) The numbers of items to return

hosts
string

comma separated host e.g. hosts=https://example.com,https://x.com

templates
string

comma separated templates e.g. templates=tech-detect,azure-takeover

severity
string

comma separated severity e.g. severities=info,high

search term

scan_id
string

specific scan_id results filters

time
string

filter by time ( last_day, last_week, last_month )

Response

200
application/json
Example response
message
string
required
stats
object